answersLogoWhite

0

RARP is short from Reverse Address resolution protocol. As the name suggests RARP functions the reverse as ARP. That is it maps MAC address to IP address.

User Avatar

Wiki User

10y ago

What else can I help you with?

Continue Learning about Computer Science

What type of header does an ARP frame contain?

ARP and RARP protocols are present at network layer. ARP is short form of address resolution protocol. IP is the type of header an ARP frame contain .


What is the relationship between a logarithmic function and its corresponding graph in terms of the log n graph?

The relationship between a logarithmic function and its graph is that the graph of a logarithmic function is the inverse of an exponential function. This means that the logarithmic function "undoes" the exponential function, and the graph of the logarithmic function reflects this inverse relationship.


How to find the roots of a function in MATLAB?

To find the roots of a function in MATLAB, you can use the "roots" function for polynomials or the "fzero" function for general functions. The "roots" function calculates the roots of a polynomial, while the "fzero" function finds the root of a general function by iteratively narrowing down the root within a specified interval.


How can I use the scipy differentiation function to calculate the derivative of a mathematical function?

To calculate the derivative of a mathematical function using the scipy differentiation function, you can use the scipy.misc.derivative function. This function takes the mathematical function, the point at which you want to calculate the derivative, and the order of the derivative as input parameters. It then returns the numerical value of the derivative at that point.


What is fuzzy function?

membership function is the one of the fuzzy function which is used to develope the fuzzy set value . the fuzzy logic is depends upon membership function

Related Questions

How is it different than bootp or rarp?

BOOTP is the booting protocol. RARP is the Reverse address resolution protocol.


How do you run rarp from windows command prompt?

You cant windows does not come with a rarp command and I have yet to find one on the internet that actually works


What is the name of layer in which rarp operates?

datalink layer


What is the difference between RARP and DHCP protocols?

RARP help the PC to find its MAC address in the same network from the RARP Server.RARP Serveronly providethe IP adress to the PC by remembering its MAC.DHCP works on the same way but DHCP Server provide the PC its IP address, Subnetmask, Default Gateway and DNS Server etc...So the big difference is DHCP provide more information than your RARP Server.


What is the full form of RARP?

Reverse Adsress Resolution Protocol


What is ARP and RARP function?

ARP - Address resolution protocol (ARP) enables the packaging of IP data into ethernet packages. It is the system and messaging protocol that is used to find the ethernet (hardware) address from a specific IP number. Without this protocol, the ethernet package could not be generated from the IP package, because the ethernet address could not be determined RARP - Reverse address resolution protocol (RARP) is used to allow a computer without a local permanent data storage media to determine its IP address from its ethernet address. Fore More information you can visit this website:-http://www.iyogibusiness.com


What is the limitations of rarp?

Reverse Address Resolution Protocol (RARP) has several limitations, including its reliance on a single broadcast method, which can lead to network congestion and inefficiencies. It also requires a dedicated RARP server, making it less scalable and flexible compared to more advanced protocols like DHCP. Additionally, RARP only provides IP address resolution without supporting other configuration options, such as subnet masks or default gateways, which limits its functionality in modern networks. Lastly, RARP is not widely used today, as it has largely been replaced by more robust protocols.


What is responsible for discovering the internet address of a host on the local network?

RARP


Difference between arp protocol and rarp protocol?

ARP (Address Resolution Protocol) is used resolve known IP Address to the Machines MAC Address (Layer 2 - OSI Layer). Whereas RARP is used to resolve IP Adresses from know layer 2 address.ARP is still used while RARP has been replaced with DHCP.


Diskless system uses which protocol arp or rarp?

You have to use both. ARP and RARP cannot be used for the same purpose one gives IP from the MAC address another one MAC address from IP.


What is the size of an RARP packet when the protocol is IP and the hardware is Ethernet?

28 byte


What protocols have made rarp largely unnecessary on modern tcp ip networks?

BOOTP, and eventually DHCP, replaced RARP. Both BOOTP and DHCP offer a more robust, flexible method of assigning IP addresses.