These days i am reading the book <<TCP/IP Illustrated volume 1:Protocols>>,written by W.Rechard.Steven.It is really a wonderful book for me a beginner.And i have a question here:
There are two hosts on an Ethernet:A(192.168.0.1) and B(192.168.0.2).Now i am operating on the host A.Now i want to get the MAC Address of B,so i type the command:
c:\ping 192.168.0.2
then
c:\arp -a
And in the arp cache i get the MAC Address.
The question is if i have the MAC Address of B,how can i get its current IP Address?I know there is a RARP,how can i do it ?
thanx.
There are two hosts on an Ethernet:A(192.168.0.1) and B(192.168.0.2).Now i am operating on the host A.Now i want to get the MAC Address of B,so i type the command:
c:\ping 192.168.0.2
then
c:\arp -a
And in the arp cache i get the MAC Address.
The question is if i have the MAC Address of B,how can i get its current IP Address?I know there is a RARP,how can i do it ?
thanx.

Comment