Serutan
Eatibus Anythingibus
Originally posted by Lucky
Ok, here goes again:
Describe the OSI network reference model (all layers)! Is it the correct model for the
networks (e.g. internet) of today? If not, which model is and what are the differences?
![]()
The layers (from the ISO site) are (descriptions are
fuzzy memories of networking class):
1. Physical layer
-- The actual hardware.
2 Data link layer
-- More or less the driver software for the HW.
3 Network layer
-- The protocol S/W
4 Transport layer
-- Interface between O/S and higher levels.
5 Session layer
-- More or less a UNIX socket.
6 Presentation layer
-- Interface between socket & user S/W.
7 Application layer
-- User application.
OSI is not the current Internet model. Although a nice abstraction, in practice a literal
implementation would be too
cumbersome (too many layers, too much overhead).
The current model is 1973's TCP/IP. It has (IIRC) 4 layers,
which (again IIRC) maps the following way:
TCP/IP level 1 maps to OSI level 1.
TCP/IP level 2 maps to OSI levels 2-4.
TCP/IP level 3 maps to OSI level 5-6.
TCP/IP level 4 maps to OSI level 7.