Confusing terms in Networking

Last Updated :

There are few technical terms related to networking which are often used in day-to-day language so it becomes necessary to know what they actually mean and also the differences between them.

Sometimes we use online tools to test our network strength and there are often few technical jargons related to it.

Below are a few terms which are often confused.

1. Latency :

It is the amount of time it takes for a packet of data to be captured, transmitted, processed through many devices, then received at its destination, and then decoded to extract information from it. It is dependent on the physical distance between the source and destination, the type of signal used, etc. It is often measured in milliseconds(ms). Always remember latency is the measure of the delay in the round trips.

2. Ping :

Ping is a network utility tool used to check connectivity between two devices but it is often used in place of Latency, like in our example above latency is referred to as ping. In a nutshell, ping is a signal sent to a server to respond and after the server gives a response it travels back to the client and the time elapsed between these two processes is the measure of latency.

3. Lag :

Lag is the effect of high latency, say you are playing an online multiplayer shooting game, and you fired a bullet at your opponent and your opponent also fired a bullet at you at the same time but you got killed, this is due to higher latency in your network as compared to his.

4. Jitter :

Jitter is defined as a variation in the delay of received packets(latency).

5. Bandwidth :

It’s a measure of how much data can be sent and received at a time. Generally, it is measured in Mbps(megabits per second).

6. Data Rate :

It’s a measure of how much data is being sent and received at a time. It is also measured in Mbps and its value can be less than or equal to that of bandwidth for that particular network.

Also note the difference between MBps(Megabytes per second) and Mbps(Megabits per second), in our case network data rate is measured in Mbps which is 1/8 th of MBps so if the download rate of our network is 17.96 Mbps then in MBps, it would be 17.96 / 8 = 2.245 MBps.

 

Please write comments below if you find anything incorrect. A gentle request to share this topic on your social media profile.

Comment
Next Article
RKplus Published 13 Dec, 2022 · 3 min read
Article Tags :

Similar Reads

  • Advantages and disadvantages of UDP

    User Diagram Protocol (UDP) may be a connectionless protocol that’s located in between application layer and IP layer. It’s mainly used for broadcasting messages over a network. aside…

    3 min read
  • Advantages and disadvantages of TCP

    Transmission Control Protocol (TCP) may be a sort of communication protocol that interconnects different networking devices. It is the essential way of how applications are getting to communicate…

    4 min read
  • Advantages and disadvantages of Barcode Reader

    Barcode reader may be a sort of scanner device that reads dark and white bars which contains pieces of data (Descriptive data of numbers and letters). It basically…

    4 min read
  • Components of Private Cloud

    Private cloud is generally used within a organization. This helps to avoid the complexities and time associated with purchase and cloud implementation of traditional physical infrastructure. Private cloud…

    3 min read
  • Computer Network : All About Computer Networking

    The need for the computers is increasing day by day. Every person is becoming dependent on computers. If each person having computer has separate auxiliary devices then the…

    6 min read
  • Software concepts of Computer

    Before starting the software concepts, let us take a brief look into the components of computer. Components of Computer: A computer system has 3 components namely: Hardware, Software,…

    3 min read