-1

I just came to understand that the bandwidth is just the difference between the highest and the lowest frequency of transmission. And i also have and understanding that higher the frequency ==> higher the speed as more data can be transmitted in one second. Suppose the lowest bandwidth and highest bandwidth are close but both are very high. That would mean very high internet speed but low bandwidth.

Nibin
  • 3
  • 3

2 Answers2

0

This is not how internet speed work.

When you connect to a server and you initiate a data transfer, packets are sent simultaneously every second. The more packets are sent, the more bandwidth you use, but also the faster your connection is.

The bandwidth means: how much packets can be sent at the same time. So if the bandwidth is very low, only very few packets are sent at the same time.

That said, if your bandwidth is big, it can send a lot of packets at the same time, but its not a guarantee that this will actually happen. If the other side of the connection has a small bandwidth, then that will make the entire connection slow as only few packets per second can be exchanged. So even if you have a wide bandwidth, you are bottlenecked on the other side.

If you have lots of bandwidth but the speed itself is slow (for example, your data travels all across the world, or you use a 56k6 modem or other slow device, or other factor that makes the connection slow) you can still exchange a lot of information at the same time, it just takes longer to arrive. So this will increase the ping time (latency) but not affect the speed.

An analogy: Lets assume you have 2 cities. There is lots of car traffic between the cities. If there's only a 2 lane highway, once the traffic reaches a certain amount of cars, a traffic jam will occur, meaning, a certain number of cars can drive on this road without congestion, but not too many. Now, if you replace this highway with a 20 lane highway, suddenly far more cars can drive on this road, allowing for far more cars in total. If the cars is the data, and there is more, then to transmit a fixed amount of data, the more can be sent in one go, the quicker it is over, thus the faster the internet connection is.

LPChip
  • 333
  • 2
  • 12
  • digitally its the no. of packets transmitted in a given second but in anolog systems its the frequency – Nibin Mar 26 '21 at 11:43
  • the speeds for analog connections is so low, everything we consider high-speed today is all digital. – LPChip Mar 26 '21 at 11:54
  • sorry in advance if i sound dumb but what i'm not exactly sure what analog means. – Nibin Mar 26 '21 at 12:21
  • When a connection is analog it sends waves over a connection, like audio. It requires a lot of bandwidth to give a clear enough signal which causes the amount of data to be transmitted be reduced. In digital signals a stream of 1's and 0's is sent in the form of electricity. Rather than having a variable stream of electricity, its on or off in rapid succession, giving much clearer transmissions and allowing for much faster speeds. An analog signal degrades over distance, which is where a lot of the bandwidth reservation comes from. Digital does not suffer. – LPChip Mar 26 '21 at 12:44
  • Communication always happens via an analog medium (air, copper cable, fiber) in the end. Bits are not actually sent as rapid succession of zeroes and ones due to physical limitations on communication. The bits are modulated for the analog transmission channel in order to circumvent the limitations. Digital bandwidth is limited by Shannon-Hartley channel capacity, which depends on analog bandwidth measured in Hertz and noise on the channel. – Tero Kilkanen Mar 26 '21 at 15:06
0

The relation between bandwidth and communication capacity is described by Shannon-Hartley Channel capacity theorem. Briefly said, the communication capacity ("digital bandwidth") depends on the channel noise and analog bandwidth.

So, the less noise you have, the more digital bandwidth you can have on a low analog bandwidth connection.

Tero Kilkanen
  • 34,499
  • 3
  • 38
  • 58