EMAIL SUPPORT
dclessons@dclessons.comLOCATION
USWhat is Networking?

What is Networking?
But before that, do you have an understanding of what a network is all about? If yes, well and good. If it is a no, then let's check this video.
- Networking - Interacting with others to exchange information and develop professional or social contacts.
- Network - It is a connection between computers to exchange information.
In recent years, the entire IT portfolio depends on the current network infrastructure.
Next, let's see what the OSI Layers are all about.
Open System Interconnection (OSI) is a standard protocol that defines the communication between two devices. The function of the OSI model is partitioned into seven distinct layers. Let's visit the seven layers.
- Physical layer: It is used to transmit the raw data over a communication channel. It transmits data as 0's and 1's.
- Data layer: Data is broken into frames, and the frames are transmitted sequentially. The primary use of this layer is to avoid transmission errors.
- Network layer: Data is transformed into the form of packets. This layer routes the packet logically with the help of the IP address.
- Transport layer: This layer is responsible for end-to-end connectivity over a network. Here, the data is transformed into the form of segments.
- Session layer: This layer is responsible for establishing the session between the devices. This layer synchronizes the data between devices and establishes the connection between them.
- Presentation layer: This layer is responsible for formatting the data and providing proper encryption for the data.
- Application layer: This layer is used for transmitting and distributing the data between the devices.
Networking Components
We have specific network devices like hubs, switches, and routers that are used for specific tasks.
- Hub: Forwards the packet to every device that is connected to its network. It does not have an intelligent purpose. It is part of the physical layer (layer 1) of the OSI model.
- Switch: Used to receive the data and transfer it to the destination. The switch has an intelligent purpose. It forwards the packets based on the destination address. It is a part of the data link layer (layer 2).
- Router: Forwards the packet between the same or different networks. It is a network layer device (layer 3). A router uses an IP address.
Planes of Networking
- Data plane: The Data plane is used to transfer the data between the devices. It deals with the entire process involved in forwarding the packets from source to destination. It is also referred to forwarding plane, user plane, carrier, or bearer plane.
- Control plane: As the name suggests, it controls the movement of data. It deals with functions and processes that help determine the best path to transfer the data. Routing protocols are used in this plane to discover the devices on the network and understand network topology.
- Management plane: Its prime function is to control, monitor, and manage the devices and carry the administrative traffic. Protocols such as SNMP can be used for such operations.

Comment
You are will be the first.
LEAVE A COMMENT
Please login here to comment.