Module 9 - Address Resolution Flashcards
What destination MAC address would be included in a frame sent from a source device to a destination device on the same local network?
A broadcast MAC address of FF-FF-FF-FF-FF-FF.
The MAC address of the destination device.
The MAC address of the local router interface.
The MAC address of the destination device.
What two protocols are used to determine the MAC address of a known destination device IP address (IPv4 and IPv6)?
DHCP
ARP
DNS
ND
- ARP
- ND
What destination MAC address would be included in a frame sent from a source device to a destination device on a remote local network?
A broadcast MAC address of FF-FF-FF-FF-FF-FF.
The MAC address of the destination device.
The MAC address of the local router interface.
The MAC address of the local router interface.
What two functions are provided by ARP? (Choose two.)
Maintains a table of IPv4 address to domain names
Maintains a table of IPv4 to MAC address mappings
Maintains a table of IPv6 to MAC address mappings
Resolves IPv4 addresses to domain names
Resolves IPv4 addresses to MAC addresses
Resolves IPv6 addresses to MAC addresses
- Maintains a table of IPv4 to MAC address mappings
- Resolves IPv4 addresses to MAC addresses
Where is the ARP table stored on a device?
ROM
flash
NVRAM
RAM
RAM
Which statement is true about ARP?
An ARP cache cannot be manually deleted.
ARP entries are cached permanently.
ARP entries are cached temporarily.
ARP entries are cached temporarily.
Which command could be used on a Cisco router to view its ARP table?
arp -a
arp -d
show arp table
show ip arp
show ip arp
What is an attack using ARP?
ARP broadcasts
ARP hopping attacks
ARP poisoning
ARP starvation
ARP poisoning
Which two ICMPv6 messages are used in SLAAC?
Neighbor Advertisement
Neighbor Solicitation
Router Advertisement
Router Solicitation
- Router Advertisement
- Router Solicitation
Which two ICMPv6 messages are used in to determine the MAC address of a known IPv6 address?
Neighbor Advertisement
Neighbor Solicitation
Router Advertisement
Router Solicitation
- Neighbor Advertisement
- Neighbor Solicitation
To what type of address are ICMPv6 neighbor solicitation messages sent?
unicast
multicast
broadcast
multicast
Which destination address is used in an ARP request frame?
0.0.0.0
255.255.255.255
FFFF.FFFF.FFFF
127.0.0.1
01-00-5E-00-AA-23
FFFF.FFFF.FFFF
What addresses are mapped by ARP?
destination MAC address to a destination IPv4 address
destination IPv4 address to the source MAC address
destination IPv4 address to the destination host name
destination MAC address to the source IPv4 address
destination MAC address to a destination IPv4 address
What will a Layer 2 switch do when the destination MAC address of a received frame is not in the MAC table?
It initiates an ARP request.
It broadcasts the frame out of all ports on the switch.
It notifies the sending host that the frame cannot be delivered.
It forwards the frame out of all ports except for the port at which the frame was received.
It forwards the frame out of all ports except for the port at which the frame was received.
Which two ICMPv6 messages are used during the Ethernet MAC address resolution process? (Choose two.)
router solicitation
router advertisement
neighbor solicitation
neighbor advertisement
echo request
neighbor solicitation
neighbor advertisement