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
1 answer

Video Streming server outbound bandwidth and providers

Imagine the case of Twitter Periscope or Meerkat.The paradigm of their servers is that they recieve video from users and then stream it to a large amount of users (say > 100K for the sake of this argument). Now, here is my confusion. Let's assume a…
Solo
  • 111
  • 1
0
votes
1 answer

Ubuntu server close connections unexpectedly after multiple downloads

When I connected to Ubuntu server via SSH connection and run script which downloads a lot of images, its quitting ssh connection after few seconds with error: "Write failed: Broken pipe". Then I can reconnect to server easily, but server cannot…
0
votes
1 answer

RTMP load-balancing via HAProxy

I've got a little problem to solve: I need to find a way to load balance, bandwidth-wise, the incoming RTMP streams on my servers. I have 2 RTMP servers (nginx-rtmp), let's call them S1 and S2. The RTMP servers are listening on the 1936 port, with…
Canard
  • 3
  • 1
  • 2
0
votes
0 answers

Bandwidth Policing on Linux gateway - not QoS

I have a linux server providing NAT to a large subnet (/16) using iptables to-destination + multiple external ip's to survive port exhaustion. I've looked at using tc / htb such as here Limiting bandwidth on internal interface on Linux gateway but…
0
votes
1 answer

GPO limited by system version (Windows Server 2012)?

Windows Server 2012 I want to enable this local GPO: Where it says "Supported on: Windows 7 or computers with BITS 3.5 installed" got me confused, because Windows Server 2012 has BITS 7.6 installed. Is this GPO going to have any effect? I enabled…
shigutso
  • 33
  • 1
  • 1
  • 5
0
votes
1 answer

Squid delay pools delay_parameters bandwidth

I can not understand the documentation about delay_parameters params in squid. delay_pools 1 delay_class 1 4 delay_parameters 1 -1/-1 -1/-1 -1/-1 600/8000 What is the difference between the first and second bandwidth (600 / 8000)? Why and when…
Tobia
  • 1,272
  • 9
  • 41
  • 81
0
votes
1 answer

Troubleshooting poor point to point (over internet) bandwidth between two machines

My problem started out as poor bandwidth between a 64 bit Win 7 Home OpenVPN server in location A (Northern Europe) and a Win 7 or Linux Client in location B (Southern Europe). Location A has FTTC 70Mbps/20Mbps Location B has FTTH…
Paul Caheny
  • 101
  • 1
0
votes
1 answer

NFS Server "outbound" bandwidth consumption

I need to understand about something in NFS (Server). Let say i have: Two Different Clouds (One Server on each) One NFS Server One Apache Server (as the NFS Client) with a NFS Mounted Directory (lets say at: /var/www/example.com/downloads/) That…
夏期劇場
  • 455
  • 2
  • 6
  • 19
0
votes
2 answers

Why does a traceroute from one location to another and vice versa show different paths?

I have recently be plagued by low download speeds from my server and was curious, so I ran a traceroute. (I have removed the end IP and the start IP). I achieve a download speed of 220Kb/s when I am promised a speed of 30Mbps by my ISP (the server…
Sameer Puri
  • 121
  • 1
  • 4
0
votes
1 answer

Firewall throughput

I saw on multiple site vendor sites about firewall throughput in 1518/512/64 bytes UDP packet and each result from 1518/512/64 bytes UDP packet is 1xxx/smaler than 1xxx/significantly smaller than 1xxx. Can anyone let me know why this is the case?…
user79392
  • 119
  • 1
  • 4
0
votes
1 answer

VMwaree Workstation. Estimate bandwidth between guest and host systems

How can be measured the bandwidth speed between Windows 8.1 as host OS and Turnkey LAMP (Debian I guess) stack as guest?
quantme
  • 109
  • 3
0
votes
1 answer

Monitor bandwidth consumption for all connected PC over wifi

We have two internet connection connected to individual wifi router (beetel) in our office, lately i am experiencing very slow internet connection or frequent connection drops, when complained to ISP, they say everything is good from their end, and …
0
votes
2 answers

Individuals able to hit our bandwidth cap... Only a recent phenomenon?

We have a 10Mbps (synchronous) connection with our ISP. Recently we have discovered that if a single user is watching Netflix, or if I run Windows Update on a PC, we will totally saturate that 10Mbps and the rest of the users in the company (~200…
NaOH
  • 411
  • 2
  • 10
  • 19
0
votes
1 answer

vnstats // stats showing large tx amount

I have installed vnstat 2 days ago; the site got something like 20k+ visits in this time frame. I can read a rx value of 2.16Gb but a tx value of 61.2Gb. Feels like something's going wrong. How should I interpret this ? Where could such a large…
Ben
  • 113
  • 1
  • 9
0
votes
1 answer

Linux Traffic Shaping: ceil rate never reached

My application run on port 8080. I have this iptables command: iptables -A OUTPUT -t mangle -p tcp --sport 8080 -j MARK --set-mark 10 I have also theses TC rules: tc qdisc add dev eth0 root handle 1: htb default 10 tc class add dev eth0 parent 1:0…
GPointer
  • 15
  • 1
  • 4