WHAT IS OSI MODEL?
What is OSI MODEL ? The OSI model, or Open Systems Interconnection model, is a conceptual framework that standardizes the functions of a telecommunication or computing system into seven abstraction layers. Each layer serves a specific purpose and interacts with the layers above and below it. The seven layers, from the lowest to the highest, are: 1. Physical Layer : Deals with the physical connection between devices and transmission of raw binary data over a physical medium. 2. Data Link Layer : Responsible for node-to-node communication and error detection and correction in the physical layer. 3. Network Layer: Manages routing, addressing, and forwarding of data packets between devices on different networks. 4. Transport Layer: Ensures end-to-end communication, error recovery, and flow control between devices. 5. Session Layer : Establishes, manages, and terminates sessions (connections) between applications. 6. Presentation Layer: Translates data between the appli...