Functions of Physical layer in OSI Model
Last Updated :
16 Oct, 2023
The physical layer is the lowest layer of the OSI model. The physical layer consists of various networking devices such as connectors, receivers, plugs, modems, repeaters, cables, Hubs, etc. The rules and procedures that are defined for interaction between the physical layers are known as physical layer protocols. The physical connections between the devices can be point-to-point physical connections or can be point to the multi-point physical connection. The data frames that are received from the Data Link Layer are converted into data bits of 1's and 0's that are transmitted over the network. The quality of data is maintained by the physical layer by applying the protocols and maintaining the data bit rate.
Functions of Physical Layer in OSI Model
Below are the functions of the physical layer of the OSI model:
Establishment of Physical Connections
For transmitting data from one system to another the request travels to the data link layer from the application layer. This request is then passed by the data link layer to the physical layer and the physical connection is activated by the physical layer. When the user at one end initiates the transmission of data the receiver at another end is ready to receive the data message, hence it is a non-confirm service. Once the connection is established physical layer provides half-duplex or full-duplex transmission of data.
Signal encoding and Synchronization
Encoding of signals is provided by the physical if it is required. Synchronous synchronization and asynchronous synchronization of bits is provided by the physical layer. Performing the frame synchronization is not the responsibility of the physical layer as it is the responsibility of the data link layer.
Sequential Delivery of Data
The physical layer delivers the data bits in the same sequence as they are received by the data link layer. It provides the sequential delivery of data despite of any error control mechanism or flow control mechanism used by it. As no error control mechanism or flow control mechanism are used by the physical layer sometimes the database that are transmitted may be duplicated, lost or can be altered.
Service Primitives
The non-confirmed services can be provided to the data link layer by physical layer. The physical layer makes the attachment of two service primitives they are request primitive and indication primitive. These primitives consists of three phases namely the activation phase, the deactivation phase and the transfer phase. The service names associated with each service primitives are given below:
1. Activation phase:
- Ph. ACTIVATE. request
- Ph. ACTIVATE. indication
2. Deactivation Phase:
- Ph. DEACTIVATE. request
- Ph. DEACTIVATE. indication
3. Data Transfer Phase:
- Ph. DATA. request
- Ph. DATA. indication
Use of Intermediate Relay
To overcome the problems such as attenuation, degradation of signal by noise the physical layer makes use of intermediate relay. In order to avoid such problems signal converting units are being used in the intermediate relay. This signal converting units are used for regeneration, amplification, modulation or equalized the media characteristics according to the needs. The activation and the deactivation of relay is being carried out by the physical layer.
Physical Service Data Unit and Data Transparency
The data link layer provides with a physical service data unit(PSDU) with one bit in a serial transmission and "n" bits in a parallel transmission to the physical layer. The physical layer can provide the transparency of data which means that the bit sequences can be transmitted over the transmission channel without any restriction.
Terminating the Physical Connection
When the user has finished the transmission of data, the connection can be disconnected. For this the physical layer disconnects the link by deactivating the physical connection once the request is received from the user. the process of deactivation of service is also non confirmed.
Similar Reads
Physical Layer in OSI Model The physical Layer is the bottom-most layer in the Open System Interconnection (OSI) Model which is a physical and electrical representation of the system. It consists of various network components such as power plugs, connectors, receivers, cable types, etc. The physical layer sends data bits from
4 min read
Application Layer in OSI Model The Application Layer of OSI (Open System Interconnection) model, is the top layer in this model and takes care of network communication. The application layer provides the functionality to send and receive data from users. It acts as the interface between the user and the application. The applicati
5 min read
Functions of Session Layer The Session layer is the fifth layer of the OSI (Open System Interconnection) model. The session layer is responsible for maintaining, establishing, synchronizing, and terminating sessions between them. A connection is being established among the session entities by the session layer. The data recei
5 min read
What is OSI Model? - Layers of OSI Model The OSI (Open Systems Interconnection) Model is a set of rules that explains how different computer systems communicate over a network. OSI Model was developed by the International Organization for Standardization (ISO). The OSI Model consists of 7 layers and each layer has specific functions and re
13 min read
Session Layer in OSI model The Session Layer is the 5th layer in the Open System Interconnection (OSI) model which plays an important role in controlling the dialogues (connections) between computers. This layer is responsible for setting up, coordinating, and terminating conversations, exchanges, and dialogues between the ap
6 min read