![]() |
7 Layers in OSI Model |
The OSI model is a conceptual model for understanding the communication between applications over a network. OSI stands for Open System Interconnection. It was developed by ISO - International Organisation of Standardization in the year 1974. The main purpose of the OSI model is to guide the developers and vendors that how their application is going to communicate or interact with internet, what protocols it is going to use to communicate. It is a 7 layer architecture with each layer perform a specific functionality. All these layers work together to help in communication between applications. The layers starts from end.
Layer 1: Physical Layer
Physical layer also defines the data transmission rate and transmission medium between two devices.
Layer 2: Data Link Layer
Error detection is also done in this layer, flow of data is also managed in this layer.
Layer 3: Network Layer
Layer 4: Transport Layer
As the network layer routes the travelling pattern of data, this layer ensures that the message transmitted reaches the destination in order and without any errors. The main functionalities of this layer is to transmitting data/message from source to destination in specific order and to specific process of receiver, error control, flow control of data, connection control.Layer 5: Session Layer
It allows a process to add checkpoints to the stream of data so that if a system is sending 1000 pages then it can add checkpoints after every 100 page and if any error occure between sending 534th page then the system will rollback to the checkpoint and start sending data from there only, not from starting .
Layer 6: Presentation Layer
Encryption means transforming the original data into another form mainly in hash form.
Translation means decoding of the data that was encoded in the previous layer. It translates the data to the previous from in which the sender sended.
Compression to compress data by reducing the number of bits in data particularly in audio, video and text messages.
Comments
Post a Comment