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

maximum download limit

I'm writing software for bandwidth management in Linux. I use TC for bandwidth shaping, and it worked fine. I want to limit user bandwidth for a period of time. For example: For user 1, 100MB in a week What is the best way to do it?
hamedsh
  • 389
  • 2
  • 5
  • 18
4
votes
7 answers

Real-time traffic monitoring router / firewall device

I'm looking for a router & firewall device that will provide built-in bandwidth monitoring; meaning, I go to the web control panel for the device and I can see a real-time breakdown of how much traffic each IP is using (and even better, identify the…
mattloaf1
  • 267
  • 3
  • 9
4
votes
2 answers

How to reach max network throughput in Linux

I want to test what's the max netwotk bandwidth our Linux server can handle. I use one Dell R710 with two quad-core Intel cpu and 16GB memory. I install two Intel 82575Gb pcie cards, each has 4 ports And onboard there are 4 Broadcom BCM5709Gb…
Brad
4
votes
3 answers

Limited bandwidth and transfer rates per user

I searched for a while but couldn't find anything concrete, hopefully someone can help me. I'm going to be running a Debian server on a gigabit port, and want to give each user his/her fair share of internet access. The first objective is easy -…
Cx03
4
votes
1 answer

How can I monitor bandwidth usage by Virtual Host in Apache on Ubuntu

My Environment: Apache 2.2.9, Ubuntu 8.10 I am trying to find a way to monitor the bandwidth usage on my server broken out by each virtualhost WITHOUT installing something like PLESK, CPanel, or ISPConfig that is capable of modifying my server. I…
Shane
  • 117
  • 1
  • 2
  • 12
4
votes
1 answer

why read is faster when using O_DIRECT flag?

I copied a 10GB of file in my SSD which has read bandwidth of around 3.3GB/s, benchmarked using fio command. Here is the ref: https://cloud.google.com/compute/docs/disks/benchmarking-pd-performance I cleared out the cache using this "sync; echo 3 >…
3
votes
1 answer

Remote Screen Sharing between multiple instance of Windows Server 2003. Is it possible?

I am working on a project with my friends online as well as locally through connecting LAN. I am using Windows Server 2003 that allows maximum 3 instances of remote desktop connections. I have static Ip(when working on internet else local ip)…
3
votes
11 answers

5-10tb of data transfer required, on the cheap

I need to support about 5-10 tb/month of data transfer for downloadable screencasts. Since this a a free service, would you recommend me just using those 'unlimited bandwidth' 10/month hosters for this? If I was to provide streaming video, what…
user2659
  • 1,152
  • 4
  • 20
  • 32
3
votes
1 answer

OpenVPN Traffic Control on CentOS 7

I'm trying to give my OpenVPN some bandwidth limitation. I would like for example for each user give 10Mb/s for upload and download. I tried the following answer I found (Automatically Call a Script when a New User Connects and Bandwidth Shape the…
executable
  • 217
  • 5
  • 15
3
votes
1 answer

Is it possible to use powerline adapters behind UPS's?

Currently i have my router connected in the 1st floor (with some switches), which is also connected with a 1200Mbps (real bandwith is about 600Mbps) powerline adapter. Another powerline adapter is in my basement; also the main server is there. I…
Essigwurst
  • 133
  • 1
  • 6
3
votes
3 answers

Dynamic traffic-shaping

I have a 64MB/s internet connection and it should be divided among 17 LANs with a priority. Any computer from any LAN should have a particular share from bandwidth (For example computers from LAN1 have half of bandwidth that computers from LAN2) but…
Isaac
  • 581
  • 2
  • 12
  • 25
3
votes
1 answer

EC2 Bandwidth between two instance in same availability zone

I'm using an Apache proxy on one server in front of tomcat on a different server. What is the the bandwidth between the two EC2 instances if they are in the same availability zone? Does this have anything to do with the network performance of the…
DD.
  • 3,114
  • 11
  • 35
  • 50
3
votes
2 answers

How to monitor total outgoing bandwidth usage on a per-user basis?

How does one monitor total outgoing bandwidth usage on a per-user basis? (I'm using apache 2.2 in case you need this information.) All web hosts do this. So it would seem obvious, but I can't find any information on how to do this. Even a partial…
Kevin
  • 63
  • 4
3
votes
1 answer

AWS - How to limit outward traffic amount?

I want to exploit the AWS free tier to learn and do some personal projects. However what worries me is the bandwidth limitation. Specifically, the AWS free tier FAQ states that "15 GB of bandwidth out aggregated across all AWS services". Now, it is…
3
votes
2 answers

Measuring 40Gbe performance

I've connected two hosts via a 40Gbe fibre link and would like to determine a baseline for data transfer between them. I'm seeing relatively low speeds (~620MB/s). It seems that the signalling rate is lower and may in fact be 5Gb/s (which would…
0_0
  • 343
  • 1
  • 3
  • 11