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

How to log bandwidth usage for Apache virtual hosts?

I need a way to extract bandwidth usage logs for Apache virtual hosts. I see that a lot of people are recommending AWStats (and similar programs), but I don't need a graphical interface. All I need is usage data formatted in way that can be accessed…
Kimble
  • 183
  • 1
  • 6
1
vote
1 answer

Blended Bandwidth with multiple carriers How to configure IP address

I have seen many colocation companies offering something called "Blended Bandwidth" and that makes me wonder how do they do it? Here is my example. If I would get two internet services, from ISP-A and ISP-B. They both would give me IP addresses to…
Tibby
  • 215
  • 1
  • 3
  • 9
1
vote
1 answer

Traffic control upload don't limit bandwidth

I'm making some rule to limit the bandwidth per ip connection on my VPN server. My command works for download but doesn't for upload, I don't know what I'm doing wrong here…
executable
  • 217
  • 5
  • 15
1
vote
5 answers

Converting MBps to k/s

We're diagnosing a speed problem between our shenzhen office and our asset management server. It seems stupid, but I need to get the data in the same format. How do i convert the MBps that isp's quote, and that tools like speedtest.net spit out, and…
Hutch
1
vote
1 answer

WDS boot taking a long time over site-to-site VPN connection

We have three sites and a new server colocation facility that we are in the process of bringing online. We have several WDS servers at each site. We are moving servers from the smallest site to the colocation facility. The colocation facility…
Sam Lewis
  • 51
  • 1
  • 5
1
vote
6 answers

How much traffic per month would my site need?

HOW MANY GB OF TRAFFIC IS REQUIRED PER MONTH? Any way to calculate this? Webhosting companies have a limit when ordering, so I need to know... A classifieds website using PHP and MYSQL. MYSQL has around 500thousand records. Not much graphics. Pretty…
Anonymous12345
  • 1,022
  • 2
  • 13
  • 18
1
vote
1 answer

Fixing 70% transfer speed slowdown over VPN compared as compared to SSH? (Tested OpenVPN, IPSec/L2TP, OpenSSH, SoftEther)

I'm currently configuring a site-to-site VPN between two VPSes that requires both outgoing and incoming connections. It will be used by a high bandwidth application so I require the maximum amount of speed that I can get over the connection. Using…
Gbps
  • 161
  • 1
  • 7
1
vote
1 answer

Limiting network activity on a server

I have a network with couple of servers running Windows Server 2008 R2. I am being ask to find out a way to limit the network activity per actions. So far i couldn't find if it's even of the realm of possibility. An example is that i am on specific…
Franck
  • 125
  • 1
  • 1
  • 9
1
vote
2 answers

What bandwidth values should I set?

Edit 1: I gave the used bandwidth in DigitalOcean and CloudFlare in details. We could assume that other factors (like CPU, memory) remain the same. My question is about to ask the interpretation of the analysis of DO and CloudFlare, and the…
Thomas
  • 223
  • 1
  • 3
  • 11
1
vote
1 answer

memory bandwidth bottle neck

I have a python pandas program. When I run on AWS Ec2 with 8 cores. I got 100% CPU utilization and program finished in 8 minutes. Then if I go 16 cores, I can only get 50% CPU utilization and program still finish in 8 minutes. I suspect it hits…
frank
  • 11
  • 2
1
vote
0 answers

How to calculate approximate wifi-bandwith when repeater is used?

When reading about repeater usage (without crossband-repeating) it is said that the bandwith is at minimum reduced by 50% because the repeater has to repeat every bit of communication. In principle i can live with this Statement, but how would you…
1
vote
2 answers

Motherboard with 4x1GbE, can I get 4Gbit throughput?

I'm planning a home NAS/Plex server using Ubuntu/Debian and I've seen this board (Supermicro X11SSH-LN4F-O) with 4 NICs. My home network is a mix of Wifi and LAN. Lan is 1GbE, Wifi is a Linksys 1900ACS. Server would be in a 1GbE 8-port…
MattBoothDev
  • 115
  • 7
1
vote
2 answers

Maximum Internet Bandwidth per User

My question pertains to network bandwidth outside our local LAN. We have a 10Mbps internet connection provided by our ISP. We need to setup a wireless connection and the plan is to add a 54Mbps wireless router to our 10Mbps LAN. Approximately 30…
Niks
  • 21
  • 1
1
vote
2 answers

How to measure bandwidth per cpu utilization

I'm trying to measure efficiency of the networking system and looking for a tool that either allows to limit max bandwidth for each test or, ideally, limit cpu utilization. At the end I need to have an answer like "for 10% CPU bandwidth is…
Kentzo
  • 131
  • 1
  • 10
1
vote
0 answers

Understanding clients-server max-concurrent-connections and TIME_WAIT state

I know there are a lot of questions and also answers around the TIME_WAIT state of a socket connection, but somehow non of them (or maybe from an experts perspective all of them) help me to understand my problem (or find possible solutions). My…
Philipp
  • 111
  • 3