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

How do ISPs/Colocation Facilities limit bandwidth for Ethernet Drops?

I have switch providers and have run into some problems with bandwidth limitations. I have more bandwidth then before, but there are performance issues. The router is connected to a 100mBit port, but they limit it to arbitrary settings (in software…
Kyle Brandt
  • 83,619
  • 74
  • 305
  • 448
5
votes
1 answer

Ninety-Fifth Percentile Calculation for Bandwidth

I am trying to calculate the bandwidth of my current internet connection. I am pulling the current input and output transfer rate via snmp. If the argument to the following function is a sorted ascending list of the the some of each input and…
Kyle Brandt
  • 83,619
  • 74
  • 305
  • 448
5
votes
8 answers

Best bandwidth tests to use in a pinch?

I see many tools that have been discussed for 'proper' bandwidth monitoring and testing - but I am wondering what people use 'in a pinch'? Particularly on systems that they may not easily have admin privileges on? I am mainly looking for Internet…
aSkywalker
  • 555
  • 3
  • 9
  • 15
4
votes
1 answer

Using tc to decrease bandwidth to a specific destination address

I am trying to find the shortest path between two hosts H1 and H2 using Dijkstra code. Setting a condition in one of the switches on that path. the condition is: if the packet sending to H2 then change the path automatically. I'm using Mininet, I…
a66a
  • 43
  • 4
4
votes
2 answers

Synology and vmware with 4 way MPIO slow iSCSI speeds

I am trying to achieve high iSCSI speeds between my ESX box, and the synology NAS. I am hoping to achieve a top speed of 300-400 Mb/s. But so far all i've reached is 150 - 170 MB/s. The main test that I am using is to create a 20GB Virtual Disk,…
acanessa
  • 63
  • 1
  • 6
4
votes
6 answers

Logging bandwidth use?

In an attempt to make my life easier I want to log all bandwidth used on my server for a day, and then somehow export it. It doesn't matter much how it exports it because I can parse that stuff myself, but I need software to be able to accurately…
Mark
4
votes
1 answer

Streaming bandwidth limitations Amazon S3 + CloudFront

I've been looking into using the Amazon Elastic Transcoder to implement a on-demand videostreaming scenario for quite some time now. The variables around the transcoding cost and restrictions are clear to me. I am bound by the requirement that I…
Wouter Pol
  • 143
  • 1
  • 3
4
votes
1 answer

How to do traffic shaping (rate limiting) with TC per OpenVPN client

This question is related to another question with a great answer and script from @Oliver. The goal: I want to modify/extend the script provided in this answer to suit my requirements, which are as follows: I have a large number of clients (up to…
Server Programmer
  • 237
  • 2
  • 4
  • 11
4
votes
1 answer

Tune windows for high latency/high bandwidth tcp transfers

How can I speed up my Windows 7 tcp file transfers over a 100 mbps link between Chicago and London? Right now, I am transferring two 4GB files in two sftp sessions. Each file transfer is running at a rate of 500 KB/s (4 Mbits/sec). (B == bytes, b ==…
Mike S
  • 1,145
  • 5
  • 22
  • 42
4
votes
5 answers

Increasing bandwidth with multiple NICs

If I have two NICs in my system and both are connected to different ISP with different IP addresses, can I distribute my network traffic on them to increase my Bandwidth. I have already looked at solutions like net-bonding, where we create a logical…
nixbakshi
4
votes
2 answers

Is it possible to measure the used bandwidth per udp/tcp port on linux?

I am wondering if there is a way to measure bandwidth by a tcp/udp port under Linux? Means I search for a way to be able to tell, tcp/53 needs now 1MBit/s, tcp/80 needs now 4.5MBit/s. iperf is able to tell me this details, but my issue is I need it…
cilap
  • 277
  • 5
  • 14
4
votes
1 answer

How to prevent external direct-link to files with htaccess?

I have this in my htaccess at the public_html folder of my file server: RewriteEngine On RewriteBase / ReWriteCond %{REQUEST_URI} ^/files/* RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://(.+\.)?mysite.net/.*$ [NC] RewriteRule…
andreszs
  • 709
  • 1
  • 6
  • 16
4
votes
1 answer

psping to localhost - improve throughput

I'm using following psping command to measure the bandwith throughput for localhost on a physical server psping -4 -b -l 8k -n 20000 localhost:1234 The throughput is around 150MB/s wich isn't all that bad but for an ipc over tcp problem we are…
4
votes
2 answers

Can I limit my SSH Tunneling Speed?

So, I'm using my ssh tunneling to download some content which is blocked by my office. But, I don't want the admin to notice it, therefore I want to limit the connection to, eg: 20KB/s. How can I do that? FYI: -I'm using DownThemAll to download…
ariefbayu
  • 229
  • 2
  • 5
  • 13
4
votes
1 answer

nginx and cloudlfare ip confusion?

I am using the below config in http block of my nginx.conf to get real ip while using Cloudflare acceleration service: ## Cloudflare settings to get Real IP's set_real_ip_from 204.93.240.0/24; set_real_ip_from 204.93.177.0/24; …
iTech
  • 355
  • 4
  • 15