Address Resolution Protocol Transcript Flashcards
What does ARP stand for?
Address Resolution Protocol
What is the purpose of ARP?
To dynamically discover MAC addresses of systems on a network.
How long is an IP address in bytes?
4 bytes
At which network layer does IP operate?
Layer 3 (network layer)
How many bytes is a MAC address?
6 bytes
In what format are MAC addresses expressed?
In hexadecimal notation
What does ARP use to discover MAC addresses?
ARP sends out broadcast frames
What is the destination MAC address in a broadcast frame?
All binary 1s
What happens when a station receives an ARP request?
It responds with an ARP reply as a unicast.
How does a station remember MAC addresses for future use?
By storing entries in the ARP table
How long do entries typically stay in the ARP table on Windows PCs?
A few minutes
What is the purpose of the ARP table?
To allow a system to build frames targeting remote MAC addresses.
How does ARP help in sending packets to systems on the same network?
By dynamically discovering the MAC addresses of the target systems.
What type of request does ARP send out when the MAC address is unknown?
ARP sends out a broadcast request for the MAC address information.
Describe the relationship between IP addresses and MAC addresses in ARP.
ARP discovers the MAC address corresponding to an IP address for encapsulation.