QUESTION 12
What command can you use to connect to a mail server so that you can test SMTP?
A. ftp
B. nslookup
C. telnet
D. nbtstat
Correct Answer: C
Section: Inplementing TCP/IP in the Command Line
Explanation
Explanation/Reference:
Section Reference: Working with Advanced TCP/IP Commands
Explanation: In addition to using the telnet command to take control of a remote computer, you can use it to
test protocols. For example, if you type telnet 25, it will connect to the server using SMTP port 25.
QUESTION 13
What command do you use to display and modify the network configuration of a local computer?
A. netsh
B. netstat
C. telnet
D. nbtstat
Correct Answer: A
Section: Inplementing TCP/IP in the Command Line
Explanation
Explanation/Reference:
Section Reference: Working with Advanced TCP/IP Commands
Explanation: The netsh command is a built-in command-line scripting utility that enables you to display and
modify the network configurations of the local computer. Netsh commands tend to be rather long and in depth,
so the utility gives you the option to save configuration scripts for later use.
QUESTION 14
What command is used to add static routes to a Windows computer?
A. nslookup
B. telnet
C. route
D. nbtstat
Correct Answer: C
Section: Inplementing TCP/IP in the Command Line
Explanation
Explanation/Reference:
Section Reference: Working with Advanced TCP/IP Commands
Explanation: The route command enables you to display and make changes to the computer’s local IP routing
table, which displays IP connections to other networks as well as testing networks.
QUESTION 15
What command do you use to display the routing table on a local system?
A. route display
B. route table
C. route local
D. route print
Correct Answer: D
Section: Inplementing TCP/IP in the Command Line
Explanation
Explanation/Reference:
Section Reference: Working with Advanced TCP/IP Commands
Explanation: Route enables you to display and make changes to the local IP routing table of the computer,
which displays IP connections to other networks as well as testing networks. To display the routing table, you
would use the route option.
QUESTION 16
What command do you use to display the MAC address on a system?
A. ipconfig /all
B. pathping -m
C. route /showmac
D. nbstat -r
Correct Answer: A
Section: Inplementing TCP/IP in the Command Line
Explanation
Explanation/Reference:
Section Reference: Working with Ipconfig and Ping
Explanation: If you want to know the MAC address of the network adapter, for instance, you can use
ipconfig./all.
QUESTION 17
What command do you use to retrieve or update your DHCP assigned configuration?
A. ipconfig /flushdns
B. ipconfig /all
C. ipconfig /release
D. ipconfig /renew
Correct Answer: C
Section: Inplementing TCP/IP in the Command Line
Explanation
Explanation/Reference:
Section Reference: Working with Ipconfig and Ping
Explanation: The ipconfig /renew command retrieves an IP address and other IP configurations from a
DHCP server. It reconfigures the computer with the same IP address it used before. If the IP address has been
released for only a short time, the /renew option reconfigures the address based on information stored in the
registry.
QUESTION 18
What command do you use to register the computer’s name and IP address with the nearest DNS server?
A. ipconfig /renew
B. ipconfig /renew all
C. ipconfig /flushdns
D. ipconfig /registerdns
Correct Answer: D
Section: Inplementing TCP/IP in the Command Line
Explanation
Explanation/Reference:
Section Reference: Working with Ipconfig and Ping
Explanation: The /registerdns option sends information to the DNS server with the hosts name and IP
address. This can come in handy if you change a static address and want to register the change within DNS.
QUESTION 19
What command displays Ethernet statistics?
A. netstat -e
B. netstat -x
C. netstat -q
D. netstat -t
Correct Answer: A
Section: Inplementing TCP/IP in the Command Line
Explanation
Explanation/Reference:
Section Reference: Working with Advanced TCP/IP Commands
Explanation: The command netstat -e displays such Ethernet statistics as the number of packets and bytes
sent and received.
QUESTION 20
What option do you use to ping constantly until you stop it?
A. ping -t
B. ping -q
C. ping -r
D. ping -s
Correct Answer: A
Section: Inplementing TCP/IP in the Command Line
Explanation
Explanation/Reference:
Difficulty: Hard
Section Reference: Working with Advanced TCP/IP Commands
Explanation: The ping -t command keeps pinging a client until you press Ctrl+C or close the
command-prompt window.
QUESTION 21
What protocol is used with L2TP to encrypt data?
A. IPSec
B. MS-CHAP
C. MS-CHAPv2
D. MPPE
Correct Answer: A
Section: Working with Network Services
Explanation
Explanation/Reference:
Section Reference: Defining IPsec
Explanation: Internet Protocol Security (IPsec) is a protocol within the TCP/IP suite that encrypts and
authenticates IP packets. It is designed to secure any application traffic because