Unit 5: Networking 2 5.3 Activity and Discussion Activity: ARP Cache

mac2022-06-30  23

ACTIVITY: ARP CACHE

Let’s take the Unit 4 Activity: Finding Device Addresses and Sending Network Traffic even further.

Open up a Command Line Interface in Windows, or a terminal in Mac, and perform some local pings as shown in the Unit 4 activity. Now, examine your ARP cache to see the MAC addresses of the devices that responded to your pings. The five Resource Links will show you how to do this.

Your computer will keep these IP to MAC bindings cached for a period of time. This way, if your computer needs to send traffic to the same destinations again, it won’t need to send an ARP request. Your machine will be able to rely on the cached entries seen with the “arp -a” command.

If you want, you can explore the command options. You will discover that it is possible to set up static IP to MAC entries in the ARP cache, so that no ARPs will be sent for certain pairs of devices that communicate with on a regular basis (for example, workstation to router or workstation to file server)

RESOURCE LINKS

TCP/IP Guide: ARP CachingARP cache: What is it and how can it help you?, Petri IT KnowledgebaseNetwork Administration: ARP Command, Dummies.comARP, TechNetView IP Addresses of LAN Devices from Command Line in Mac OS, OSXDaily

转载于:https://www.cnblogs.com/sec875/articles/10358440.html

最新回复(0)