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

How does a router without QoS decide bandwidth distribution?

I've been searching for this and from what little I've found modern day routers try to balance internet bandwidth as fairly as possible. (I'm using a Asus AC66U myself) For example, if I have a 100 Mbit internet connection and two clients want to…
0
votes
0 answers

pfsense inter vlan slow speed

In our company we use pfsesne 2.3 as a router. Problem is with inter-vlan transfer, which is very slow about 150kbit/s in both ways. Its very strange , network is 1GB , transfers inside vlan's are god (full 1GB), just only transfer between computers…
Łukasz
  • 51
  • 1
  • 8
0
votes
1 answer

Bash Script Not Working

I hope this is an easy answer Problems: I placed the following bash script called learn-address.sh in the following folder: vi /etc/openvpn/netem/learn-address.sh Added the following (2) lines to the .conf file: script-security…
Server Programmer
  • 237
  • 2
  • 4
  • 11
0
votes
5 answers

DIY hosting - Comms connection

It's been a few years since I last considered this, so I wonder if anything has changed. What's available nowadays (communications wise) for somebody wanting to host a website at their own premises? Is a leased line still necessary? Or is it…
None
0
votes
1 answer

How to perform upload bandwidth test with youtube before live stream?

I understand that it is recommended to perform a bandwidth test before starting a youtube live stream. So that we can select appropriate encode parameters for the stream. I do know that there are hundreds of services which allow you to perform a…
CCoder
  • 111
  • 2
  • 6
0
votes
1 answer

bandwidth monitoring by TCP/UDP port on Cisco 2960 or Linux

We have an international line between two sites with limited bandwidth. I want to monitor bandwidth usage between the two sites, and understand which type of traffic consumes the most. Ideally I would like to have a "per-second" breakdown of the…
Bastien
  • 169
  • 2
  • 9
0
votes
1 answer

How can I find what file/user is consuming all the bandwidth on an SMB share?

I manage a windows server (2012 R2) that has an SMB share used by people across my company. Recently, people have been complaining that the share is slow, and I'm seeing that the network bandwidth is completely saturating the NICs. I can see the…
Tron
  • 111
  • 1
0
votes
1 answer

What is "full bi-section bandwidth" on AWS

Could somebody explain the concept "full bi-section bandwidth" in the context of AWS? I've seen the term mentioned in several places (Placement Groups, VPC peering). Say, I launch four c4.8xlarge (10 Gigabit network) - how does the "full bi-section…
Piotr
  • 195
  • 1
  • 6
0
votes
1 answer

Scaling applications with heavy bandwidth needs

I've read 'youtube-architecture' but still do not understand one point. Assume I have a bit bigger content to deliver and one load balancer (nginx) points via reverse proxying to e.g. 10 back-end servers (java/jetty). Now assume 1 GBit/s for every…
Karussell
  • 191
  • 3
  • 15
0
votes
1 answer

Wordpress website consuming huge bandwidth on 404 pages

I am running a website on Wordpress and there is a lot of bandwidth consumption because of hits on 404. image showing the url being targeted to generate 404.. I am sure that the url "/wp-includes/Text/Diff/1.php" is being accessed from outside the…
0
votes
1 answer

How does port forwarding work as it pertains to bandwidth usage

Let's say there are two servers: Server A with a 500mbps of available bandwidth and Server B with 1gbps of available bandwidth(same vendor). If there are a port forwarding configured on Server A pointing to Server B then would users use Server A…
Andy
  • 109
  • 4
0
votes
4 answers

httpd web server serving content different download rate from clients?

For our game we host its static assets on a VM that has just httpd installed and running on it (of course along some native linux things), in order to serve web content. MPM configured is worker with MaxClients of 6400, ServerLimit 100 and…
0
votes
0 answers

openvpn bandwidth and ping fluctuations

Good day all I have recently setup an OpenVPN server (which I have done in the past, a few times), this server has a 1 Gbps connection, however using a standard openvpn server/client config, Speedtest Beta shows bandwidth results of 12Mbps and…
Charles
  • 13
  • 4
0
votes
1 answer

95/5 Network Billing - cap speeds once close to using up 5%

Is anyone aware of a good way to limit overages due to 95/5 burstable billing by capping a server's bandwidth once it gets close to having large peaks more than 5% of the time during the month? I'm guessing a cron job could be used to poll the…
sa289
  • 1,318
  • 2
  • 18
  • 44
0
votes
0 answers

Sometimes unable to tune Linux TCP stack for improved high-latency performance

I have been unsuccessfully trying to apply the TCP Tuning techniques discussed at http://fasterdata.es.net/host-tuning/ As you'll see when you read through the entire question, sometimes the es.net tuning guidelines are effective for me, other times…