Options (A) RAP
(B) RIP (C) ARP (D)
X.25
Answer © ARP.
Explanation:
A mechanism
is needed to map IP-addresses onto Ethernet addresses. This is the so-called Address
Resolution Protocol, or ARP. In fact, ARP is not confined to Ethernets at
all, but is used on other types networks such as ham radio as well. The idea
underlying ARP is exactly what most people do when they have to find Mr. X.
Ample in a throng of 150-people: they go round, calling out his name, confident
that he will respond if he's there.
When ARP wants
to find out the Ethernet address corresponding to a given IP-address, it uses a
feature of Ethernet known as ``broadcasting,'' where a datagram is addressed to
all stations on the network simultaneously. The broadcast datagram sent by ARP
contains a query for the IP-address. Each receiving host compares this to its
own IP-address, and if it matches, returns an ARP reply to the inquiring host.
The inquiring host can now extract the sender's Ethernet address from the
reply.
BOOTP is implemented using the (UDP) as transport protocol, port number 67 is used by the server to receive client requests and port number 68 is used by the client to receive server responses. BOOTP operates only on ip4networks. DHCP servers also provide the legacy BOOTP functionality.
The Reverse Address Resolution Protocol (RARP) is an obsolete computer networking protocol used by a client computer to request its IP4 address from a computer network, when all it has available is its link layeror hardware address, such as a MAC address. The client broadcasts the request, and does not need prior knowledge of the network topology or the identities of servers capable of fulfilling its request.
RARP has been rendered obsolete by the (BOOTP) and the modern (DHCP), which both support a much greater feature set than RARP.
RARP requires one or more server hosts to maintain a database of mappings of Link Layer addresses to their respective protocol addresses. (MAC) addresses needed to be individually configured on the servers by an administrator. RARP was limited to serving only ip addresses .
No comments:
Post a Comment
Note: only a member of this blog may post a comment.