What's the meaning of ARP in TCP/IP?

Answer Posted / ramganesh1982

The previous answers are sufficient enough for this
question especially Answer 1 ,but a more precise and
detailed answer [if needed] is added here

ARP is used to map a destination IP address to its MAC
address.An ARP request when added to a IP datagram has the
following fields to it [Note that a ARP request packet is
added to the IP datagram in the DATA Field]...

1) Hardware Type [Ethernet/Token Ring .. Details]
2) Protocol Type [IP/IPX ..details]
3) Operation field
[ARP Req,ARP reply,Proxy ARF Req,Proxy ARP Reply]
4) H/w Length
5) Protocol Length
6) Source IP
7) Source MAC addr
8) Destination IP
9) Destination MAC addr

Here the main focus will be on the fields 6-9 ..
6) Source IP [needs no explanation]
7) Source MAC addr [needs no explanation]
8) Destination IP [needs no explanation]
9) Destination MAC addr [This will be 0000:0000:0000]

So,how do we say a ARP request is broadcasted ?

Yes,it is broadcasted ... The reason is that,the
Destination MAC address at Layer 2 will be FFFF:FFFF:FFFF
whereas the Destination MAC on a ARP Packet will be 0000:
0000:0000 which is encapsulated as a payload in a datagram.

On receving this ARP request the Destination will fill its
own MAC address in place of all 0's and send it back to the
source as ARP reply.

Is This Answer Correct ?    15 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what is the role of tcp/ip in data transmission from source to destination?

637


What are the 4 types of laws?

574


Explain what is the pdu of "network layer" and "data link layer"?

603


How do I stop pid 4 from using port 80?

600


What is domain name system (dns)?

619






How can I tell if port 25 is open?

595


What is the data unit of "transport layer"?

605


How do firewall rules work?

617


In the TCP client-servel model, how does the three-way handshake work in opening connection?

667


What is a dns address?

593


What is a private ip address?

616


Is port forwarding necessary?

602


Is a form of interprocess communication?

712


Can ip address be assigned to layer 2?

728


How to get a client system IP address

664