what is bandwidth?

6

2

this word is confusing me, i know its data rate that a wire can carry, but still i am confused about this concept. please explain it in more understandable form. Any answer in simple words would be preferd.

Zia ur Rahman

Posted 2010-07-22T20:25:43.857

Reputation:

3distance/time:speed::datatransfer/time:bandwidth – Zypher – 2010-07-22T20:50:42.910

(moved:) In an unfortunate misapplication of the term, you'll also find some providers use it to mean the total amount of data you transferred (or that they allow you to transfer) during a billing period, which is more properly described as total transfer or transfer quota, respectively. – JRobert – 2010-07-23T18:44:46.233

Answers

6

I think the best basic analogy for someone to understand is using water as metaphor. The amount of water that can be transmitted through your kitchen faucet is less than a firehose can push. The size of the pipes determine how much water can pass through. This is roughly equivalent (in layperson's terms) to the idea behind bandwidth.

Uninspired

Posted 2010-07-22T20:25:43.857

Reputation: 1 155

Water and pipes is a very popular metaphor. It has even been discussed on the Senate floor. http://en.wikipedia.org/wiki/Series_of_tubes

– Zoredache – 2010-07-26T23:08:06.983

hehe Gotta admit getting linked to the infamous "series of tubes" guy stings a little, but I still think it's something very tangible that people grasp very easily. I've also had a professor use the "water metaphor" to explain basic concepts of electricity (which I also thought worked pretty well). – Uninspired – 2010-07-26T23:42:59.863

5

Are you asking about the origin of the word ? If you, you need to dive a bit into signal theory.

Information is transmitted by modulating a signal. A signal is "something" that changes over time. You can describe it with all the values it takes at different times; or you can look at its Fourier transform, which gives you the spectrum of the signal. The spectrum tells you which frequencies the signal puts energy in.

When you send a constant signal, over a single frequency, its spectrum is a single vertical line. Also, since the signal is constant, it cannot transmit information.

When you modulate this signal at a certain rate (on/off, phase reversal, fsk, whatever), the spectrum becomes wider. That means the signal puts energy not only in its base frequency, but in the neighboring frequencies as well. (This is because modulation (multiplication) in the time domain corresponds to convolution in the frequency domain).

A range of frequencies is called a band. The bandwidth of a signal is then the width of its spectrum, or the range of frequencies it puts energy in. Bandwidth is linked with the theoretical maximum data rate of a signal: the faster you modulate, the wider the spectrum.

While the troughput of a signal gives you the rate at which you can transmit data with it, its bandwidth indicates how much of the spectrum your signal is occupying; this is important, since signals that have overlapping bands will interfere with each other.

b0fh

Posted 2010-07-22T20:25:43.857

Reputation: 2 005

4

I'm not sure how much simpler of an explanation you can ask for. It is how much data can be transmitted through a medium over a period of time.

If you can transfer 1Mb every second, your bandwidth is 1Mb/s.

It's a relatively basic concept.

MDMarra

Posted 2010-07-22T20:25:43.857

Reputation: 19 580

2What you have described, while colloquially known as bandwidth, is more correctly known as throughput. – eleven81 – 2010-07-22T21:25:17.097

1@eleven81 - Bandwidth is the theoretical maximum for a given medium, throughput is the real world performance. I fail to see your point. – MDMarra – 2010-07-22T22:36:49.017

"Bandwidth" originally referred to the range of frequencies used in an electromagnetic communication signal, but it has in the last 20-30 years been co-opted as a synonym of "Throughput". At least it's less intellectually offensive than the use of "Organic" to mean "grown without pesticides". I always wince when I hear people use "organic" that way. – sml – 2010-08-18T14:23:08.343

3

Bandwidth is essentially a capacity. i.e. How much data you push can onto the pipe/cable per second. The bigger the pipe, the greater the bandwidth.

Bandwidth is not the only determining factor in determining a connection speed. You need to know the "Latency" as well. Latency is delay. i.e. How long does it take for a packet of information to go to a location and come back.

Here is an example of a system with High Bandwidth and High Latency:

Lets say you had a 2 GB flash drive tied to the foot of a pigeon. The pigeon delivers the flash drive to the end location and comes back in one hour.

The bandwidth of this system would be 2GB per second (assuming it took you a second to tie the flash drive to the pigeon), since you could push 2GB of data at once onto the pigeon. The Latency would be 1 hour. It is how long it took the pigeon to fly to the location and come back.

In essence a good connection will have high bandwidth and low latency.

Sahil

Posted 2010-07-22T20:25:43.857

Reputation: 1 859

1

Javed Ahamed

Posted 2010-07-22T20:25:43.857

Reputation: 344

0

In computer networking and computer science, bandwidth, digital bandwidth, or network bandwidth is a measure of available or consumed data communication resources expressed in bit/s or multiples of it (kbit/s, Mbit/s etc).

Techboy

Posted 2010-07-22T20:25:43.857

Reputation: 395