Telnet and SSH – Remotely connect to device using Telnet and SSH

When we want to configure some of the networking devices, we usually connect to the device with laptop, directly with console cable. This is the best way to set up the device for the first time, and it may be the only way. It’s because, first thing’s first, we need to setup the device to make it possible for us to communicate with other devices on the network. And then, when the router or the switch are ready to communicate, the best way to make all future changes is by doing it from a certain remote centralized location,by simply connecting to the devices using Telnet or SSH. This is because we don’t need to be literally in front of the device to configurate it; we can be on the other side of the network and remotely connect.

Data Packet – IP Packet – What is this packet story all about?

From the computer networking point of view, a packet is referred to a planned data unit. But certain computer communication links such as point to point communication don’t support data packets. In such cases, data is simply transmitted as an array of bytes or characters etc over the medium. Anyway, transformation of data into packets is a good way to achieve better bitrate of a communication medium in the course of sharing data amongst the users.