1,152 views

2 Answers

2 votes
2 votes

The five layers in the Internet protocol stack with their responsibilities are:

1)Application Layer-It enables the user to access the network. It provides user interfaces and support for services such as e-mail, shared database management and other types of distributed information services.

2)Transport Layer-It establishes the connection between applications running on different hosts. It uses TCP for reliable connections and UDP for fast connections. It keeps track of the processes running in the applications above it by assigning port numbers to them and uses the Network layer to access the TCP/IP network.

3)Network Layer-It is responsible for creating the packets that move across the network.It also addresses messages and translates logical addresses (i.e., IP addresses) into physical addresses. 

4)Data Link Layer-It is responsible for creating the frames that move across the network. It is also responsible for logical link control, media access control, hardware addressing, error detection and handling and defining physical layer standards. It provides reliable data transfer by transmitting packets with the necessary synchronization, error control and flow control.

5)Physical Layer- It is responsible for transmitting the actual signals across physical media as bits.The other functions are exchanging frames, controlling media access, and performing error detection.

Related questions

6 votes
6 votes
4 answers
1
ajaysoni1924 asked Apr 9, 2019
4,467 views
Which layers in the Internet protocol stack does a router process? Which layers does a link-layer switch process? Which layers do a host process?
1 votes
1 votes
2 answers
2
0 votes
0 votes
1 answer
3
ajaysoni1924 asked Apr 9, 2019
1,846 views
List five tasks that a layer can perform. Is it possible that one (or more) of these tasks could be performed by two (or more) layers?