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
1 answer

jquery not loading fully before page loads

I have a wordpress website that although works is not loading fully in a large office where the bandwidth is limited to each machine. so when the website loads in such a location it does not load all of the jquery and thus we have display issue. The…
Amesey
  • 822
  • 2
  • 16
  • 33
0
votes
1 answer

How do I saturate my upload and download available bandwidth?

As the question explain, I would like to saturate my bandwidth. For download I had an idea: Download a random file (5MB for example) in loop for n time using wget or urllib2. Delete the file each completed download, with the same loop. (For wget…
Black_Ram
  • 343
  • 5
  • 9
  • 19
0
votes
1 answer

calculate time to receive/send data inorder to calculate bandwidth

I have a packet sniffer (see below). To measure bandwidth I think I need to start a timer at the beginning of receving data. Record the number of bytes that has been transmitted and then calculate the average bandwidth. To measure time time to…
maximilliano
  • 163
  • 1
  • 2
  • 16
0
votes
1 answer

PHP resize and watermarking images on the fly or create multiple versions?

I have a collection of 500+ images which have been re-sized to a maximum of 800px x 533px with a need to display thumbnails of these in a variety of sizes depending on the number in a particular category, so a section width of say 650px is filled in…
David G
  • 301
  • 3
  • 14
0
votes
1 answer

Bandwidth IP tracking

I have an FTP server running Ubuntu where multiple clients connect to in order to download data. Some clients pull data once or twice per day but others pull data every minute or so. I'm trying to figure how much data each client is pulling in a…
Davi D.
  • 3
  • 2
0
votes
1 answer

How to prevent bandwidth theft of my website and why I find my website IP address sometimes dedicated & sometimes shared

I think someone is stealing bandwidth of my website. To prevent this I enabled hotlink. But there are only extensions related to image. How can I protect my other files with extensions like .php or .asp? When I add .php or .asp extensions, I was…
Hasib Mahmud
  • 806
  • 1
  • 10
  • 29
0
votes
2 answers

Bandwidth estimation with multiple TCP connections

I have a client which issues parallel requests for data from a server. Each request uses a separate TCP connection. I would like to estimate the available throughput (bandwidth) based on the received data. I know that for one connection TCP…
informer2000
  • 399
  • 6
  • 20
0
votes
1 answer

Tiled background image cost bandwidth

If I made a background for a page as a 10 kb image which is tiled 100 times in the page, will every time a person loads the page, 1000 kb is taken from bandwidth? or only 10 kb once for the image?
user2840510
  • 69
  • 2
  • 7
0
votes
0 answers

is "HttpWebRequest" using of my site's Bandwidth?

I want to read mp3 file from external url and hide url path for client in my website. I'm using this code: //Create a stream for the file Stream stream = null; //This controls how many bytes to read at a time and send to the client int…
0
votes
1 answer

PHP Calculating the Size (bytes) of current request

Have a question about monitoring data transfer. Our situation would be something similar to Apache Server <-----> Mobile Device We need to do 2 things Calculate the size of the page/raw data getting sent to the mobile device. Calculate the size…
owenmelbz
  • 6,180
  • 16
  • 63
  • 113
0
votes
1 answer

Profile an Apache web server's bandwidth

If I use 1TB of bandwidth in a month, I'd like to know what it's made up of. eg, is 80% of it images, 10% CSS, 5% JavaScript and 5% misc files? I've asked out server company (Rackspace) a few times, and it's simply not a service they offer, nor…
Chris Rosillo
  • 313
  • 3
  • 8
0
votes
1 answer

Check Bandwidth Consumption

I have taken an hosting a/c with limited bandwidth. I have embedded a video tag (object)that links to youtube on my webpage. I wanted to know that if someone views that video, will that be counted against my website bandwidth?
ScG
  • 1,063
  • 5
  • 12
  • 19
0
votes
1 answer

Measuring Oracle DB connection bandwidth

I'm looking for ideas regarding measuring the bandwidth of an existing Oracle DB connection (perl DBI) without any changes to database server side. Right now I'm running a select * from table; against a table with approximately known amount of data…
0
votes
1 answer

Audio Unit Bandpass Filter iOS

I'm developing a Bandpass Filter for iOS and the filter needs two parameters (center frequency and bandwidth). The problem basically is that bandwidth is in Cents (range 100-1200) instead of Hz. I've tried to find a way to convert from Cents to Hz…
user1708257
  • 265
  • 1
  • 4
  • 6
0
votes
6 answers

Monitoring data in/out of the computer via vb.net

I want to create a bandwidth meter for Windows using vb.net, but I cannot seem to find anything in the .net framework for monitoring the amount of data in or out. I want to create this because I cannot find a good one for free, and I think it is…
Cyclone
  • 17,939
  • 45
  • 124
  • 193