AppleTalk: Difference between revisions

Content deleted Content added
Design: Make local area network link direct
AppleTalk Address Resolution Protocol: De-link red AppleTalk address link, since we explain them on this page.
Line 31:
=== AppleTalk Address Resolution Protocol ===
 
AARP resolves [[AppleTalk address|AppleTalk addresses]] to [[physical layer]], usually [[MAC address|MAC]], addresses. It is functionally equivalent to [[Address resolution protocol|ARP]].
 
AARP is a fairly simple system. When powered on, an AppleTalk machine broadcasts an '''AARP probe packet''' asking for a network address, intending to hear back from controllers such as routers. If no address is provided, one is picked at random from the "base subnet", 0. It then broadcasts another packet saying "I am selecting this address", and then waits to see if anyone else on the network complains. If another machine has that address, it will pick another address, and keep trying until it finds a free one. On a network with many machines it may take several tries before a free address is found, so for performance purposes the successful address is "written down" in [[NVRAM]] and used as the default address in the future. This means that in most real-world setups where machines are added a few at a time, only one or two tries are needed before the address effectively become constant.