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

Monitor bandwidth usage of a datacenter

I would like to know what application is best for measuring bandwidth usage in large datacenters. Our company is in the process of setting up a DC which will have around 1000 physical servers. We want to measure the outgoing and incoming traffic…
Debianuser
  • 421
  • 4
  • 12
  • 29
2
votes
2 answers

File transfer - Bandwidth flickering for no reason

We are experiencing file transfer issues. I try to troubleshoot this problem but it is really hard. Here is a screenshot I took while transferring a file from my workstation to another server. The screenshot was taken from the workstation…
Jonathan Rioux
  • 1,938
  • 6
  • 33
  • 57
2
votes
3 answers

What can I do to lower bandwidth cost on a bandwidth heavy site?

The easiest answer is CDN but I'd like to ask. A friend of mine has a server that is used for mirror downloads. He says he is doing about 10TB of bandwidth a month which shocked me (I wonder if he is lying). I seen his site and he has no ads. I…
user274
2
votes
9 answers

Measure data transfer throughput?

How can I benchmark the network transfer speed of my servers? We already have an existing file server, but it is fairly old. We recently got a donation of a (relatively) newer P4 box, and I wanted to find a way to test its network+disk I/O speeds to…
lfaraone
  • 1,611
  • 3
  • 18
  • 23
2
votes
4 answers

Router for a heavy video streaming dependent network

I have a 50 Mbps WAN link and I use Asus RT-N16 with tomato firmware for NAT. My users view multiple streaming videos. At any given time there would be about 20 streaming videos which are being watched. But always if the number of videos that are…
nixnotwin
  • 1,543
  • 5
  • 35
  • 55
2
votes
1 answer

IPerf - Reverse test

I'm trying to perform a test using IPerf but in a special case. Usually iperf client send data to iperf server, what I need in this case is the server send data back to the client in the same connection. I don't want a bidirectional test, as it does…
CarlosH
  • 21
  • 1
  • 3
2
votes
3 answers

IM traffic bandwidth

I work at a midsized global company (~3000 employees), and I recently have had the opportunity to train a new employee. The new guy asked about IM at the workplace, and I told him to have the IT department install MS Office Communicator on his…
B Johnson
  • 123
  • 3
2
votes
2 answers

How do ISPs calculate bandwidth?

I mean, is 100 GB per month 100 * 1000^3 bytes or 100 * 1024^3 bytes? Wondering if they use the decimal definition like HDD manufacturers or the binary definition. I do know that there's technically Gibibyte (GiB) for binary but it's not commonly…
Jack
  • 517
  • 3
  • 5
  • 11
2
votes
6 answers

Gaming on an office lan

don't shoot me for this one. I'm wanting to get a few of us in our team (say 5 players) to start playing a network game in the office (you know... team building and all that ;) ) - thinking that Unreal Tournament 2004 will be the one. The only thing…
Mark
  • 189
  • 6
2
votes
1 answer

Getting per-ip traffic stats from PF

Is there a way to get per-ip traffic stats from PF on OpenBSD 4.9? pfctl can give me the total traffic (bytes) for a given label, and pfstats for a given interface, and pftop can give me a "live" view of traffic, but I'm looking for a historical…
ibrewster
  • 75
  • 2
  • 8
2
votes
2 answers

Limit Apache Proxy upload speed per connection/ip?

I looked at mod_bandwidth and mod_cban but they dont seem to satisfy my requirements. I am running a proxy server with apache 2.2 (mod_proxy, proxy_http, proxy_connect). I want to limit the "upload speed of the client". This is at the same time…
The Shurrican
  • 2,240
  • 7
  • 39
  • 60
2
votes
1 answer

NIC bandwidth usage graphing as percent (not kbps/mbps)

I would like to validate a certain thought with you guys. Assuming that: The device whose bandwidth I am measuring is an internal, Linux-based, router. If a NIC is configured to 100mbps, the network is at least 100mbps (that is, the NIC's speed…
Yon
  • 258
  • 1
  • 3
  • 8
2
votes
2 answers

limiting bandwith per ip

I have a server with 256 ip addresses for our internal office use. Each ip is given to our employees via squid proxy. They connect to proxy they browse etc. Problem is that some must do tedious tasks with bots and stuff while others don't but the…
Romeo M.
  • 225
  • 1
  • 2
  • 5
2
votes
3 answers

FTP Rates drop off after a short time

I am trying to transfer a number of large (10's of GB up to 100's of GB) files to an HP DL380 host, running vsftpd on a 10 GigE network / LAN. The transfer initially starts out fast, i.e. 45-60 MB/sec or roughly the speed of the disks. After several…
Mr. Ed
  • 21
  • 1
  • 2
2
votes
3 answers

Linux - Limit max bandwidth usage per IP

I have been experiencing DDoS attacks on my web server, with some IPs using more than 50 Mbit/s. Now if I would like to limit the max bandwidth usage for each unique IP to, lets say, 1 Mbit/s, what would be the best approach?
user76231
  • 33
  • 2
  • 4