- Computers Matterhorn and Washington are in an office
- connected to each other on the office local area network by
- Ethernet cables and
- network switches,
- with no intervening gateways or routers
- Matterhorn wants to send a packet to Washington
- Through other means, it determines that Washington's IP address is 192.168.0.55.
- In order to send the message, it also needs to know Washington's MAC address.
- First, Matterhorn uses a cached ARP table to look up 192.168.0.55 for any existing records of Washington's MAC address (00:eb:24:b2:05:ac).
- If the MAC address is found,
- it sends the IP packet on the link layer to address 00:eb:24:b2:05:ac via the local network cabling.
- If the cache did not produce a result for 192.168.0.55,
- Matterhorn has to send a broadcast ARP message (destination FF:FF:FF:FF:FF:FF) requesting an answer for 192.168.0.55.
- Washington responds with its MAC address (00:eb:24:b2:05:ac).
- Washington may insert an entry for Matterhorn into its own ARP table for future use.
- The response information is cached in Matterhorn's ARP table and
- the message can now be sent.
Thursday, 4 October 2012
ARP mechanism
Subscribe to:
Post Comments (Atom)
Interview questions: 2020-12
Terraform provider vs provisioner Load balancing Network Load Balancer vs Application Load Balancer Networking Layer 1 vs Layer 4 haproxy u...
-
kubectl --cert=/tmp/tls.crt --key=/tmp/tls.key create secret tls tls-wc-ingress
-
apt-get install exim4 dpkg-reconfigure exim4-config Select: internet site; mail is sent and received directly using SMTP IP-addresses...
-
NOTE: unbound is now available via epel repo on Amazon Linux install requirements yum groupinstall "Development Tools" yum i...
No comments:
Post a Comment
Note: only a member of this blog may post a comment.