OSI vs TCP/IP (Internet Protocol) Model
2024, August 10
Full Name: Open Systems Interconnection Model
Layers: 7 layers
Purpose: To provide a standard for different computer systems to communicate over a network.
Development: Developed by the International Organization for Standardization (ISO).
Full Name: Internet Protocol Suite (Transmission Control Protocol/Internet Protocol)
Layers: 4 layers
Purpose: To enable diverse computer networks to interconnect and communicate through a common language.
Development: Developed by the U.S. Department of Defense.
Feature | OSI Model | Internet Protocol (TCP/IP) Model |
---|---|---|
Number of Layers | 7 | 4 |
Development | Developed by ISO | Developed by the U.S. Department of Defense |
Layer Names | Physical, Data Link, Network, Transport, Session, Presentation, Application | Link, Internet, Transport, Application |
Layer Functions | Detailed and specific functions per layer | More generalized functions per layer |
Usage | Mainly used as a teaching tool and conceptual model | Widely used in practical networking |
Protocol Examples | Ethernet, IP, TCP, HTTP | Ethernet, IP, TCP, HTTP |
Reliability | More reliable due to the specific functionalities at each layer | Reliable but less detailed at some layers |
Used in academic environments for teaching networking concepts and understanding the detailed functioning of networks.
Used in real-world networking, including the internet and most modern network implementations.