Open Systems Interconnection
Open Systems Interconnection (OSI) is a conceptual networking reference model from ISO that organizes network communications into seven abstraction layers to standardize how heterogeneous systems interoperate over data networks.
Expanded Explanation
1. Technical Function and Core Characteristics
The OSI model defines seven layers: physical, data link, network, transport, session, presentation and application. Each layer specifies functions, service interfaces and protocols for network communication between systems.
The model separates concerns such as media signaling, end-to-end transport, session control and data representation. It provides a structured framework for protocol design, implementation, testing, interoperability analysis and comparison of network technologies.
2. Enterprise Usage and Architectural Context
Enterprises use the OSI model as a reference to design, document and assess network architectures. Architects map concrete protocols and products, such as Ethernet, IP and Transport Layer Security (TLS), to specific layers to clarify roles and dependencies.
The model underpins network segmentation, security zoning, performance engineering and troubleshooting practices. It provides a common vocabulary for cross-functional teams, including networking, security, application and operations groups, to coordinate design and operations.
3. Related or Adjacent Technologies
The OSI model coexists with the Transmission Control Protocol/Internet Protocol (TCP/IP) model, which describes the protocol suite that underlies the Internet. Practitioners often align TCP/IP stack components with OSI layers for analysis and training.
Standards bodies such as ISO, ITU-T and IEEE define many protocols that implement functions associated with specific OSI layers. Network analysis tools, security controls and monitoring platforms frequently organize features using OSI layer concepts.
4. Business and Operational Significance
The OSI model supports procurement and vendor evaluations by clarifying which layers a product or service addresses. It enables comparison of technologies that offer overlapping capabilities at the same or adjacent layers.
Operations and security teams apply OSI layering to structure controls, logging, incident response and training. The model also supports compliance documentation, network risk assessment and alignment between infrastructure, application and security roadmaps.