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

What's the fastest way of getting data into an AWS Lambda?

I have something I'll call a "microservice" running on AWS Lambda (using node.js). Basically it serves up condensed summaries drawn from a few hundred megabytes of binary blob. There are a lot of possible outputs and pre-generating all…
timday
  • 866
  • 1
  • 10
  • 24
2
votes
3 answers

SMTP throttling

I need to be able to restrict the amount of bandwidth used by SMTP port 25. Basically, we have a routine in our server software that will send out bulk faxes, not much data per fax but a lot of different faxes to send. This is done over SMTP to a…
Sangai
  • 142
  • 1
  • 2
  • 9
2
votes
1 answer

Bandwidth throttling linux to external subnets

I am looking to start up a new open-source mirror for my enterprise, but would also be interested in opening it up for external clients as well. However, for obvious reasons, I would like to limit the outgoing bandwidth to anyone not in one of my…
ereisch
  • 121
  • 3
2
votes
2 answers

Wondershaper does not work

I am using wondershaper to limit download upload speed. What it does is, it limits download but then it blocks upload. I have an 1 gbit connection and I want to limit it's download speed to 500 mbps and upload speed to 500 mbps. The command I'm…
Lolak
  • 141
  • 1
  • 7
2
votes
2 answers

SAN capable of 25,000 IOPS at 75kb avg. size, where will my bottleneck be?

I just want to double check my findings here, hope someone out there is able to weight in on some of this. Let's say I have a SSD storage array capable of delivering 25,200 IOPS and it is connected up to my server using 8Gb/s FC link, with an…
user146882
2
votes
6 answers

Rate limiting an internet connection per user

I've got a friend who has a "rent-by-room" property and includes internet access as part of this. However some tenants are somewhat hogging the internet (i.e. constantly downloading). I was wondering if anyone knows of a fairly easy way of rate…
Alister
  • 131
  • 1
  • 5
2
votes
0 answers

How to limit bandwidth from inside OpenVZ container without tc?

As the title says I would like to know if it is possible to limit bandwidth (download and upload) of OpenVZ container (from inside it) without use of tc or any additional kernel driver (VPS provider does not support it). I can enable TUN/TAP…
monnef
  • 121
  • 2
2
votes
1 answer

rsync using only spare bandwidth?

My scenario: Several rural schools Every school: One linux server Limited bandwidth (shared with all school PCs) Electricity not guaranteed (last to leave the school could cut all electricity) Geographically disperse I have to backup all…
Amanda
  • 21
  • 2
2
votes
0 answers

How to monitor the bandwidth per each iptables masqueraded device

Question: Which tool could I use to monitor and break-down in real-time which bandwidth is routed by iptables to which computers? Context: I have a linux box masquerading about 15 devices to internet with iptables with 3 ethernets (2 LAN, 1…
Xavi Montero
  • 355
  • 3
  • 18
2
votes
1 answer

Complete infrastructure capacity planning exercise

Despite my colleague and myself being application developers by nature, our current contract engagement has placed us into the infrastructure operations branch of our customer. While we are still largely responsible for the framework and…
icelava
  • 870
  • 4
  • 13
  • 28
2
votes
0 answers

Accelerating OpenVPN using multiple connections

My ISP throttles single connection downloads, but if I use an accelerator like aria2c and open lets say, 20 connections, my download speed shoots through the roof. I have been able to saturate my gigabit pipe this way. However when I use OpenVPN,…
2
votes
2 answers

Fortigate 100d 802.3ad bonding / Link aggregation

My network is as follows: 1 x Fortigate 100d with the two WAN ports connected to: Ethernet ISP with STATIC IP configured manually (20 Mbps symmetric) via ISP A Ethernet ISP with STATIC IP configured via DHCP (100 Mbps symmetric) via ISP B My…
Cy.
  • 135
  • 1
  • 2
  • 6
2
votes
1 answer

Windows 2008 in built Bandwidth Monitoring tool?

We are hosting lot of Win 2008 servers, now I am aware of commercial bandwidth monitoring tools, but I know there are some network tools available in Windows server like NetMon etc, I dont know how to use them, I am sure Windows 2008 Web Edition…
Akash Kava
  • 467
  • 3
  • 8
  • 19
2
votes
3 answers

How do I assess the capacity of my link for Active Directory needs?

I'm working for a company that has a head office and some remote sites. We have an Active Directory server in the head office and we now want all of the users in the remote sites to join and work on the domain at the head office. I want to assess…
adon
2
votes
0 answers

HTB equal bandwith sharing per ip in one class

In my tc configuration (shown below) in one class all bandwidth is shared among connections equally, but I want to share bandwidth among all IP addresses equally. Now: 192.168.0.2 - 38KB/s 192.168.0.2 - 38KB/s 192.168.0.2 - 37KB/s 192.168.0.3 -…
denizeren
  • 329
  • 3
  • 11