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

Ability to view SonicWall WAN bandwidth in real time?

We have a SuperMassive 9200 and a 100Mbit circuit, we have PRTG monitoring the connection and will error when it hits 90%, we have times where that happens and its 100% or higher. We have not found a good way of viewing the bandwidth breakdown in…
Thorin
  • 209
  • 1
  • 4
  • 11
0
votes
1 answer

ieprf vs iperf3 metrics does not match

I am not a network expert but I was measuring the network between to physical hosts using iperf and I got different results depending of the version I was using. Server configuration: CPU: Architecture: x86_64 CPU op-mode(s): …
masber
  • 205
  • 2
  • 6
  • 17
0
votes
2 answers

best connection suggestions or best practices for multi site data pull, expert advice needed

i will be having a NAS box that will be receiving data from 20 sites in 20 cities. the computers will be sending about 500MB a night from each site. What are the requirements for equipment hardware that is needed to achieve this? thanks gd
dasko
  • 1,244
  • 1
  • 22
  • 30
0
votes
0 answers

Testing CloudFront in Europe

I'm trying to set up CloudFront so that European users can download from my S3 bucket quickly. I've already set it up and am now testing. To test, I have created a Windows EC2 instance and based it in Frankfurt, I have then RDP'd into it and checked…
0
votes
1 answer

Proxmox Virtual Machine Bandwidth monitoring

I have been trying to find some tool to allow me to monitor and get stats from virtual machine network usage. I have a proxmox host with several virtual machines, and I would like to have some sort of bandwidth monitoring, to allow me to stop…
0
votes
2 answers

How to determine what's causing high bandwidth usage on server

I have a MySQL database server running on a VPS. The server is connected to a web server via a private network interface, and has no public services except SSH and a PHPMyAdmin installation. Some time ago, I installed a Monit rule to check for…
0
votes
2 answers

OpenNebula (KVM) + OpenvSwitch, high CPU load on high bandwidth use

We are running an OpenNebula 5.0.2 environment on Ubuntu 16.04, using OpenvSwitch 2.5 for bridging the virtual interfaces and LACP trunking the two Gbit ports, which is working perfectly. But when I run an iperf3 bandwidth test between a VM and its…
0
votes
1 answer

How much bandwidth is used by a connection that is load-balanced with nginx?

I have 3 servers, each one having 100mbps. The first server has an nginx load balancer, configured like this: http { upstream myproject { server 127.0.0.1:8000 weight=3; server 127.0.0.1:8001; server 127.0.0.1:8002; server…
arlind
  • 43
  • 1
  • 7
0
votes
2 answers

Bandwidh usage from 1 ip

I check realtime bandwidth in my server with nload command so i get upload / download in mbps But is there a way to check bandwidth from 1 ip Example ill check how much bandwidth is going to 111.111.11.11 (total in mbps)
arlind
  • 43
  • 1
  • 7
0
votes
1 answer

Does htaccess redirect to another domain still affect the original website's bandwidth?

I have a domain (let's call it one.com) that contains: A website A MySQL DB + a REST API service written in PHP to access the data The API service is used by a mobile platform that calls it through the url one.com/api. The contents that come…
TheUnexpected
  • 131
  • 1
  • 1
  • 6
0
votes
0 answers

Quickest way to get large number of small files from remote FTP server

In Fintech, the following scenario seems fairly common: You've paid for access to a huge collection of data, but it is made available to you as thousands of little files, each with a footprint in the neighborhood of 300 kB, but altogether amounting…
StudentsTea
  • 165
  • 9
0
votes
0 answers

How to slow traffic on a proxy?

I'm trying to slow down the traffic on my TCP forking proxy. The code is no longer located on the proxy, I'm still testing on my laptop; all HTTP(S) requests on Chrome are redirected with SwitchyOmega plugin on a given port (so maybe I just need…
elmazzun
  • 153
  • 1
  • 2
  • 7
0
votes
2 answers

Bandwidth consideration of using AWS hardware VPN or Direct Connect?

I understand that aws hardware vpn has bandwidth limit of 4Gbps from https://aws.amazon.com/directconnect/ 'You can also use AWS Direct Connect instead of establishing a VPN connection over the Internet to your Amazon VPC, avoiding the need to…
chen
  • 329
  • 1
  • 5
  • 13
0
votes
4 answers

GigE ethernet switch backplane bandwidth

While looking for a 16- or 24-port gigabit ethernet switch with at least 6 VLANs and port mirroring (packet duplication to a monitoring port), I came up with three candidates (there are more): Cisco SRW2024, Netgear GS724T and HP ProCurve 1810G I…
Paul
  • 1,918
  • 4
  • 18
  • 24
0
votes
2 answers

Does RAM consumption use Network Bandwidth?

I have created a software which is being accessed by remote users through RDP (Remote Desktop Protocol). Application Platform : C# 3.5 - Windows Form Current Server that i am using : Windows Server 2008 R2 I am new to online servers and i wanted to…