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

difference between MTU and link bandwidth

what is the difference between a link MTU max transmission unit and a link bandwidth? MTU refers to the max size of a packet that a link can send. link bandwidth refers to the max number of bits that a link can send. arent they the same thing
0
votes
1 answer

Equation for determining average data transfer speed when day/night throttling limit is different

this may be better posted in Mathematics, but figured someone in StackOverflow may have seen this before. I am trying to devise an equation for determining the average data transfer speed for backup appliances that offsite their data to a data…
0
votes
2 answers

What is the best BlazeDS polling method for an low bandwidth network?

I am wondering BlazeDS polling configuration, simple or long polling, is the best for a low bandwidth network.
Clay3981
  • 704
  • 1
  • 5
  • 6
0
votes
1 answer

performance testing for bandwidth vs number of user

I have a website hosted in local server. Suppose I have 150 computers connected to that server and can access the site. I need to know the optimum number of users who can access the site simultaneously without any hiccups and performance issue if…
WR Akash
  • 1
  • 1
0
votes
1 answer

How to calculate bandwidth consumption for a Hosting Account using C# in ASP.Net Application?

HI all, I am working on SaaS Hosting Software. a large number of sites are hosted on the server. I am trying to calculate bandwidth consumption, (bytes transferred in and out) using C#, described Here using the MS Log Parser. In the above case, if…
Steve Johnson
  • 3,054
  • 7
  • 46
  • 71
0
votes
1 answer

Calculating the bandwidth by sending several packets through linear regression

I implemented a TCP client-server model to test my bandwidth with the server through sending number of packets with different sizes and see the RTT then calculate the bandwidth through linear regression, Here is the server code: import java.io.*; …
0
votes
1 answer

What happens when bandwidth is exceeded with a Microsoft SQL Server connection?

The application used by a group of 100+ users was made with VB6 and RDO. A replacement is coming, but the old one is still maintained. Users moved to a different building across the street and problems began. My opinion regarding the problem has…
subjectivist
  • 245
  • 2
  • 12
0
votes
0 answers

Integrate java app to windows context menu

i want to dev an app that can integrate to windows context menu when i right click to file or folder like this image : (sorry because i cant upload image directly) i have searched everywhere on google but i cant find the solution. can anyone tell…
Norutan
  • 1
  • 1
0
votes
2 answers

Webcams on the same usb bus in ubuntu

Probably a beginner's question, but I don't seem to be able to find the answer on google. For computer vision purposes, I intend to process frames of two webcams on the same computer. I have some lagging issues, and I was investigating the fact…
Kranck
  • 15
  • 4
0
votes
2 answers

Why is bandwidth measured in bits per second?

There is another question with this same title, but the question is asked differently than what's troubling me, and the answer is not sufficient. The most prominent analogies I hear to explain bandwidth are the highway example, and the pipe example.…
CodyBugstein
  • 21,984
  • 61
  • 207
  • 363
0
votes
0 answers

PHP monitor available bandwidth

I'm creating a command line script in php that will use a lot of bandwidth so I want to monitor available bandwidth to balance the size of sending data. (Automatic TCP balancing it's not enough cause it can send a lot of data) I'll be working under…
Nemesis
  • 22
  • 1
  • 4
0
votes
1 answer

How is bandwidth of an internet connection on a network interface calculated by operating system

I have ubuntu 14.04 LTS ,and opening connection information window from the top title bar->network connection icon, I see the following: General: interface: ... h/w address: ... speed: 65Mbps security: ... etc... Similarly, on my android htc…
user3391196
  • 361
  • 4
  • 13
0
votes
2 answers

Gauging the relative importance of client-side image resizing vs bandwidth considerations

My site is using a php function to resize images so the browser doesn't have to do it: function resizeImg($img, $newW, $newH, $rotateTrue) { //image resize code, then return base64_encode($image_data); } where the function is called like…
0
votes
0 answers

Measuring the bandwidth used by a GCM app

I have an Android application that uses Google Cloud Messaging, and I want to measure the amount of bandwidth that the application uses when it receives push notifications. How would I go about approaching this?
RagHaven
  • 4,156
  • 21
  • 72
  • 113
0
votes
1 answer

WAMP: how can i measure the bandwidth usage?

is there a module or program to measure how many bandwidth my localhost is using and that be able to visualize that information through a chart or something? Edit: But im talking more on the way that online servers do, they show you the entire…
Brian James
  • 25
  • 1
  • 5