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."