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

GAE Image providing and outgoing bandwidth

I am new to GAE and I have a hard time decreasing my outgoing bandwidth. I do think that most bandwidth is about IMAGE I'm hosting (e.x. Portraits or Background etc.) It's there any difference between hosting a image in data store (Blob) or < img…
0
votes
0 answers

Measure the upload speed

I am creating a windows app to monitor my servers. I want to know the upload and download speed to the server to which hosted my web application. I am using FTP to check the speed because both HTTP and FTP uses TCP Connection. Below defines the…
0
votes
1 answer

Path with bandwidth constraint in a weigthed graph

Suppose I have a network of interconnected switches. Every link connecting two different switches has its own positive usage cost and maximum bandwidth that it can pass through. Is there an algorithm / a combination of algorithms to optimally find…
0
votes
1 answer

Can you integrate a built-in image compressor for a Wordpress theme?

I currently am customizing a Wordpress theme called Classifier (http://colorlabsproject.com/themes/classifier/), built by Colorlabs & Company. I'm running into a pretty big issue and that is the size of users uploaded images. Our website receives…
Matthew
  • 21
0
votes
1 answer

Bandwidth of port using Socket

How to calculate the bandwidth of a particular port using socket programming in Java ? Any sample code please.. Thanks for the help in advance.
Preetha
  • 11
0
votes
1 answer

bandwidth delay product of a given link

i have been reading online about bandwidth delay and i couldn't understand. Bandwidth delay is the max amount of data that the pipe can 'store' But given a packet of size L is to be send over a link (A to B) with transmission rate of K-bps and…
user2760642
  • 137
  • 1
  • 9
0
votes
1 answer

How to get Bandwidth

I want to get the value of the bandwidth in my application. At the launching of the app, I display a splash screen and data are loaded in AsyncTask. I use a Handler like this to display a progressBar : new Handler().postDelayed(new Runnable() { …
Tom59
  • 125
  • 3
  • 14
0
votes
1 answer

Google Drive Bandwidth limitation for billed plans? or any way to request more bandwidth if have any limitation

I Have a web application that share about 30 GB of education material with its users, I have about 10000 users, that commonly about 200 user downloads the education materials (about 500 MB for every file) concurrently, I need to give my users a…
Mesut Talebi2
  • 23
  • 1
  • 5
0
votes
1 answer

Apple Push Notification PHP server bandwidth

I'm planning on launching my first APNS server soon. It's based on PHP and working fine in the test phase. My problem is that im not sure if it can handle 10K or 20K users on a shared server. And to be frank, i cannot figure out how to calculate the…
0
votes
1 answer

Is there a way to rate limit image preloads client side?

I'm working on a page that has streaming audio and many slides. The audio plays and the slides are loaded on demand during the event. Works fine during regular events but fails during large corporate events where the http download of a slide for…
deadcode
  • 25
  • 6
0
votes
2 answers

How to increase TCP bandwidth in Iperf

In IPERF we have a option to increase the target bandwidth with the option "-b 100m" but in TCP i dont see a option in both JPERF 2.0.2 and also in cli command. Please let me know how can i increase the bandwidth for my throughput testing since i…
deva
  • 131
  • 1
  • 5
  • 11
0
votes
1 answer

Limiting the network bandwidth in java

I need to do following things: 1. Find the current network bandwidth. 2. Limit the bandwidth to download the file by 50%. I did some research over this but i am not able to find any good way of doing this. Like calculating the bandwidth by sending…
0
votes
1 answer

run vnstat from a python script

When running vnstat -i [interface] --oneline the selected interface's bandwidth usage is printed. 1;eth0;10/11/11;1.45 MiB;801 KiB;2.23 MiB;0.59 kbit/s;Oct '11;3.93 MiB;2.06 MiB;6.00 MiB;0.05 kbit/s;3.93 MiB;2.06 MiB;6.00 MiB But to print all…
Purres
  • 1,271
  • 2
  • 11
  • 12
0
votes
2 answers

Encoding images to base64 can help bandwidth usage?

I have a big website that is using too much bandwidth. Because My Webside contains images with High Resolution. Im caching the pages for 6 hours to reduce db usage. My question here arises. If i encode the images to base64, and cache that images in…
user3416706
0
votes
2 answers

Bandwidth speed testing

Faced with the following problem: I need to determine bandwidth for a given ip and depending on it my task will be done in different ways. I've written a simple implementation Client: public void send(Socket socket, File file) throws IOException…
user3657377
  • 15
  • 1
  • 5