Term
C:\Users\chui3>tracert www.google.com
(the DNS name)
-or-
C:\Users\chui3>tracert 74.125.224.52
(the IP address of the host you're looking for)
|
|
Definition
At a command prompt, what do you type to use the tracert command? |
|
|
Term
C:\Users\chui3>ipconfig /all
|
|
Definition
At a command prompt, what do you type to use the ipconfig command in order to see the physical (MAC) address and the lease obtained/expires dates? |
|
|
Term
C:\Users\chui3>ipconfig /release
and then immediately
C:\Users\chui3>ipconfig /renew |
|
Definition
What commands do you type when you want to get new TCP/IP connection for your host? |
|
|
Term
For Linux/Unix/Mac OSs, it provides TCP/IP information similar to that provided by ipconfig for the Windows OS. |
|
Definition
What is the purpose of the ifconfig utility? |
|
|
Term
|
Definition
What two popular command line
utilities can ICMP relate to? |
|
|
Term
When pinging an IP address, the switch causes
the return message to show the host name.
|
|
Definition
What additional information does the -a switch
provide when used with the ping command? |
|
|
Term
Using the switch causes the ping to continue until stopped. When a new host is being brought on-line, pinging with this switch will return an error until the host is functioning. When the error stops and a good ping is indicated, this alerts the technician that the new host is ready for additional action, if needed. |
|
Definition
What is a practical use for
the -t switch with the ping command? |
|
|
Term
ping localhost
ping 127.0.0.1
|
|
Definition
What are two ways to ping your local host? |
|
|
Term
ARP - Address Resolution Protocol |
|
Definition
What protocol is used to translate TCP/IP addresses to MAC addresses using broadcasts? |
|
|
Term
|
Definition
What two arp switches display current ARP table entries? |
|
|
Term
-s = add address
-d = delete address |
|
Definition
When using a static ARP table, what two arp switches are used to add and delete host addresses, respectively? |
|
|
Term
|
Definition
What utility allows your to query a DNS name server and quickly find out which name resolves to which IP address? |
|
|
Term
Your DNS server is not working and you need to
take action to get it going again as quickly as possible. |
|
Definition
When your nslookup command returns this reply,
"NS request timed out."
What is it actually telling you? |
|
|
Term
|
Definition
What is the Windows equivalent of the
Linux or Unix mtr program that
combines the functions of
the tracert and ping utilities? |
|
|
Term
|
Definition
What is probably the biggest reason for manipulating the routing table on a Windows server? |
|
|
Term
C:\Users\chui3>route print |
|
Definition
What is the command to display the
contents of your host's routing table? |
|
|
Term
|
Definition
What command and switch produces the following?
Local Area Connection: Node IpAddress: [204.113.200.208] Scope Id: []
NetBIOS Remote Machine Name Table
Name Type Status ------------------------------------------- R1822-11 <20> UNIQUE Registered R1822-11 <00> UNIQUE Registered IT <00> GROUP Registered IT <1E> GROUP Registered
MAC Address = 00-0F-FE-E6-90-EE
VirtualBox Host-Only Network: Node IpAddress: [192.168.56.1] Scope Id: []
NetBIOS Remote Machine Name Table
Name Type Status ------------------------------------------- R1822-11 <20> UNIQUE Registered R1822-11 <00> UNIQUE Registered IT <00> GROUP Registered IT <1E> GROUP Registered IT <1D> UNIQUE Registered ..__MSBROWSE__.<01> GROUP Registered
MAC Address = 08-00-27-00-48-21 |
|
|
Term
|
Definition
What command and switch produces the following?
C:\Users\IT>nbtstat -c
Local Area Connection: Node IpAddress: [204.113.200.208] Scope Id: []
No names in cache
VirtualBox Host-Only Network: Node IpAddress: [192.168.56.1] Scope Id: []
No names in cache |
|
|