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
1 answer

Baidu Spider causing 3Gb of traffic a day - but I do business in China

I'm in a difficult situation, the Baidu spider is hitting my site causing about 3Gb a day worth of bandwidth. At the same time I do business in China so don't want to just block it. Has anyone else been in a similar situation (any spider)? Did you…
d.lanza38
  • 357
  • 1
  • 6
  • 13
3
votes
3 answers

LSI 9260-8i limited to max 200 MB/s (independently from the drives)

LSI MegaRAID 9260-8i controller is limited to max 200 MB/s transfer rates. The server is a HP DL180 G6, with CentOS 7 (64 bits) and we are testing 4TB SAS drives (Model: WD4001FYYG). The controller is using iBBU08 (512 cache). We have tested…
3
votes
2 answers

How do I monitor network usage on a Windows server?

I would like to monitor server bandwidth usage. The server OS is Windows Server 2012 This should give me as result the amount of data over a certain period of time and separate it by protocol and by remote IP. Protocol to discriminate would be HTTP,…
Memes
  • 408
  • 2
  • 4
  • 11
3
votes
0 answers

Mac OS X > pfctl > How to limit Bandwidth for a specific port?

I need to limit the Bandwidth of our Apache Server (which runs on port 80 by default). It was easy with ipfw as follows: sudo ipfw pipe 1 config bw 100Kbytes/s sudo ipfw add 1 pipe 1 src-port 80 But, ipfw has been discontinued in newer versions of…
Ahsan
  • 131
  • 5
3
votes
2 answers

nginx - limiting bandwidth usage per server block

In Apache we have some great solutions for limiting the bandwidth usage per vhost, like mod_bandwidth. However, since I started using nginx, I couldn't find a way of limiting and monitoring the bandwidth usage for each server block. I would like to…
bazaglia
  • 153
  • 1
  • 7
3
votes
3 answers

How to use iSCSI MPIO to increase bandwidth with XenServer?

I have a FreeNAS Server with four network interfaces. The iSCSI traffic goes through two of those interfaces, and each interface has one IP address in a different subnet. As example: igb0: 192.168.10.1/24 igb1: 192.168.11.1/24 There are three…
Vinícius Ferrão
  • 5,520
  • 11
  • 55
  • 95
3
votes
2 answers

Monitor Exchange bandwidth by user / mailbox

We share an exchange servers between 5 different companies. Our exchange server is consuming a massive amount of bandwidth every month (up to almost a TB!). It's hosted offsite and our hosting provider charges a pretty penny for bandwidth usage. So,…
3
votes
6 answers

Server upload bandwidth testing

I'm looking for a tool (not AB, or any stress-test) that can simply test my server's external (overseas) upload bandwidth. The machine's location is at Europe but i'd like to test my speed to America. I don't like to provide an url because of…
fabrik
  • 527
  • 1
  • 7
  • 18
3
votes
2 answers

Can TC (Linux Qos Utility) limit bandwidth usage of target applications?

We have many applications running on the same server machine which is inside a network of servers. We want limit the bandwidth of our applications to specific value. So here are some choices: suppose we have three apps:…
Steve Peng
  • 559
  • 1
  • 8
  • 18
3
votes
2 answers

Determine what machine/device is consuming bandwidth

I sometimes help a small office with a few issues. About two months ago, they were complaining of poor internet performance. Long story short, I found one person running Carbonite on a Mac that was pushing 2mb uploads all day. Shut down Carbonite…
tcv
  • 651
  • 8
  • 21
3
votes
2 answers

Apache log analyzer for bandwidth usage?

I'm running a server that hosts several different websites and content. I want to know which websites and which files or services are using up the bandwidth. Do any of the freeware apache log analyzers do this? For example, it would be nice to…
user14427
3
votes
2 answers

how to limit upload bandwidth per user in linux?

Can anyone provide the tc command to limit upload bandwidth per user in Debian Lenny? I found that to mark packets per user with iptables I can use the following command iptables -t mangle -A OUTPUT -p tcp -m owner --uid-owner testuser -j MARK…
Gihan Lasita
  • 387
  • 1
  • 4
  • 9
3
votes
3 answers

Why are the prices for broadband bandwidth at data centers much higher than consumer/small business offerings?

The prices for broadband bandwidth at data centers are sometimes as much as 10x higher than for a typical small business/consumer connection, at least where I live. Now, I understand those are two differend kind of products, but what exactly are the…
odemarken
  • 347
  • 1
  • 9
3
votes
1 answer

How to limit the download speed after first N mb in Squid?

In my network, when someone is downloading big files, the internet speed is going down for everyone else. So what I want to do is, when someone starts downloading a file, he will download first 5 megabytes with normal speed, then the speed will go…
ysakiyev
  • 263
  • 1
  • 5
  • 12
3
votes
1 answer

Bandwidth * Delay Product

I'm trying to calculate the bandwidth delay product between various hosts, and reading this wiki article, I am confused. From the acticle; Residential ADSL2+: 20 Mbit/s (from DSLAM to residential modem), 50 ms RTT B×D = 20×106 b/s × 50×10-3 s = 106…
jwbensley
  • 4,202
  • 11
  • 58
  • 90