g33
g33
By group 3
INTRODUCTION
Physical layer_____________________________________ 1
Data link layer ____________________________________2
Network layer______________________________________3
Transport layer_____________________________________4
Session layer _______________________________________5
Presentation layer____________________________________6
Application layer_____________________________________7
Physical
Physical
The first OSI model layer describes the physical connections
between devices in a network. Electrical, optic, or electromagnetic
signal data moves from device to device through the physical
infrastructure defined by this layer.
Functions of the Physical Layer
Synchronization of bits
Performs modulation – converts a signal from one form to another so
that it can be physically transmitted over a communication channel
It specifies the transmission rate (number of bits sent per second).
This layer describes the physical network topologies or how different
nodes or devices are arranged in a network (bus, tree, star, mesh,
etc.).
It specifies the transmission modes or how data flows between the
two connected devices (simplex, half-duplex and full-duplex).
The Data Link Layer
The Data Link Layer
The second OSI model layer describes data transmission
between network devices. Data is sent in packets within a
frame of special bit patterns or codes that indicate the
beginning and end of each packet. These packets move
through switches that route information through the
physical layer from one physical location to another.
Functions of Data Link Layer
It provides an error control mechanism to detect and retransmit damaged or lost
frames.
The data link layer performs framing. It receives the stream of bits from the network
layer and divides them into manageable data units called frames.
After creating frames, it adds physical addresses (MAC addresses) of the sender
and/or receiver in the header of each frame.
Access control: The MAC sub-layer of the DLL identifies which device has control over
the channel at a time when multiple devices share a single communication channel.
The Network Layer