The Network Layer
Also called layer 3, this is concerned with controlling the operation of the network, including the question of how to route a packet from source to destination. This might include the problem of congestion control: if too many packets are trying to use one line we might reroute some, or use flow control to slow some sources down.
We can also deal with internetwork problems at this layer. Perhaps a packet is routed from one network to another that has a smaller frame size so some action must be taken, such as breaking the frame into smaller frames or perhaps simply refusing to pass on the frame.
The network layer also deals with things like accounting: counting the number of bits sent by a user so we can bill them later.
In this tutorial:
- Layering Models
- The Seven Layer Model
- The Physical Layer
- The Data Link Layer
- The Network Layer
- The Transport Layer
- The Session Layer
- The Presentation Layer
- The Application Layer
- How the Layers Fit Together
- Why Layers and Encapsulation?
- The Internet Model
- The Link Layer
- Models and Protocols
- Comparing OSI and Internet Models