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

Received bytes shown by IE developer tools and the Content-Length response header are inconsistent

I am downloading an image using a GET request using XmlHttpRequest with cache disabled. In IE10, when I check the network panel, I see that the Received column shows different number of bytes and the content-length header shows the correct image…
Mandar Katre
  • 155
  • 2
  • 12
0
votes
1 answer

Will not setting location = 'home.php' on button click lead to website issues or be a savvy way to reduce bandwidth?

I am working on a site in which the user (after logging in) is sent to the home page of the site (home.php). On this home page are 4 separate iframes, each within a separate div and each populated by a different php file (not home.php). The site is…
0
votes
2 answers

Monitoring SQL Server Bandwidth

I think I can use NetMon to monitor traffic (b,kb,mb, gb) of my db (to/from) , however I dont know how to get a summary and breakdown of the traffic size. Has anyone used Netmon for this and can either explain how or point me in the right…
Coolcoder
  • 4,036
  • 6
  • 28
  • 35
0
votes
1 answer

How to create chunk of data programmatically and upload it to server

As per my requirement I have to perform the upload test (similar to SpeedTest) for monitoring network bandwidth. First approach which I can think is “To place 1 file (let’s say 1Mb file) in mobile & upload this file to server & calculate the time…
Raga
  • 43
  • 1
  • 1
  • 5
0
votes
1 answer

Fast Transferring my Wordpress site to another server

I am transferring my WordPress site. I need to transfer all the content to my new server from old one. I don't have that enough bandwidth that I can first FTP to my local PC and than again FTP to the new server. So I request people right here to…
0
votes
1 answer

Measure network traffic from website for a user

I have a need to determine how much bandwidth my web site generates, preferably per user. I was thinking perhaps get a managed switch that can throttle port speed and looking at some it seems to only allow 10/100/1000mbit settings. Is there anything…
Peter
  • 1
  • 1
0
votes
1 answer

Express Public Directory and Bandwidth

I'm using NodeJs with Express. I have a public directory containing many things essential for the client such as pictures. When someone logs into my server, do everything contained in my express public directory transfered to the client? Or does it…
RainingChain
  • 7,397
  • 10
  • 36
  • 68
0
votes
0 answers

Is 600kbps upload speed too slow for VOIP app?

I've built a voip app for iphone and android phone (audio only). I've been testing the call quality. I noticed that if a person has an upload speed of less than 600kbps, then his partner will have trouble hearing him clearly. His partner might…
John
  • 32,403
  • 80
  • 251
  • 422
0
votes
1 answer

How to handle audio streams and mixing for VoIP

We're working on a Java based Voice over IP program, and we need to find an effective way of keeping streams and server side stress to a reasonable amount. We're writing this for a multiplayer game, and we plan to have a few different modes for…
Kristoff
  • 167
  • 3
  • 13
0
votes
1 answer

desktop applications bandwidth consumption, if there is such

I'm really confused as to why the browser while loading some pages buffers a lot when I'm having quite few desktop applications running.Do desktop applications like MS word, excel, etc... consume bandwidth or affect it in any way?
Roche
  • 3
  • 4
0
votes
1 answer

Does WebRTC chew up lots of bandwidth?

I am considering implementing Freshly Tilled Soil's jq webrtc plugin for a site I am building. Ive tested it and it works quite nicely... my only worry and question is that this will eat up all my clients bandwidth. So compared to average site…
Todd Vance
  • 4,627
  • 7
  • 46
  • 66
0
votes
2 answers

IFrame and Video Streaming Consuming my website bandwidth?

I created a website with some pages containing Iframes that stream videos. I'm planning to host my website at a webhost that indicate me that i only have a limited amount of BW per month, my question is: suppose i have 1000 users per/ day and the…
carterwild
  • 1
  • 1
  • 3
0
votes
1 answer

Disable RGB Camera from Asus Xtion

I have an ASUS Xtion Pro Live, and I want to reduce the USB bandwidth requirement down from 70+% down. I noticed that there is an option to reduce this requirement down if I can disable the RGB Camera. Does anybody know how to do this? (e.g.…
John Yang
  • 547
  • 1
  • 8
  • 21
0
votes
1 answer

Why doesn't Nginx load balancing balance bandwidth?

I'm a newbie to nginx load balancing but i got it setup according to the documentation and from some samples online. Here's how i setup my upstream config: upstream test { server FirstServerIP weight=1 max_fails=3 fail_timeout=15s; server…
Echiomega
  • 1
  • 3
0
votes
1 answer

High traffic hosting provider

Currently I found myself in very interesting position. I had to build a server that is capable of serving around 100TB per month. The server config and the software is not an issue for me, but the network cost of 100TB per month make my usual choice…
Antoan Milkov
  • 2,152
  • 17
  • 30