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

How can I increase the throughput/bandwith of my virtual network?

I have some virtual machines servers with some micro-services and do some load tests with JMeter. All the servers including the JMeter machine are sharing the same virtual network. The virtual network has no adapters: The problem is that it seems…
6
votes
1 answer

Windows server 2012 r2 network speed to computer is limited to ~30mbps

We have recently installed Windows Server 2012 R2 in our school. I noticed, that bandwidth to one client is somehow limited to around 30mbps. This server is gateway to internet. When we had UNIX box, no problems occurred regarding speed. AD is not…
6
votes
5 answers

Monitoring Bandwidth Usage (Per Internal IP) - Cisco ASA 5505

I manage a small network with a Cisco ASA 5505 and a shared DSL connection. I would like to be able monitor the bandwidth usage of the various users/devices on my network (by IP address). Can I do that using the ASA? Has anyone got this working? …
Joseph Sturtevant
  • 1,274
  • 3
  • 15
  • 17
6
votes
2 answers

raid controller data transfer rate

I'm going to buy an 8-port raid controller for which the declared data trasfer rate is "Up to 6Gb/s per port". The declared connectors are "Two mini-SAS SFF8088". The maximum number of supported physical devices is "Up to 32". The controller is Dell…
Alfatau
  • 163
  • 5
6
votes
8 answers

Measure bandwidth usage (GB's transferred) on a linux server

I have a linux email server that I am thinking about moving into "the cloud". After investigating the pricing I see that my major cost is going to be in bandwidth. How would you guys suggest measuring the total amount of data transferred over a…
jasondewitt
  • 193
  • 2
  • 3
  • 8
6
votes
5 answers

Measuring cumulative network statistics per user or per process

I've been googling for hours -- Under Linux I want to know the cumulative bytes sent and received by user or by process over all ip protocols. The best I've found in my searches is that it's possible to use iptables to mark packets for a user, for…
zsimpson
  • 161
  • 2
6
votes
5 answers

Alternative to mod_throttle

Is there any alternatives to mod_throttle in apache2 ? Currently this module has been closed http://www.snert.com/Software/apache.htm.
user10309
6
votes
3 answers

Somebody eating all our bandwidth, what should I do?

OK, this is frustrating, my site got thousands of page views/connections in the last 3 days and finally we ran out of monthly bandwidth. We bought more bandwidth and closed the site for maintenance. We checked the logs and found a responsible IP and…
Auxiliary
  • 163
  • 2
  • 7
6
votes
6 answers

Expected throughput in Gigabit network

I've been doing some tests with iperf to measure the network throughput between 2 servers (connected back-to-back thru a crossover cable) and I only see 180 to 200 Mbps. I tried different cables and they're all CAT6. As you may know, iperf generates…
JFA
6
votes
6 answers

Remote file copy util (like rsync) but that will take account of data already copied (in this session)?

Let's say I have a directory with 2 files, both are identical and quite large (e.g. 2GB ea.) I want to rsync that directory to a remote host. As I understand it (and I could be wrong), rsync calculates checksums of files. Surely if it sees 2 files…
Amandasaurus
  • 31,471
  • 65
  • 192
  • 253
5
votes
2 answers

How do increase data transfer rate between my VMs

I saw lots of article,but didn't answer my question. My server use VMware vSphere Hypervisor. There are 20 virtual machines in my server. VM operating system : centos7 I already change my vSwitch and VM Network bandwidth to 1000000000 KB/s so other…
kevin su
  • 163
  • 1
  • 6
5
votes
2 answers

Limit total bandwidth use per user

I'm running a Linux server accessible to a wide range of users, and (due to some policies in place by my upstream Internet provider) I need to limit the total amount of data a user can transfer to some given amount. The Linux box is the gateway to…
Tim
  • 1,158
  • 1
  • 14
  • 23
5
votes
1 answer

Automatically Call a Script when a New User Connects and Bandwidth Shape the Connection

I hope this is easy The following script called up.sh works perfect when I run it from the command line as root. However, instead of manually calling this script each time a new user connects to OpenVPN to individually limit the bandwidth, delay,…
Server Programmer
  • 237
  • 2
  • 4
  • 11
5
votes
3 answers

Intranet speed test

Does anybody know of any internal intranet bandwidth test applications I can install on our internal servers? I would like to test the speed of our WAN links like those online boradband speedometers do. We run IIS7 on Windows 2008.
Ryan Michela
  • 1,147
  • 4
  • 16
  • 23
5
votes
1 answer

Method / Tools to analyze temporarily bandwith collapse

I've tested my server¹ with a python port of mechanize - multi-mechanize. I ran several pretty simple tests - but I always get a drop from 10mbits to some kb of upload bandwith. And I've no idea why. Whether I run 3,15 or 30 minutes makes no…