Extra Credit
EX- 1. The arp command
arp -s InetAddr Ethier Addr
allows you to manually add an entry to the ARP cache that resolves the IP address Ineuddr to the physical address EtherAddr What would happen if when you manually added an entry, you entered the correct IP address. but the wrong Ethernet address for that remote interface?
Ex-2. What is the default amount of time that an entry remains in your ARP cache before being removed. You can determine this empirically (by monitoring the cache contents) or by looking this up in your operation system documentation. Indicate how where you determined this value.