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
3
votes
2 answers

How do I reserve bandwidth for rsync?

Currently nginx uses all my bandwidth. How do I leave some for rsync?
user126311
  • 141
  • 1
  • 3
3
votes
1 answer

SonicWall traffic analysis

I have Sonic Wall PRO 2040 Standard in domain network. I need to see which pc has high bandwidth usage at the moment, for example streaming music or anti-virus trying to download update, to resolve bandwidth issue. I found in administration…
Andrija
  • 579
  • 2
  • 5
  • 9
3
votes
1 answer

Social Media event Bandwidth requirements

I have an one day event in July 2012, hosting 250 attendees for a social media event. We will be uploading live video to a website, allowing the press to access the web, and some vendors will be showing off their web sites for clients and visitors. …
Bob G
  • 31
  • 1
3
votes
1 answer

Do local cURL requests count towards my network transfer limit?

I have a purchased a hosting that allows me 10 GB of monthly transfer. Will this 10 GB of transfer be affected if I make some cURL requests, from-a-script-to-a-script on the same server (in this case it's a kind of "local-request")?
3
votes
2 answers

CentOS 5.5 x86_64 VPS - A lot of inbound traffic when idle?

I have a CentOS VPS from UKWSD and I'm getting inbound traffic that I cannot understand. The VPS was setup yesterday and I installed vnstat this morning around 10am, since then the server was basically idle and doing nothing from 12pm but it's…
Clarkey
  • 167
  • 1
  • 4
3
votes
4 answers

What tools should I use to assess bandwidth for web server farm..?

I'm contemplating moving datacentre and I need to know the size of pipe I'll need in order to get a quote. Currently I'm charged on GBs of traffic per month (currently about 42GB inbound - so requests only) but the new mob would rent me a pipe…
3
votes
1 answer

iperf-like bidirectional bandwidth measurement through NAT

I am using iperf to measure my uplink speed between my home PC behind NAT and a fully accessible root server. It does so using a TCP connection. For whatever reason it seems that iperf can only measure client to server speed, where client is the one…
Paul
  • 1,918
  • 4
  • 18
  • 24
3
votes
1 answer

droping packet on iptables = wasting bandwidth?

recently I do this on my iptables : -A INPUT -p tcp --dst 192.168.0.0/16 -m hashlimit --hashlimit-above 32/sec --hashlimit-mode dstip --hashlimit-name hosts -j DROP it seems that if my client receiving packet from net at the rate of above 32 pkt/s,…
uray
  • 245
  • 4
  • 7
3
votes
2 answers

Network monitoring per user

We dont have to many restrictions on the net in our domain right now. Normally its fine (we use fiber. 20 down and 35 up) with 40 users this isnt normally a big deal. Every now and again the bandwidth does spike though and I need to be able to…
Lbaker101
  • 309
  • 2
  • 8
  • 18
3
votes
1 answer

Network user usage alerting options?

My company is offering public wireless in a number of locations. Access is controlled by an OpenBSD box running pf and Squid in transparent proxy mode. Using a tool like SARG, I can easily generate an HTML report that shows IP addresses and amount…
ibrewster
  • 75
  • 2
  • 8
3
votes
1 answer

Windows 2008: throttling network bandwidth of a process

Is it possible to limit the network bandwidth of a process on Windows 2008? We need to run a long running upload but don't want to saturate the network (we have time).
Piotr
  • 195
  • 1
  • 6
3
votes
1 answer

Is it possible to get a breakdown of the bandwidth usage by file in AWS CloudFront?

My sites traffic is finally starting to peak, and I am a heavy user of AWS CloudFront. I'd like to optimize our bandwidth, but I don't see anyway of getting a detailed breakdown of which files are contributing most to the bandwidth costs.
3
votes
2 answers

Prevent a single host from consuming entire bandwidth?

We have a linux router providing internet connectivity to several PCs. It's currently using shorewall to help make the iptables setup easier. Is there a way I can set it such that any individual host is prevented from using the entire line? I'm…
davr
  • 1,729
  • 3
  • 14
  • 25
3
votes
4 answers

Application to monitor bandwidth usage per program

I need to monitor the amount of bandwidth a few processes are consuming however these applications don't have the options to do so, is there an application that I can run on Windows Server 2008 that will allow me to monitor the bandwidth usage of…
Unkwntech
  • 1,760
  • 4
  • 19
  • 24
3
votes
2 answers

Does Windows DFS always keep some files backlogged?

I have been monitoring our DFS backlog and I have noticed that is hasn't really dropped below 1000 or so files. I am assuming this means it needs to use more bandwidth. So starting last night I allowed it to use 512Kbps between 6pm and 4am, when it…
Jason
  • 261
  • 4
  • 7