首页>计算机>微软认证>试题中心>正文
微软认证模拟试题:TCP/IP考题

www.zige365.com 2007-7-27 17:54:57 点击:发送给好友 和学友门交流一下 收藏到我的会员中心
  Question 6. You have a print device connected to a server running the LPD service. From your Windows NT computer, you would like to obtain the status of the print device. What utility would you use to achieve the task?

    A. LPD

    B. NET USE

    C. LPQ

    D. GETDAEMON

    The LPD ( Line Printer Daemon ) is a TCP / IP printing service. A print server that has a TCP / IP print device connected to it must have the LPD service installed on it. However, to obtain the status of a TCP / IP print device ( or print queue as it is often called in the TCP / IP circle ), you would use the LPQ command.

    Type "lpq /?" at the command prompt to get the proper syntax. Pay close attention to the "-S" and "-P" switches. For the "-S" switch, you can specify the NAME or IP address of the print server running the LPD service.

    Question : Under Windows NT Server 4.0, how do you install the LPD service?

    Answer : Under Windows NT, the LPD service is known as "Microsoft TCP / IP Printing" ===> right-click Network Neighborhood | Properties | Services tab | Add... | "Microsoft TCP / IP Printing" service.
 
    Question 7. Let's say that you want to run a process on a remote host that is using the REXEC service, what Microsoft TCP / IP utility would you use?

    A. RCP

    B. REXEC

    C. TELNET

    D. FTP

    The REXEC ( Remote Execute ) command is Microsoft's home-grown utility used to run processes on a remote computer that is also running the REXEC service. Type "rexec /?" at the command prompt to get the full syntax.
 
    Question 8. If you want to retrieve system information from a remote host running the Finger service, what TCP / IP utility would you use?

    A. REXEC

    B. PING

    C. RCP

    D. FINGER

    The FINGER utility is used to obtain system information from a remote host that is using the Finger service. To get the proper syntax, type "finger" at the command prompt.
 
    Question 9. Let's say that you want a DHCP client to give up its lease with a DHCP server, what command would you use to accomplish the task?

    A. ipconfig / endlease

    B. ipconfig / release

    C. route / release

    D. route / endlease

    The IPCONFIG / RELEASE command is used to send a DHCPRELEASE message from a DHCP client to a DHCP server. The DHCPRELEASE message specifies that a client wishes to give up its current lease with the DHCP server. Type, "ipconfig /?" at the command prompt to display all the switches of the utility.
 
    Question 10. You would like to see a list of NetBIOS computer names that have been resolved into IP addresses on your Windows NT computer. Which of the following utilities would you use?

    A. ARP

    B. NetBIOS

    C. NETSTAT

    D. NBTSTAT

    You can use the "nbtstat" utitliy to view all NetBIOS computer names that have been resolved into IP addresses. To see the NetBIOS local name table of your workstation, use "nbtstat -n."

本新闻共2页,当前在第2页  1  2  

我要投稿 新闻来源:中华网 编辑: 作者:
相关新闻
考试指导:顺利通过70-291考试的6大技巧
浅谈Windows防黑的一些技巧
微软认证考试内容非常专业化,主要有以下几个方面
微软认证模拟试题:Networking Essentials
微软认证模拟试题:IE4.0考题