OSI Model Full Form in Computer Networking
OSI stands for Open Systems Interconnection. The OSI model was developed by the International Organization for Standardization(ISO). It is a reference model for how applications communicate over a network. The OSI model characterizes computing functions into a universal set of rules and requirements to support interoperability between different products and software.
The OSI model can be considered a universal language for computer networking. It is based on the concept of divide and conquers, it splits up the communication system into 7 abstract layers, and the layer is stacked upon the previous layer.
Layers of OSI Model
OSI model has seven layers which are as follows:
- The Physical Layer
- The Data Link Layer
- The Network Layer
- The Transport Layer
- The Session Layer
- The Presentation Layer
- The Application Layer
Functions of OSI model:

Functions of OSI
To learn more about layers, visit Layers of OSI Model
Characteristics:
- It is the conceptual model that enables the diverse communication systems to communicate using the network.
- It was developed by the ISO (International Organization for Standardization) in 1984.
- It acts as an architecture for inter-computer communications.
- It is divided into 7 layers and each layer performs a particular task.
- Each layer is independent of the other and can perform its operations independently.
Advantages:
- It is a layered model and each layer is independent. Thus, changes in one layer don’t affect the other layers.
- It divides the complex function into smaller parts.
- It is a generic model as it has the flexibility to adapt to many protocols.
- It supports both connection-oriented as well as connectionless services.
- It is more secure and adaptable than having all services bundled in a single layer.
Disadvantages:
- It is purely a theoretical model and ignores the availability of resources and technologies. Hence, its practical implementation is somewhat restricted.
- It is very complex. The initial implementation was cumbersome, slow, and costly.
- The layers are interdependent, they can’t operate parallelly as they have to wait for the data/ packets from the predecessor layer.
Please Login to comment...