Chapter 5
Chapter 5
Chapter 5
•
•
•
• Physical layer
• Physical layer is the lowest layer of the
OSI reference model.
• It is responsible for sending bits from
one computer to another.
• This layer is not concerned with the
meaning of the bits
• It deals with the physical connection to
the network and with transmission and
reception of signals.
•
•
• FUNCTIONS OF PHYSICAL LAYER:
• Representation of Bits: Data in this layer
consists of stream of bits. The bits must be
encoded into signals for transmission. It
defines the type of encoding i.e. how 0's and
1's are changed to electric signal or pulses of
light depending on transmission media.
• Data Rate: This layer defines the rate of
transmission which is the number of bits per
second.
• Synchronization: It deals with synchronization
of transmitter and receiver. The sender and
receiver are synchronized at bit level.
• Interface: The physical layer defines the
transmission interface between devices and
transmission medium.
• Line Configuration: This layer connects
devices with the medium: Point to Point
configuration and Multipoint configuration.
• Topologies: Devices must be connected using
the following topologies: Mesh, Star, Ring and
Bus.
• Transmission Modes: Physical Layer defines
the direction of transmission between two
devices: Simplex, Half Duplex, Full Duplex.
• Deals with baseband and broadband
transmission.
• Multiplexing: Physical signal use
different techniques of multiplexing in
order to improve the channel efficiency.
Multiplexing (or muxing) is a way of
sending multiple signals or streams of
information over a communications link at
the same time in the form of a single,
complex signal; the receiver recovers the
separate signals, a process called
demultiplexing (or demuxing).
•
Sr. Baseband Broadband
No
1 Digital signals are used Analog signals are used
Frequency division Frequency division multiplexing
2 multiplexing is not possible is possible
Baseband is bi-directional Transmission of data is
3 transmission unidirectional
4 Short distance signal travelling Signal travelling distance is long
1. Translation-
The communication system usually exchange information in
the form of strings of characters, numbers etc.
The information needs to be changed into bit streams before
transmission. This is essential because different systems use
different encoding techniques.
The presentation layer at sending end converts the
information into a common format(Encoding) and the
presentation layer at receiving end converts this common
format(Decoding) into the one which is compatible to
receiver.
2. Encryption-
For ensuring the security & privacy of the information,
the process of encryption is needed.
In encryption the sender transforms the original
information to another form and sends the transformed
information.
At receiving end, decryption carried out in which
received information is transformed back to its original form.
3. Compression-
It is used for reducing the number of bits required to
send an information. It is essential for transmission of
multimedia such as text, audio & video.
• Duties of Application Layer
1. It is topmost layer of OSI model, which provides the
services that directly supports user applications such as
database access, email & file transfer.
2. Communication between applications of sender system
to applications of receiver system take place using application
layer.
3. This layer allows users to access, retrieve and manage
files in a remote computer.
4. It allows users to log on as a remote host.
5. This layer provides access to global information about
various services. This layer provides services such as e-mail,
transferring files, distributing results to the user, directory
services, network resources and so on.
6. It provides protocols that allow software to send and
receive information and present meaningful data to users.
7. It handles issues such as network transparency, resource
allocation and so on.
• Some of protocol associated with application
layer are
1. FTP-File Transfer Protocol
2. DNS-Domain Name System
3. DHCP-Dynamic Host Configuration Protocol
4. HTTP-Hypertext Transfer Protocol
5. NFS-Network File System
6. SMTP-Simple Mail Transfer Protocol
7. SNMP-Simple Network Management Protocol
8. TelNet-Telecommunication Network