What's the meaning of ARP in TCP/IP?
Answers were Sorted based on User's Feedback
Answer / daniel
The "ARP" stands for Address Resolution Protocol. The ARP
standard defines two basic message types: a request and a
response. a request message contains an IP address and
requests the corresponding hardware address; a replay
contains both the IP address, sent in the request, and the
hardware address.
Is This Answer Correct ? | 31 Yes | 2 No |
Answer / arun
Arp is address resolution Protocol.
Its use for finding Mac address base of IP address.
Is This Answer Correct ? | 13 Yes | 1 No |
Answer / 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 |
ARP sents the request in broadcast,
response is unicast
Is This Answer Correct ? | 8 Yes | 4 No |
Answer / syed mahboob feroz ahmed
Hi,
ARP is defined as Address Resolution Protocol and TCP/IP is
defined as Transmission Control Protocol/Internet Protocol.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / neeraj yadav
Arp is address rsolving protocol .this protocol resolve ip
to mac address.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / praveen sharma
ARP is a address resolution protocols.it resolve ip address
to mac address.
TCP/IP is tramisson control protocols/internet protocols it
is used to send data between host to destination
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / abinash
Arp is address resolution Protocol.
Its use for finding Mac address base of IP address
Is This Answer Correct ? | 3 Yes | 3 No |
Answer / priyanka
ARP is jst finding the mac address when the ip address is known of a host.ARP basically needs to be find out when NIC (network interface card) is not present in host as we know that mac address is present on it. So it is the reason of finding the mac address.
Is This Answer Correct ? | 0 Yes | 0 No |
What is tcp ip layers?
What is sockets?
Can you explain what is subneting?
How do I find my server port?
In IP at which place the error control is done when a data is corrupted?
What is the port number of telnet and dns?
Can ip addresses be shared?
How can I tell if a ftp port is open?
Tell me what is the difference between public and private ip?
Explain how can we measure the performance of an ip link?
What port is smb?
What is the differance between HTTP and TCP/IP Protocols?