Skip to main content

The Physical Layer

 The physical layer of our network stack model is the most complex of all. Its main focus is on moving ones and zeros from one end of the link to the next. The physical layer consists of devices and means of transmitting bits across computer networks. A bit is the smallest representation of data that a computer can understand. It's a one or a zero. 

These ones and zeros sends across networks at the lowest level are what make up the frames and packets of data. 

A standard copper network cable, once connected to devices on both ends, will carry a constant electrical charge. Ones and zeros are sent across those network cables through a process called modulation. 

Modulation is way of varying the voltage of this charge moving across the cable. When used for computer networks, this kind of modulation is more specifically known as line coding. It allows devices on either end of a link to understand that an electrical charge in a certain state is a zero, and in another state is a one. Through this seemingly simple technique, modern networks are capable of moving 0 billion ones and zeros across a single network cable every second.

Twisted Pair Cabling and Duplexing

Network Ports and Patch Panels




References:

Comments

Popular posts from this blog

The TCP/IP Five-Layer Network Model

  In networking ,the most commonly used model is 5-layer model besides OSI model and 4 -layer model with some changes made to 5-layer model 5-Layers: Physical Layer Data-Link Layer Network Layer Transport Layer Application Layer Physical Layer Represents the physical devices that interconnect computers Data Link Layer / Network Access Layer Responsible for defining a common way of interpreting the signals produced by the physical layer so that network devices can communicate. It uses  Ethernet Protocol  to efficiently send data packets i.e Ethernet frames in this layer).Ethernet protocol makes sure the node’s identity (i.e MAC address-Hardware address)to send the data packets Network Layer Allows different networks to communicate with each other through devices known as routers. Network layer deliver data across a collection of networks.  This layer uses IP(Internet Protocol) predominantly to find the correct network where the destination node is present through...