Refer to the exhibit. After HostA pings HostB, which entry will be in the ARP cache of HostA to support this transmission?
A | |
B | |
C | |
D | |
E | |
F |
Answer : D
Explanation:
ARP – Address Resolution Protocol
It is used to find the MAC address from known IP address.
ARP is used to convert an IP address to a physical address such as an Ethernet address (MAC Address).
If a host or device transmitting data to another network (not same IP subnet), then data will forward to default gateway.
In the exhibit, the Host A is transmitting data to Host B, then Host A forward the packet to Router1, for that communication Host A needs MAC address of Router1. If we check the ARP cache of Host A, we will get 192.168.6.1 – 000f.2480.8916.
Download the topology and check it for your own: https://app.box.com/s/hzyjmaxrjjegm3zac9xo
Screenshots
Click HostA > Desktop > Command Prompt
Commands
arp -a | used to view the arp cache |
ping 192.168.4.7 | used to check the connectivity to HostB |
Thanks a lot for explaining. Please share the other answer that I have asked asap :)
ReplyDeleteI saw an answer to this question in a ccna dump as A and not D. A bit not clear. Please enlighten me. Thanks
ReplyDeleteI saw an answer to this question in a ccna dump as A and not D. A bit not clear. Please enlighten me. Thanks
ReplyDeleteI think this is the right answer
ReplyDeleteWhat host A would do is:
ReplyDelete– Host A knew that the IP address of host B is not in the same subnet so it would send the ICMP message (or ping) to default gateway which is 192.168.6.1 (fa0/0). However, it needs to know the actually physical address of this IP address to do so.
– To get the MAC address host A will send ARP request (broadcast) with the IP address 192.168.6.1 as destination. F0/0 gets it and send back the MAC address. THIS MAC ADDRESS and the IP address 192.168.6.1 of F0/0 will be recorded in ARP cache of host A for future use.
Here are updated CCNP free 300-135 dumps. Free demo available. Visit the link below to get further information about CCNP 300-135 exam.
ReplyDeletewatch video and sharing,
2017 Dumps4download Cisco 300-135 Dumps | 300-135 Exam Question
Thank you, I also did the sim in packet tracert and indeed is the router what appears in arp -a. Dump is wrong. Thanks
ReplyDeleteIt is easy to test it on Packet Tracer and observe that the correct answer is D.
ReplyDelete192.168.6.1 000f.2480.8916 dynamic