Breaking News

Standardization of Network Model - OSI


Basic Idea on OSI Reference Model

The OSI Model was developed by the International Organization for Standardization(ISO) in the late 1970s to provide a universal set of standards for networking. It is a conceptual framework that divides the communication process into seven distinct layers, each responsible for specific network functions. The goal of the OSI model is not to prescribe exact technologies but to offer a common ground for understanding and building network communication protocols. It promotes interoperability and modular engineering, making it easier to design, troubleshoot, and understand complex networking systems. Although it's a theoretical model, many real-world protocols are inspired by or mapped to the OSI layers.

OSI Model Layers

The first layer, the Physical Layer, deals with the actual hardware and transmission of raw binary data over a medium such as cables, radio waves, or fiber optics. It defines the physical characteristics of the network, including cable types, voltages, and data rates. The second layer, the Data Link Layer, is responsible for node-to-node communication, error detection, and frame synchronization. It ensures that data is reliably transmitted over the physical medium.

OSI Model

The third layer, the Network Layer, handles routing and addressing so that data can travel between networks and reach the correct destination. It introduces concepts such as IP addressing and packet forwarding. The fourth layer, the Transport Layer, ensures reliable transmission through error checking, flow control, and segmentation of data. Protocols like TCP and UDP operate at this level.

The Session Layer, the fifth layer, manages the opening, maintenance, and closing of communication sessions between applications. It ensures that sessions are properly established and synchronized. The sixth layer, the Presentation Layer, translates data between the application and the network format. It handles data encryption, compression, and conversion (e.g., encoding formats like JPEG or text formats like ASCII). The topmost layer, the Application Layer, provides services directly to end-users and supports application-level protocols like HTTP, FTP, and SMTP.

TCP/IP Reference Model

The TCP/IP Model, also known as the Internet Protocol Suite, is the foundation of the modern Internet. Unlike the OSI model, which was developed as a theoretical framework, the TCP/IP model is practical and protocol-based. It was developed by the U.S. Department of Defense and consists of four layers, each performing specific functions similar to the OSI model but more integrated and efficient for real-world networking.

TCP/IP
The Network Interface Layer (sometimes called the Link Layer) corresponds to the OSI’s physical and data link layers. It handles the physical transmission of data over a network medium and hardware addressing. The second layer, the Internet Layer, is responsible for addressing, routing, and packaging data for transmission. It includes core protocols such as IP (Internet Protocol), ICMP (Internet Control Message Protocol), and ARP (Address Resolution Protocol).

The Transport Layer in TCP/IP ensures that messages are delivered error-free, in sequence, and without losses or duplication. This layer includes both TCP (Transmission Control Protocol) for reliable communication and UDP (User Datagram Protocol) for faster but less reliable communication. The top layer, the Application Layer, encompasses OSI’s application, presentation, and session layers. It provides services such as email, file transfer, and web browsing through protocols like HTTP, FTP, SMTP, and DNS.

Comparison of OSI and TCP/IP Models

Although both models serve the same general purpose of defining how data is communicated over a network, the OSI and TCP/IP models differ in structure and application. The OSI model consists of seven layers, offering a more detailed and modular breakdown of networking functions. In contrast, the TCP/IP model has only four layers, combining some of the OSI layers for greater simplicity and practical application.

One key difference is that the OSI model is protocol-independent, meaning it is a conceptual framework not tied to any specific technology. The TCP/IP model, however, is built around the protocols used in the Internet, such as TCP and IP. The session and presentation layers found in OSI are not distinct in TCP/IP; their functionalities are handled within the application layer. OSI follows a top-down approach, useful for teaching and standardization, while TCP/IP follows a bottom-up approach, grounded in real-world implementation.

Another important distinction is that the OSI model separates interface, service, and protocol definitions, providing a more abstract understanding, whereas TCP/IP focuses on standardizing the protocols that enable internetwork communication. While the OSI model is widely used for learning and reference, the TCP/IP model dominates in practical implementation, especially in Internet and enterprise networks.


✍ In summary, both the OSI and TCP/IP models play a vital role in the field of computer networking. The OSI model provides a theoretical foundation that helps network designers and engineers understand the functions of each networking layer. On the other hand, the TCP/IP model is more practical, focusing on protocols that are used in real-life network environments, particularly the Internet. Understanding both models is essential for anyone involved in designing, managing, or studying computer networks, as they provide the necessary structure for achieving standardized and interoperable communication across diverse systems.




We use cookies to improve your experience. Accept or reject cookies according to your preferences. Privacy Policy