Home
You may like this!
1.
7 layers of ost reference model:

Application layer, Presentation layer, Session Layer,Transport Layer,Network Layer,Datalink Layer,Physical Layer

2.
Briefly explain application layer.

The application layer represents the various network application at the user end such as ftp,http,email nfs and etc.

This provides a interface to the users and process network data. Here in this layer sending host produces the network data to be transmitted from the sender host.

And the receiving host consumes the network data produced and transmitted by the sender host.

3.
Describe Presentation layer.

Layer 6 of osi model is Presentation layer. this is mostly concerned with data format. Presentation layer converts the data between the sender and receiver end to the different formats. So that both end users can use the heterogeneous data.

4.
Process of Presentation layer.

Presentation layer on the sending host receives the data from the application layer and converts the data into easily transportable format over the network.

And finally the presentation layer on the receiving host converts the data from the network format to original format that can be easily interpreted,used, and displayed by the application layer.

5.
Briefly Explain Session Layer.

Session layer maintain the data about the session established between the computer hosts which is running the network application on both sending and receiving end.

Initially it opens and maintain the logical communication channel between application running hosts on both sending and recieving end and also handles the authentication for the applications before initializing process if need.