Questions tagged [bandwidth]

In computer networking and computer science, bandwidth, network bandwidth, data bandwidth, or digital bandwidth is a measure of available or consumed data communication resources expressed in bits/second or multiples of it (kilobits/s, megabits/s etc.).

Bandwith

In computer networking, bandwidth in bit/s 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.

Common Misconception

In website hosting, the term "bandwidth" is often[citation needed] incorrectly used to describe the amount of data transferred to or from the website or server within a prescribed period of time, for example bandwidth consumption accumulated over a month measured in gigabytes per month. The more accurate phrase used for this meaning of a maximum amount of data transfer each month or given period is monthly data transfer.

source: wikipedia

719 questions
5
votes
2 answers

Should Skype be reliable in a corporate environment?

I have been managing the IT function in a small software development company that has grown from 10 users to 70 users in 5 years. Most users in the company are office based, but some key users work remotely. At the beginning, Skype become the de…
Garreth McDaid
  • 3,449
  • 1
  • 27
  • 42
5
votes
2 answers

Mysterious Bandwidth Usage

We use a SonicWall NSA 3500 as our main router. We have a SonicWall Analyzer virtual appliance too that takes information from the NSA 3500 and determines all kinds of stuff, such as bandwidth usage. We have 2 internet connections from the same…
Steve
  • 51
  • 1
5
votes
2 answers

Apache Bandwidth limiting based on URL

I'm hosting an image sharing site and I seem to be running into an unusual problem. I use the Apache module mod_rewrite to make all the urls to each image much shorter than they would be otherwise, but this seems to be preventing other modules such…
Alan
  • 338
  • 1
  • 3
  • 10
5
votes
2 answers

lxc bandwidth control using tc

I am trying to restrict bandwidth inside my containers. I have tried using the following commands , But I think it is not getting effective. cd /sys/fs/cgroup/net_cls/ echo 0x1001 > A/net_cls.classid # 10:1 echo 0x1002 > B/net_cls.classid #…
kumar
  • 433
  • 3
  • 10
  • 23
5
votes
3 answers

Rsync Throttle Upload Bandwidth --bwlimit=KBPS

I am looking to throttle the upload speed of my file transfers during an rsync process. Does --bwlimit=KBPS mean it sets the internet transfer speed, or the hard drive disk write speed? --bwlimit=KBPS limit I/O bandwidth; KBytes per…
Michael Ecklund
  • 251
  • 2
  • 5
  • 13
5
votes
5 answers

finding the best network latency between two countries

I know there are many tools to test for bandwidth and latency, but they all rely on having at least one host from which you can run those tests. I wonder whether there's an online source or some other way to guestimate the latency or speed between…
Yoav Aner
  • 561
  • 2
  • 6
  • 13
5
votes
1 answer

Bandwith usage from pcap files

I've got a huge pcap file (many GBs) that I just can't load in wireshark. What I need is extracting bandwidth usage information, both total and per-protocol (in both incoming and outgoing direction), from it, and possibly graph it in a…
persson
  • 51
  • 2
5
votes
1 answer

Command line speed test

There are several sites that give you decent speedtest metrics (DSLReports, Speakeasy; PhonePower even has additional VoIP-related metrics). I want to get these metrics on a periodic basis. Ideally, I want to put something as a shell script and cron…
Felix
  • 543
  • 5
  • 10
  • 23
5
votes
2 answers

Insufficient channel capacity of 1GBit

There is a Caching Server (Varnish): it receives data from Amazon S3 on request, saves it for some time and gives it to the client. We have encountered the problem of insufficient channel capacity of 1GBit. Peak load within 4 hours completely chokes…
5
votes
6 answers

Bandwidth sizing for simultaneous RDP sessions

We're doing some DR scenario planning which will require up to 150 users to RDP into their desktop machines (mainly running Windows XP) over our VPN. We have a 2mbit uncontended internet connection at the moment but there's scope to upgrade this and…
user10316
5
votes
1 answer

pfsense 2.0 traffic priority - set full priority for single host

I have a network with several computers all on the same network and since I have very limited bandwidth I would like to prioritize traffic almost like a CPU scheduler prioritize processes. Example: Computer A: Used for webstuff: youtube, downloads,…
Waxhead
  • 801
  • 9
  • 15
5
votes
9 answers

How much traffic can one machine generate?

Can just one machine on our network generate enough network traffic, whether it be from malware or P2P or whatever, to affect all network/internet users? My company has many public machines available for anyone to browse the internet on. If just…
cop1152
  • 2,656
  • 3
  • 21
  • 32
5
votes
1 answer

What outbound HTTP throttling solutions exist?

I am looking for a way to flexibly manage outbound HTTP/HTTPS traffic in a way that respect site policies, and could be deployed at the "edge" of our datacenter network. For example, we use several Web APIs that have throttling rates like "no more…
kvista
  • 355
  • 1
  • 2
  • 6
5
votes
1 answer

How to manage bandwidth for Cached Exchange Mode

We recently started using Microsoft's Hosted Exchange offering with Outlook 2010, and are very happy with it. So far we have been able to easily migrate calendars and contacts from old PST files into Exchange without any problems. The only data…
Nic
  • 13,425
  • 17
  • 61
  • 104
5
votes
3 answers

How bandwidth is allocated to concurrent users?

Let's say a server is connected to internet through limited bandwidth, and more than 1 user try to download a file from that server simultaneously. If we ignore the bandwidth limitation at the user side, may I know how the server side bandwidth will…
kwc1