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

Controlling bandwidth on a Windows 2003 VPS server

We were dinged recently by our ISP when our server briefly saturated their line. Apparently they don't like bursty traffic. Who knew? Like many low cost hosts, they specify limits in terms of total monthly bandwidth, but they also 'reserve the…
Adam Davis
  • 5,446
  • 3
  • 37
  • 52
0
votes
1 answer

My SMTP server transferring out Terabytes of data in a day

We are having an issue with one of our SMTP servers. Problem arises since 3 weeks and is transferring out terabytes of data in a day. Any Idea why is this happening, or suggestion to dig out & resolve this issue. Thanks Khalil
Khalil
  • 9
  • 3
0
votes
1 answer

bandwidth throttle on OSX with IPFW for localhost

I have my localhost webiste on http://macintosh.local - 127.0.0.1 Testing my website also for IE on the same address in VMWare Fusion I tried some Apps from hanynet.com/applications/ like WaterRoof. Never managed to get it working though. I realize…
Anton
0
votes
1 answer

Find Bandwidth usage on app engine subdomains mappend on the same service

I have sole problem find bandwidth usage logs about different domains. This is the infrastructure: Domains mapped: example.com example2.com example3.com ... example10.com and every subdomain with wildcard, for example domain.example.com and so…
0
votes
2 answers

Are we still limited by TCP Window Size when we want to fully utilize bandwidth from far away servers?

According to this website, as soon as round-trip time is increased, we lose a bit of our real-time capacity throughput to distant servers using default TCP Window size of 64KB. My network bandwidth is 240mb/60mb down/up. I live in a third-world…
0
votes
1 answer

Track outgoing bandwidth usage of single IIS website on my VPS

I want to track OUTGOING bandwidth consumption from a single website in IIS to my site visitors (no internal traffic), e.g. CSS, images, HTML. The reason is that I want to know which package would be applicable to me when running my website via a…
Adam
  • 247
  • 3
  • 4
  • 16
0
votes
0 answers

Reserve bandwidth for system (CentOs 7)

There are CentOs 7 server used like video file server. Users download video files from there. Download speed are limited. But 1 time per day server becomes unreachable and unpingable, Only reboot helps. So, is there a way to reserve guaranteed…
0
votes
0 answers

How to monitor the bandwidth with detailed files transfer information?

How can I know which file is transferring from instance to public internet? Is there any monitoring tools? When I am using bandwidth monitoring tool I have got whole output and input usage info but I needed detailed tracking of in/out files. How do…
0
votes
2 answers

Bandwith question: calling a "service" on my own server (from my server)

I am running a website, and I have some fastcgi apps that I want to call - however, the apps are not directly accesible to the public - they access them indirectly, through a RESTFUL service, which will then use Curl (or some other mechanism) to…
user25312
  • 47
  • 1
  • 6
0
votes
0 answers

How to reduce my server's bandwidth usage?

I am running a video hosting server using Ubuntu 18.04 with nginx and server's configs are 500gb SSD, 100TB monthly bandwidth and 1gbps network. I am using nginx amplify to monitor all the traffic, storage and bandwidth usage on my server. I have…
Ayu
  • 1
0
votes
1 answer

Trying to identify bandwidth usage/spike on Linux Debian VM

I am trying to identify an issue with a Linux (Debian) VM running under Hyper-V on Windows Server 2016. The issue is that, at random intervals I'm seeing massive spikes of bandwidth which is maxing out the physical servers network port causing loss…
omega1
  • 416
  • 3
  • 9
  • 29
0
votes
1 answer

PHP script to calculate bandwidth per directory on a server?

I am tasked with figuring out the bandwidth used per directory on a parent directory in a linux server. We are hosting 10+ different client sites in 10+ different directories, and want to figure out the bandwidth per each on a single host. I'd like…
-1
votes
1 answer

Upload speed to Google Cloud machine is 1.1Gbps

I use GCP VMs very often. Create and delete once chunk of work is done. I need to upload large data file every time. Consistently it uploads at 1.1Gbps average speed. Internet connection is 80Gbps (verified). Machine is in local to me region…
Boppity Bop
  • 752
  • 3
  • 11
  • 34
-1
votes
1 answer

How exactly the network bandwidth is calculated and in which layer of OSI Model?

We can see everyday our bandwidth is calculated by ISP's , Mobile Telecoms and Cloud Services. But how exactly they calculate this bandwidth? Do they count number of tcp/udp packets in layer 4? If so, do they ignore icmp packets?
Akhil
  • 105
  • 5
-1
votes
1 answer

How can I limit bandwidth on a public network?

Our workplace has a public network where people often connect with their personal laptops. A sizeable number of users are torrenting which is killing bandwidth for the rest of the network's users. At this time, a policy solution of 'no torrenting'…