chapter 17 Flashcards
what is ARP?
630
Address Resolution Protocol, ARP is a TCP/IP protocol, it is used to translate the IP address to MAC address using broadcasts.
the new information gained from the broadcast is added to ______.
630
ARP table
The ARP table in windows has a list of TCP/IP addresses and MAC addresses associated to them, this table is kept in memory, so the machine does not have to do a broadcast for the frequently accessed TCP/IP, in each entry on this table there is an IP address, MAC address and TTL value. what is the TTL ?
631
Time To Live, TTL is a protocol that determines how long each entry will remain in the ARP table
to add a static entries in the ARP table, what do we do?
633
use the ARP command with the -s switch.
the static entries will stay in the ARP table until the machine is rebooted. T/F
633
true
to delete a static entry from the ARP table, we use arp -d with ______
635
IP address that we want to delete.
_____ utility allows you to query a name server and find out which name resolves to which IP address.
634
The nslookup utility.
when using the nslookup at the command prompt, the command prompt will change from C:> sign to ____
635
> sign
Mtr command ( My traceroute) is a combination of 2 functions. what are they? 637
traceroute and ping
Mtr work good with Linux and Unix, but by default is not installed on windows devices. T/F
637
True
what is Microsoft own version of Mtr?
637
pathping
which command should we use to view the routing table on a windows device?
639
route print
route add: is used to____
640
adds a route
route change is used to _____
640
modifies an existing route
route delete is used to____
640
deletes a route