Level 1 - Used for up to 1 Megabit Per Second (MPS) Level 2 - Used for up to 4 MPS Level 3 - Used for up to 16 MPS Level 4 - Used for up to 20 MPS Level 5 - Used for 150 ohm data grade applications. STP only.
7.) Applications: Where the user applications software lies.
Such issues as file access and transfer, virtual terminal
emulation, interprocess communication and the like are
handled here.
6.) Presentation: Differences in data representation are dealt
with at this level. For example, UNIX-style line endings (CR
only) might be converted to MS-DOS style (CRLF), or EBCIDIC
to ASCII character sets.
5.) Session: Communications between applications across a net-
work is controlled at the session layer. Testing for
out-of-sequence packets and handling two-way communication
are handled here.
4.) Transport: Makes sure the lower three layers are doing their
job correctly, and provides a transparent, logical data
stream between the end user and the network service s/he is
using. This is the lower layer that provides local user
services.
3.) Network: This layer makes certain that a packet sent from one
device to another actually gets there in a reasonable period
of time. Routing and flow control are performed here. This
is the lowest layer of the OSI model that can remain ignorant
of the physical network.
2.) Data Link: This layer deals with getting data packets on and
off the wire, error detection and correction and
retransmission. This layer is generally broken into two
sub-layers: The LLC (Logical Link Control) on the upper half,
which does the error checking, and the MAC (Medium Access
Control) on the lower half, which deals with getting the data
on and off the wire.
1.) Physical: The nuts and bolts layer. Here is where the cable,
connector and signaling specifications are defined. (4)
Last revised: 7/13/95
Back to LAN Support home page