A technician is able to connect to the Internet but cannot connect to a remote machine through Remote Desktop in Windows XP. Each time the technician attempts to connect to a remote location, the software times out. Which of the following is the MOST likely problem?()

A、The Java applet is disabled in the web browser.

B、Deny all has not been configured in the firewall.

C、Wireless network drivers are corrupt.

D、Port forwarding settings are not correct

查看答案

相关问题推荐

  • Which command will create a group called ’delivery’ and set the administrators to ’john’ and ’mary’?()  

    A、mkgroup -A=john,mary delivery

    B、groupadd -A=john,mary delivery

    C、mkgroup adms=john,mary delivery

    D、groupadd adms=john,mary delivery

    查看答案
  • 如图所示,对该正六边形进行打断操作,系统要求指定第二打断点,这时输入了@,然后回车结束,操作后的图形周长为?()

    A、0

    B、600

    C、599

    D、在0~600中随机分配

    查看答案
  • A user is unable to print to the network printer. A print job appears in their print queue and cannotbe deleted. The user has the correct permissions to modify and delete print jobs. All other users are able to print to the network printer. Which of the following procedures should the technician try FIRST?()

    A、Cycle the power on the network printer.

    B、Verify the network cable is connected to the printer.

    C、Reinstall the printer driver.

    D、Restart the print spooler service.

    查看答案
  • 在switch(expression)语句中,expression的数据类型不能是()。

    A、double

    B、char

    C、byte

    D、short

    查看答案
  • HTML是指()

    A.万维网

    B.超文本标识语言

    C.Java语言

    D.统一资源定位器

    查看答案
  • 新能源汽车与传统汽车的安全性是否存在差异
    查看答案
  • 新媒体营销和传统营销有什么区别
    查看答案
  • 从教育学未来的角度来定位教的有效性,最核心、最本质的定位是()
    查看答案
  • 下面,不是系统安全所包含的内容是______。

    A.要保证操作系统不能崩溃

    B.要保证系统中的账户不能被盗

    C.要保证文件和目录存取权限设置的安全

    D.要保证数据库系统的正常运行
    查看答案
  • 设有一个 Student数据库,包括数据库,包括学生,课程,选修三个关系:三个关系:学生学生:S ( Sno ,Sname ,Ssex ,Sage,Sdept )
    课程课程:C(Cno ,Cname ,Term,Credit )
    选修选修:SC ( Sno ,Cno ,Score )
    其中:学生关系S的属性分别表示:学号、姓名、性别、的属性分别表示:学号、姓名、性别、年龄、专业课程关系C的属性分别表示:课程号、课程名、的属性分别表示:课程号、课程名、开课学期、学分学分选修关系SC的属性分别表示:学号、课程号、分数
    请用SQL语句完成下面的操作:
    (1)、检索所有比"王华"年龄大的学生姓名、年龄和性别
    (2)、检索选修了课程号为课程号为'CO2'课程的学生中成绩最高的学生的学号
    (3)、检索选修了4门以上课程的学生学号和总成绩(不统计不及格的课程),并要求按照总成绩的降序排列。(4)、检索张力同学没有选修的课程的课程号
    查看答案