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
0
votes
2 answers

YouTube style throttling in Flash

I may be completely insane on this one, but it seems like the download/buffer rate of YouTube videos is faster at the beginning and the further the buffer point gets from the currently playing mark, the slower buffering goes. Am I crazy, or does it…
Jay Paroline
  • 2,487
  • 1
  • 22
  • 27
0
votes
1 answer

Is there a well established incremental algorithm to maintain a history of values with accumulation over specific time frames?

I have practically completed one, but wanted to compare mine with a well researched an possibly academic algorithm. There may be a library of statistical objects which either directly or in-combination solve my particular need. My system (which I…
Kind Contributor
  • 17,547
  • 6
  • 53
  • 70
0
votes
2 answers

Measure Size of Data Sent over Socket

I was thinking about how you would read how much data you send over a Socket. For example if I made a Chat Application and then wanted to find out how much a message would take (in kilobytes or bytes), how would I measure this? I send a message like…
OmniOwl
  • 5,477
  • 17
  • 67
  • 116
0
votes
1 answer

Internet radio server bandwidth usage

I want to setup an internet radio server, taking into account a number of constraints. Lets ignore for now the non-IT related issues, like legal/organizational aspects. I need to calculate how the required server bandwidth will be influenced, in the…
Andy
  • 3,631
  • 2
  • 23
  • 32
0
votes
2 answers

Java Chat application bandwidth usage?

I've tried to look around for data concerning how much of a bandwidth hog a chat application is. In this case maybe with a Java/AJAX implementation or simply just Java, using Server/Client relationship. I want to find out, how much bandwidth such a…
OmniOwl
  • 5,477
  • 17
  • 67
  • 116
0
votes
1 answer

Do headers on mobile requests and responses count as part of the bandwidth?

I am building an Arduino-based device that needs to send data over the internet to a remote server. It needs to do this as frequently as possible but also use as little bandwidth as possible. It will probably work over GSM/EDGE (cellular…
Pangolin
  • 7,284
  • 8
  • 53
  • 67
0
votes
2 answers

Is it possible to know how long time one whole site takes by 250, 500 or 750kbps or 1, 2 or 4MB?

I'm a web designer and will make a document to train my sites clients how to know if the internet bandwidth speed is slow or quick for each visitor of their sites, depending on the images or site weight (in bytes or in megabytes) and on their…
user1637530
0
votes
0 answers

html5 audio bandwidth v. flash (possible bandwidth issues)?

I've tentatively started converting some musician sites from SWFObject flash player to HTML5... more for the ease of styling it offers than anything else. Frankly, SWFObject and Flash have always worked efficiently/reliably for me. And having to…
jchwebdev
  • 5,034
  • 5
  • 21
  • 30
0
votes
1 answer

Refreshing page quite a few times takes server down

I have a website/webapp which I developed in JSP/Servlets. On the main the data is collected from the database, so I run the Servlet first to collect data and send it to the JSP. (works fine) The problem is few minutes ago I kept F5 pressed for a…
AL̲̳I
  • 2,441
  • 4
  • 29
  • 50
0
votes
1 answer

Measure client upstream bandwidth using ajax

In my struggles to make our customer's experience of our web services as good as possible I am creating a webpage where the individual customer can measure their latency and bandwidth to our site. Not really a hard task but I need some feedback on…
JensJ
  • 177
  • 2
  • 9
0
votes
1 answer

USB 1.1 more bulk bandwidth

I have the following problem: Microcontroller with usb1.1, 32byte buffer for bulk transfers and a lot of real time data to move to Linux (kernel2.6) PC. As far as I understand the maximum theoretical bandwidth available for bulk transfers in this…
c george
  • 1
  • 1
0
votes
1 answer

How do I solve having my server automatically shutdown, if a UDP port has not been active for a certain amount of time?

I suppose this may be an odd question, but I have a small EC2-instance that costs quite a large sum of money every month. It's charged hourly though, so I only turn on this particular instance when I need it, and power it off when I'm done. The…
Amivit
  • 189
  • 2
  • 4
  • 15
0
votes
1 answer

Google App Engine free version uses more than 1 GB per day of outgoing bandwidth

I just enabled billing just because my daily bandwidth seemed to exceed 1 GB per day. But I realized from the Billing History section, days before the day the billing is enabled, the daily bandwidth has exceeded 1 GB (even it ever reached 2.5 GB,…
Randy Sugianto 'Yuku'
  • 71,383
  • 57
  • 178
  • 228
0
votes
1 answer

Detecting Mobile Bandwidth/Connection Type

I am developing a website targeted for ALL devices from the most powerful desktop all the way down to awful feature phones. The website will be heavy on serving video content. I want the site to fail gracefully should the user not have sufficient…
Adam Waite
  • 19,175
  • 22
  • 126
  • 148
0
votes
1 answer

Testing the network bandwidth according to a port on a remote server

I want to know how easily test the network bandwidth according to a port on a remote server? Thanks regards!
pidev
  • 131
  • 1
  • 1
  • 10