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

What is mumbles average monthly bandwidth usage?

I am wondering how much bandwidth does a Mumble server use in the span on a month. I have a dedicated Linux server with 10,000GB bandwidth/month. In their FAQ they have this formula and information. Worst case scenario: Number of users × Number of…
Latency
  • 93
  • 1
  • 7
3
votes
3 answers

Tool to track bandwidth by domain name?

Possible Duplicate: How can I monitor bandwidth usage by Virtual Host in Apache on Ubuntu I'm running an Ubuntu 10.04 server that hosts several domain names. All domains point to the same IP address and use the same network interface. I'm…
Grant Limberg
  • 173
  • 1
  • 9
3
votes
3 answers

Small TCP Window on WAN between 2 Locations

Site A: Denver datacenter. 60MBPS. Site B: Chicago. 100MBPS. ICMP pings: Packets: Sent = 176, Received = 176, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 74ms, Maximum = 94ms, Average = 75ms File transfer between…
Brent
  • 143
  • 1
  • 3
  • 10
3
votes
4 answers

limit network bandwith for an ip

for a traffic management app i should limit bandwidth for clients ip addresses that for each ip there are different limit how can use tc-tbf for specific ip address or is any other solution?
hamedsh
  • 389
  • 2
  • 5
  • 18
3
votes
1 answer

Network topology, clearing congestion

Our networking components consist of (3) x D-Link DGS 1248T Switches, and a router. We have 4-5 servers running as VMWare Host, HTTPD, and Storage. The clients on the network are connected to the switches via a patch panel. For the most part, our…
David Houde
  • 3,200
  • 1
  • 16
  • 19
3
votes
3 answers

Ideas for a Linux solution to use as much of 95th percentile bandwidth as possible?

Update: I'm looking for an automated "95th percentile bandwidth limiter". I was originally hoping for something part of the traffic shaping code in the kernel but I think it doesn't exist. I'm aware that I can manually limit at 3Mbps and be safe,…
kbyrd
  • 3,672
  • 2
  • 24
  • 34
3
votes
3 answers

How do ISPs increase clients bandwidth?

I've always been wondering how do ISPs increase their users bandwidth. Do they actually change the client's modem configuration? or do they change an specific router conf? I got an email from them saying that I only needed to restart the modem to…
Josh
3
votes
7 answers

Backing up large network (~200 clients) -- Enough Bandwidth?

My company wants to institute a backup plan for all of the clients on our network, which is about 200. We back up our servers and SQL databases regularly, but its been our policy to not backup individuals. What is most critical for people is their…
mtkoan
  • 87
  • 6
3
votes
2 answers

QoS - split bandwidth across all IPs during high load

We have a Linux-based router which is currently working fairly well, but our network only has a 1.5 mbps incoming connection. The network is small, but during high load periods some systems can end up dominating the bandwidth. For example, a client…
Matthew Iselin
  • 717
  • 1
  • 8
  • 20
3
votes
4 answers

What are the best open source tools for shaping office bandwidth usage?

We have a 3 MB pipe whose background noise is usually around 1.5 - 2 MB/S. This tends to burst up to capacity when when someone heads over to ESPN stream a video. It would be nice to be able to isolate those events and throttle the bandwidth of the…
johnnygoodman
  • 131
  • 1
  • 3
3
votes
2 answers

How to log nginx vhost bandwidth?

I'm looking for a way to be able to track the bandwidth of multiple vhosts on an nginx web server. I'm guessing there is a way that I can set up the log files to output this information and then I can write a script to parse through the log files…
bwizzy
  • 1,295
  • 4
  • 14
  • 17
3
votes
1 answer

bridge traffic limiting via tc

I have a Linux machine running as a bridge simulating various network conditions. I use tc for this. Introducing delays or packet loss is quite simple but I got into trouble trying to configure bandwidth limiting. Can you, please, show me how to…
3
votes
1 answer

What granularity does memory channel interleaving occur when enabled in BIOS?

Memory channel interleaving is a method of setting a physical address area which can be enabled in BIOS, so that all memory channels are alternately used to achieve best bandwidth and latency. I want to know at what granularity memory channel…
3
votes
2 answers

Server bandwidth for video streaming website

I need to put on a website videos that can ba shown using a common swf player (like flowplayer). Videos are about 3/4 minutes each (400 MB) in MPEG4/H264 compression. I was thinking to buy a normal hosting plan package. But how much bandwidth/month…
Marco Demaio
  • 590
  • 1
  • 8
  • 23
3
votes
1 answer

Bandwidth planning for TCP/IP and Ethernet overhead

During typical capacity planning processes i see a perhaps simplistic consideration for estimating only the page or data sizes that are expected to pass through the network pipes. That means like in regular application development the average HTTP…
icelava
  • 870
  • 4
  • 13
  • 28