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

How to scale bandwidth of a startup website?

I would like to host a website using my home internet connection, with multiple computers acting as nodes of web server, db, apache cassandra clusters, and memcached clusters. When this website gets to the point where I outgrow my slow home internet…
EmpireJones
  • 358
  • 1
  • 4
  • 13
0
votes
6 answers

Need help determining what is eating my internet connection at work

I am the Net Admin for my company and we currently have a T1 connection to the internet but are only getting speeds of around 150kbps down and close to 1.5 Up. I am not sure how to go about figuring out what machine on my network could be doing…
scott micale
0
votes
2 answers

How to find the bottleneck of network bandwidth from local machine to Azure VM and improve it?

I create an Azure VM with SKU Standard_D1_v21 in Southeast Asia. According to this doc, the expected bandwidth is 750Mbps. However, I test the connection bandwidth from my local machine to the VM, the result is around 3Mbps. The test tool is iPerf3,…
stanleyerror
  • 103
  • 2
0
votes
0 answers

How to realize a user-based bandwidth throttling in VPN or Proxy server

I created my own VPN or proxy server on a rented Ubuntu server. For example it may be an OpenVPN server with Pritunl or a Wireguard server with wg-easy or wg-install or firezone installation script. In another case, I created a https proxy server…
0
votes
0 answers

Any way to limit bandwidth per IP in network behind linux router

I whant to limit bandwith of clients from network behind my linux based NAT gateway. My clints is connected via wifi or directly via ethernet to router and receiving their IP address from DHCP. I want to limit bandwith near 3Mb per Client IP. Now I…
Spider
  • 101
  • 1
0
votes
1 answer

Limit bandwidth for incoming packets to specific ip and port

I have a Linux server application running on a specific IP and PORT. Incoming packets need to be manipulated and put into an nfqueue based on sources and ports, for example: iptables -t raw -A PREROUTING -p udp --src 192.168.1.100 --sport 8000 -j…
seq16
  • 1
  • 1
0
votes
0 answers

Inconsistent iperf behaviour

I am currently setting up some tests with iperf to add artificial load between two linux servers node0 and node1. When I run it without any bandwidth specification, iperf goes for the maximum (that is 25Gbits/sec) and we can see that we are quite…
0
votes
2 answers

Sudden increase of the inbound bandwidth. What happen?

I looked at the bandwidth utilization on my "theplanet" management tools yesterday. Before November it was an average of 20GB per month. After November it is an average of 140GB per month! The traffic of my website has not increased (I checked…
benjisail
  • 1,331
  • 5
  • 19
  • 32
0
votes
1 answer

Is it possible to block IP access at the NIC

I am receiving a lot of traffic from Portugal and Brazil, not our normal audience on one my servers, and after running Wireshark on a 1 minute TCP dump, Almost every request (close to 10 megs total in 1 minute, and 5 gigs of traffic over the last 12…
Jeremy Boyd
  • 606
  • 1
  • 10
  • 17
0
votes
1 answer

Benchmarking AWS outbound Internet bandwidth (egress) "up to 25 Gbps"

We conducted our tests on c6gn.2xlarge AWS instances located is us-east-1 region, which are advertised in AWS documentation to have a network performance of "Up to 25 Gbps" with a baseline bandwidth of 12.5 Gbps. We ran UDP tests with iperf3, from a…
Eric
  • 101
  • 2
0
votes
1 answer

Bandwidth consumption of Amazon S3 bucket mounted with S3fs on a VPS

I have : VPS server on Vultr with web server and Wordpress installed. Uploads folder is mounted on Amazon S3 bucket using s3fs. If a user downloads a 1GB file from my website will the traffic be served to him from Amazon S3 directly or it will be…
Imad Sid
  • 1
  • 1
0
votes
3 answers

Monitoring bandwidth on a Server 2008 box

I have a Server 2008 Web edition box sitting behind a Watchguard Firebox X Edge. It is a standalone web server, no other machines on the LAN with it. Is there some software out there that will let me monitor bandwidth only? I don't need any other…
DanBig
  • 11,423
  • 1
  • 29
  • 53
0
votes
1 answer

How to calculate the QuickPath Interconnect (QPI) bandwidth?

For Xeon E5-2697 v2, Intel lists: Bus Speed = 8 GT/s # of QPI Links = 2 According to Wikipedia, one must know the QPI frequency and link width to calculate the QPI bandwidth, but these don't seem to be listed here. How to calculate it then?
MWB
  • 187
  • 9
0
votes
1 answer

traffic shaping with "netem delay" works ok, but limits upload bandwidth to 330KB/s. Why?

I'm using Ubuntu 9.04 and the kernel 2.6 build-in NETEM tool to delay traffic. After I apply: tc qdisc add dev eth0 root netem delay 100ms The upload bandwidth can't go further than 330KB/s and I have a 100Mbit connection. How can I fix this so…
dsmilkov
0
votes
1 answer

Does FTP connections and transfers made from C# WinForms web application are counted in IIS7 bandwidth logs?

does FTP connections and transfers made from C# WinForms web application are counted in IIS bandwidth logs? Thanks
GrZeCh
  • 605
  • 4
  • 12
  • 28