Search for notes by fellow students, in your own course and all over the country.
Browse our notes for titles which look like what you need, you can preview any of the notes via a sample of the contents. After you're happy these are the notes you're after simply pop them into your shopping cart.
Title: Open Systems Interconnect (OSI) model
Description: Open Systems Interconnect (OSI) model is explained in detail in these notes
Description: Open Systems Interconnect (OSI) model is explained in detail in these notes
Document Preview
Extracts from the notes are below, to see the PDF you'll receive please use the links above
The Open Systems Interconnect (OSI) model has seven layers
...
The layers are stacked this way:
Application
Presentation
Session
Transport
Network
Data Link
Physical
PHYSICAL LAYER
The physical layer, the lowest layer of the OSI model, is concerned with the transmission and
reception of the unstructured raw bit stream over a physical medium
...
It provides:
Data encoding: modifies the simple digital signal pattern (1s and 0s) used by the PC to
better accommodate the characteristics of the physical medium, and to aid in bit and
frame synchronization
...
Physical medium transmission: transmits bits as electrical or optical signals appropriate
for the physical medium, and determines:
o
o
What physical medium options can be used
How many volts/db should be used to represent a given signal state, using a given
physical medium
DATA LINK LAYER:
The data link layer provides error-free transfer of data frames from one node to another over the
physical layer, allowing layers above it to assume virtually error-free transmission over the link
...
Frame traffic control: tells the transmitting node to "back-off" when no frame buffers are
available
...
Frame acknowledgment: provides/expects frame acknowledgments
...
Frame delimiting: creates and recognizes frame boundaries
...
Media access management: determines when the node "has the right" to use the physical
medium
...
It provides:
Routing: routes frames among networks
...
Frame fragmentation: if it determines that a downstream router's maximum transmission
unit (MTU) size is less than the frame size, a router can fragment a frame for
transmission and re-assembly at the destination station
...
Subnet usage accounting: has accounting functions to keep track of frames forwarded by
subnet intermediate systems, to produce billing information
...
This layer relieves the upper layers of the need to know anything about the data transmission and
intermediate switching technologies used to connect systems
...
In the network layer and the layers below, peer protocols exist between a node and its immediate
neighbor, but the neighbor may be a node through which data is routed, not the destination
station
...
TRANSPORT LAYER:
The transport layer ensures that messages are delivered error-free, in sequence, and with no
losses or duplications
...
The size and complexity of a transport protocol depends on the type of service it can get from the
network layer
...
If the network layer is unreliable and/or only supports datagrams, the transport
protocol should include extensive error detection and recovery
...
The transport layer at the destination station reassembles the
message
...
Message traffic control: tells the transmitting station to "back-off" when no message
buffers are available
...
Typically, the transport layer can accept relatively large messages, but there are strict message
size limits imposed by the network (or lower) layer
...
The transport layer header information must then include control information, such as message
start and message end flags, to enable the transport layer on the other end to recognize message
boundaries
...
End-to-end layers:
Unlike the lower "subnet" layers whose protocol is between immediately adjacent nodes, the
transport layer and the layers above are true "source to destination" or end-to-end layers, and are
not concerned with the details of the underlying communications facility
...
SESSION LAYER:
The session layer allows session establishment between processes running on different stations
...
Session support: performs the functions that allow these processes to communicate over
the network, performing security, name recognition, logging, and so on
...
It can be viewed
as the translator for the network
...
The presentation layer provides:
Character code translation: for example, ASCII to EBCDIC
...
Data compression: reduces the number of bits that need to be transmitted on the network
...
For example, password encryption
...
This layer contains a variety of commonly needed functions:
Resource sharing and device redirection
Remote file access
Remote printer access
Inter-process communication
Network management
Directory services
Electronic messaging (such as mail)
Network virtual terminals
Title: Open Systems Interconnect (OSI) model
Description: Open Systems Interconnect (OSI) model is explained in detail in these notes
Description: Open Systems Interconnect (OSI) model is explained in detail in these notes