Questions tagged [bandwidth]

Amount of data that can be transferred in a given unit of time.

Network bandwidth capacity

Bandwidth sometimes defines the net bit rate (aka. peak bit rate, information rate or physical layer useful bit rate), channel capacity, or the maximum throughput of a logical or physical communication path in a digital communication system. For example, bandwidth tests measure the maximum throughput of a computer network. The reason for this usage is that according to Hartley's law, the maximum data rate of a physical communication link is proportional to its bandwidth in hertz, which is sometimes called frequency bandwidth, spectral bandwidth, RF bandwidth, signal bandwidth or analog bandwidth.

Network bandwidth consumption

Bandwidth in bit/s may also refer to consumed bandwidth, corresponding to achieved throughput or goodput, i.e., the average rate of successful data transfer through a communication path. This sense applies to concepts and technologies such as bandwidth shaping, bandwidth management, bandwidth throttling, bandwidth cap, bandwidth allocation (for example bandwidth allocation protocol and dynamic bandwidth allocation), etc. A bit stream's bandwidth is proportional to the average consumed signal bandwidth in Hertz (the average spectral bandwidth of the analog signal representing the bit stream) during a studied time interval.

Channel bandwidth may be confused with data throughput. A channel with x bps may not necessarily transmit data at x rate, since protocols, encryption, and other factors can add appreciable overhead. For instance, a lot of internet traffic uses the transmission control protocol (TCP) which requires a three-way handshake for each transaction, which, though in many modern implementations is efficient, does add significant overhead compared to simpler protocols. In general, for any effective digital communication, a framing protocol is needed; overhead and effective throughput depends on implementation. Actual throughput is less than or equal to the actual channel capacity plus implementation overhead.

1021 questions
4
votes
0 answers

How to track bandwidth usage for web app accounts?

Possible Duplicate: Measure SAAS App Bandwidth Usage What would be the the best way to track monthly bandwidth usage for accounts in a rails web app where each account has it's own domain or sub-domain. Some kind of log parser? I've seen some…
bwizzy
  • 1,601
  • 2
  • 19
  • 34
4
votes
1 answer

ratio of bits/hz of digitized voice channel

We need to transmit 100 digitized voice channels using a passband channel of 30 KHz. What should be the ratio of bits/Hz if we use no guard band? What I understand and get the bandwidth are : 30 KHz / 100 = 300 Hz And the ratio of bit/Hz if no…
anna
  • 79
  • 1
  • 9
4
votes
0 answers

How to get network bandwidth or upload speed using gstreamer

How I can get the bandwidth value at server side using gstreamer for video streaming? So, I can set the bitrate according to the bandwidth or upload speed. Currently, I am using this pipeline at server side: v4l2src->…
StackReader
  • 135
  • 1
  • 4
  • 11
4
votes
1 answer

Does in/out bandwidth share the same limit of network card?

This may be a very rookie question. Say I have a network card with bandwidth limit 100MB/s, so is it possible that in/out bandwidth reach that limit at the same time? Or I'll have this inequality at any point of time: in bandwidth + out bandwidth <=…
old_bear
  • 279
  • 1
  • 5
  • 14
4
votes
3 answers

Tomcat: limit bandwidth for localhost

Is it possible to limit bandwidth of the Tomcat server? I need it to simulate site work on slow (dial-up) Internet connection. All tests are made in localhost. Thanks for all!
ILYA
  • 495
  • 6
  • 18
4
votes
1 answer

Bandwidth control in LAN

I want to control the bandwidth used by each users in my LAN. We are using a Motorola cable modem with wifi to share internet. There is no option to do this in the modem. Please help me.
Thomas
  • 4,119
  • 2
  • 33
  • 49
4
votes
3 answers

How does iperf calculate throughput and jitter?

I've read that Iperf basically tries to send as much information down a connection as quickly as possible reporting on the throughput achieved. This tool is especially useful in determining the volume of data that links between two machines can…
Varda Elentári
  • 2,242
  • 6
  • 35
  • 55
4
votes
4 answers

Being cost effected with a bandwidth for a streaming service

Basically, I'm about to launch a music streaming app, and I'm trying to figure out cost. Cloud services like S3 and RackSpace cloud are expensive. As far as scalability is concerned... I'm assumign that an average user listens to music for an hour…
Jordan
  • 392
  • 2
  • 6
  • 17
3
votes
1 answer

Altruistic network connection bandwidth estimation

Assume two peers Alice and Bob connected over a IP network. Alice and Bob are exchanging packets of lossy compressed data which are generated and to be consumes in real time (think a VoIP or video chat application). The service is designed to cope…
datenwolf
  • 159,371
  • 13
  • 185
  • 298
3
votes
2 answers

finding cache L1 and L2 bandwidth

I'm trying to find the bandwidth of my computer's L1 and L2 cache. How can I determine either the theoretical value or the effective value trough benchmarks or so? Does anyone have any idea how can I do this? Thank you
Jorge Leitao
  • 19,085
  • 19
  • 85
  • 121
3
votes
1 answer

Main memory bandwidth measurement

I want to measure the main memory bandwidth and while looking for the methodology, I found that, many used 'bcopy' function to copy bytes from a source to destination and then measure the time which they report as the bandwidth. Others ways of…
NPE
  • 1,401
  • 4
  • 18
  • 31
3
votes
1 answer

Python: Shutil, How is a file copied from Source to Destination

I am trying to copy files from one source machine(A) to destination machine(C), where the script that does this transfer is on a different machine (B). I want to understand if shutil.copyfileobj is copying bits from A -> B -> C or doing a direct…
Charishma
  • 33
  • 3
3
votes
1 answer

CUDA: Differences between HtoD and DtoH bandwidth

Yet another bandwidth related question. I expected the plots of Device-to-host bandwidth and that of Host-to-Device to be similar, but I see that there is a significant difference between the two. Considering both following the same route, so the…
Sayan
  • 2,662
  • 10
  • 41
  • 56
3
votes
2 answers

How to reduce the bandwidth size in Jmeter?

I have to test performance of project with 20kbps and 40kbps using Jmeter. I am digging how to set up bandwidth in Jmeter. Please help me how to set up it in Jmeter. Will the below configuration control bandwidth thing? Or any other configuration…
ayyappa
  • 31
  • 1
  • 3
3
votes
1 answer

Sandy Bridge QPI bandwidth perf event

I'm trying to find the proper raw perf event descriptor to monitor QPI traffic (bandwidth) on Intel Xeon E5-2600 (Sandy Bridge). I've found an event that seems relative here (qpi_data_bandwidth_tx: Number of data flits transmitted . Derived from…
Orion Papadakis
  • 398
  • 1
  • 14