🔍
Give the name of protocols used by different layers of TCP/IP. Discuss the function of ARP and RARP.
0 like 0 dislike

1 Answer

TCP/IP Model contains following layer.

1) Host-to-Network Layer -

It defines characteristics of transmission media.

It also concern with delivery of data when two systems are attached to same network

SLIP

PPP

2) Internet Layer –

This layer permits host to inject packets into network and packet travels independently to destination.

This layer defines packet format and protocol called IP (internet Protocol)

ARP

RARP

IP

3) Transport Layer -

It has TCP and UDP.

TCP (transmission control protocol) –it is Reliable & connection oriented protocol.

UDP (User Datagram Protocol)- it is Unreliable & connectionless protocol.

4) Application Layer -

It includes virtual Terminal (TELNET), file transfer Protocol (FTP), simple Mail Transfer

Protocol (SMTP) and other protocols like HTTP, WWW, DNS.

ARP:(Address resolution protocol)

Networking H/W demands that a datagram contain the physical address of the intended recipient.

If problem Address Resolution protocol (ARP) was developed.

ARP takes the IP address of a host as input & gives its corresponding physical address as the output.

As if doesn‟t know who must be having address if sends the broadcast message to all the computer on the network.

The computer whose IP address matches the broadcast IP address sends a reply and along with if, its physical address to the broadcasting computer.

All other computers lignose the broadcast message as IP address is different Now, when it is responding whose IP address gets match is aware of the sender.

So it doesn‟t require sending broadcast message.

As it knows sender hardware as well as IP address that the reason it uncast the reply so that senders only receive it.

RARP: (Reverse Address Resolution protocol)

ARP is used for solving the problem of finding out which Ethernet address corresponding to a given IP address.

But sometimes we have to solve a reverse problem. That means we have to obtain the IP address corresponding to the given Ethernet address.

Such a problem can occur when booting a diskless workstation.

The problem of obtaining the IP address when an Ethernet address is given, can be solved by using RARP(Reverse Address Resolution protocol)

The newly booted workstation is allowed to broadcast its Ethernet address. The RARP server looks at this request. Then it looks up the Ethernet address in its configuration files and sends back the corresponding IP address.

Using RARP is actually better than embedding an IP address in the memory image because it allows the same image to be used on all machines.

If the IP address were buried inside the image, each workstation would need its own image.

The disadvantage of RARP is that it uses a destination address of all ls(limited broadcasting) to reach the RARP server.

But such broadcasts are not forwarded by routers, so a RARP server is needed on each network. 
0 like 0 dislike

Related questions

Give function of the following TCP/IP protocols. i. ARP ii. FTP 
Answer : i. ARP ARP:(Address resolution protocol)  Networking H/W demands that a datagram contain the physical address of the intended recipient. If problem Address Resolution protocol (ARP) was developed. ARP ... . FTP uses port 21 for the control connection and port 20 for the data connection.  ...

View solution
0 like 0 dislike
1 answer

Explain the services provided by transport layer in TCP/IP model.
Answer : Responsibility of process to process delivery of message Ensure that whole message arrives in order. 1. Service point addressing: -several programs run at a time on computer. Delivery is ... transport layer without error(damage or loss or duplication). Error correction is done by retransmission....

View solution
0 like 0 dislike
1 answer

Define protocol. Give the name of any two protocols.
Answer : Define protocol: There are certain rules that must be followed to ensure proper communication & a set of such rules is known as protocol. Example: UDP, TCP/IP, SMTP, HTTP, SSL, FTP etc...

View solution
0 like 0 dislike
1 answer

Which among the following standard protocols is the most widely used by the Internet ? (1) HTTP (2) TCP/IP (3) SMTP (4) SLIP
Answer : TCP/IP...

View solution
0 like 0 dislike
1 answer
image

Match the following Layers and Protocols for a user browsing with SSL: a. Application of layer i. TCP b. Transport layer ii. IP c. Network layer iii. PPP d. Datalink layer iv. HTTP
Answer : Answer: 1...

View solution
0 like 0 dislike
1 answer

50.5k questions

47.1k answers

240 comments

7.0k users