Overview
The TCP/IP model (also known as the Internet Protocol Suite) is the practical implementation of networking used today. It predates the OSI model and is more streamlined.
The Four Layers
- Network Access Layer: Combines OSI layers 1 and 2 (Physical and Data Link).
- Internet Layer: Corresponds to OSI layer 3 (Network). Uses IP.
- Transport Layer: Corresponds to OSI layer 4. Uses TCP and UDP.
- Application Layer: Combines OSI layers 5, 6, and 7.
Comparison with OSI
While the OSI model is a theoretical standard, the TCP/IP model is the actual set of protocols that run the internet. Most modern networking discussions use a hybrid 5-layer model that combines the best of both.