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

Are there benefits to using multiple NICs in servers connected to the same switch?

I'm considering setting up a software-based iSCSI SAN on my home network. I'm looking at this because I've got two VM servers running and would like a common, easily managed storage pool rather than managing each VM server separately. What I'd like…
Peter Bernier
  • 329
  • 2
  • 4
  • 17
3
votes
1 answer

Bandwidth specification of Azure VMs

I am trying to set up Azure VMs in several regions with a guaranteed internet bandwidth of 2 Mbps. But I can't find the internet speed specification anywhere.
Andreas
  • 41
  • 1
  • 1
  • 2
2
votes
3 answers

SNMP Bandwidth Monitoring - Billion Router

I have several sites around the country, all sites are using the Billiion BiPAC 7402GX router. I need to setup bandwidth monitoring tools to allow me to see the sites visitied, amount of bandwith up and down, traffic volume over specific ports…
2
votes
0 answers

Mitigate rsync's burstiness

We use rsync as backup on a NFS share we have on our VPN network. The ISP's modem is awful and it stops responding when we ask too much upload bandwidth to it. We have 150Mbps down / 20 Mbps up according to speedtest. The number of files and size…
quimnuss
  • 155
  • 8
2
votes
2 answers

Limit rsync bandwidth nfs copy

We're currently forced to limit the backup bandwidth to a nfs disk outside our network (thru VPN) because it fills up the modem cache and we are forced to reboot it to regain connectivity. 0 22 * * * flock rsync_wan_lock -c "rsync…
quimnuss
  • 155
  • 8
2
votes
1 answer

Bandwidth limitations of network loopback device?

I have several JVMs that all listen to TCP 80 each bound on their own 127.0.100.1 -> 127.0.100.255 range. Is there a theoretical limit to the effective bandwidth that can be pushed through the LO device? Is this simply a limitation of the kernel…
Jé Queue
  • 363
  • 1
  • 3
  • 10
2
votes
2 answers

Monitoring router bandwidth usage via Nagios and SNMP

I'm using GroundWork (a monitoring framework built upon Nagios) to monitor some network devices via SNMP, but I'm stuck on a problem with bandwidth usage. Most routers, including the Cisco 2800 used here, can be queried via SNMP for network traffic…
Massimo
  • 70,200
  • 57
  • 200
  • 323
2
votes
1 answer

Total Bandwidth Usage tracking in VMWare

In VMWare vSphere, how can I set and track the monthly bandwidth usage of each guest? I need to reduce the network speed when bandwidth usage exceeds 90% or so. What are my options?
KTM
  • 213
  • 2
  • 6
2
votes
0 answers

What is best practice design for internal traffic between microservices?

I have two PHP written microservices A & B. Endpoints are a.example.com and b.example.com. Both services need to be public accessible. In addition, service B makes a lot of curl requests to a.example.com while processing. Both services are running…
2
votes
1 answer

What is limiting bandwidth using rsync

we are running a 10Gbit server. Testing whith iperf works perfect: [ 3] 0.0-10.0 sec 10.6 GBytes 9.15 Gbits/sec But when using rsync (with ssh on another port: rsync -Pe 'ssh -p xxx') the bandwidth is poor: 8,589,918,208 100% 129.04MB/s …
Barmi
  • 439
  • 1
  • 6
  • 15
2
votes
0 answers

iperf3 Windows bandwidth is much lower than linux

I have encountered a very strange issue. I have 2 servers, one runs redhat Linux server 7 64Bit, ahother runs Windows server 2012 64Bit. Both server hardware spec is exactly same: Xeon 2.6Ghz CPU x 2, total 32 logical core 96GB ddr4 memory 1Gb dual…
2
votes
2 answers

Where is the response size in Squid's access.log?

I need to make a program that logs bandwidth usage per-user of a squid proxy. In my access.log I see output such as... 1481377143.042 0 104.123.25.183 TCP_DENIED/407 3829 CONNECT scontent.xx.fbcdn.net:443 - HIER_NONE/- text/html 1481377143.403 …
xendi
  • 414
  • 5
  • 10
  • 22
2
votes
1 answer

Can linux or vsftpd refused connection if client bandwidth is too lower

I have an ftp server to which my clients connect quietly in the morning, but the afternoon the connection is refused (not all, but only one of of them), while the clients using http normally works. In particular, it appears as if the authentication…
famedoro
  • 145
  • 7
2
votes
1 answer

Calculation of Xeon server memory bandwidth

I am looking at a dual socket server based on the Intel(R) Xeon(R) CPU E5-2640 v3 @ 2.60GHz The configuration looks like this. 4 memory channels per socket DIMMs are 8x32 GB DDR4 2133/1866 modules per socket. JEDEC says DDR4/1866 peak transfer…
2
votes
1 answer

How reliable is /sys/class/net/eth0/statistics/rx_bytes for bandwidth statistics?

I found this script at https://github.com/Cosmologist/collectd-network-bandwidth-usage. Exec user "/tmp/exec-network-bandwidth-usage.sh" "eth0" It runs a bash script that checks /sys/class/net/eth0/statistics/rx_bytes…
ujjain
  • 3,983
  • 16
  • 53
  • 91