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

Stealing internet by changing MAC address?

OK - I have a static IP - and I have been on the same provider for years - its a wired network (a cable goes directly to my network card) - and the cable is connected to a switch on a pole in the street (the pole is connected to another pole which…
George
  • 1
  • 1
-1
votes
3 answers

What could be causing Outrageous Bandwidth Spikes on a VPS(cpanel godaddy), 1200GB in one day?

I have a VPS hosted on Godaddy, managed with cpanel. I've averaged 30-50GB a month, but then it went up to 1200+GB in one day. It appears my server has been compromised. The thing is my website itself uses only 45GB per month. I paid to increase…
user111533
  • 1
  • 1
  • 1
-1
votes
1 answer

multiple parallel uploads to a ftp server

I had a question w.r.t multiple parallel uploads to an ftp server. Lets say the bandwidth between the client and the server is B. When I open a connection with the server, will the entire bandwidth be used? If the entire bandwidth is not used and…
vine'th
  • 99
  • 1
-1
votes
2 answers

Server configuration

I currently use Linode VPS (512) for my image sharing site. I'm looking to move to an unmetered dedicated server as the cost of my needs on Linode is huge. I have around 60-70GB/day of outgoing data and I need more disk space. My problem is, there…
Or W
  • 99
  • 3
  • 10
-1
votes
1 answer

Squid limit total bandwidth per user

Possible Duplicate: Squid Proxy Server: limit total bandwidth Is there any feature of squid to limit the total bandwidth for every user?
mazgalici
  • 257
  • 2
  • 5
  • 11
-1
votes
1 answer

What happens on the server when a multimedia file gets downloading/playing?

I have a video-based website. It gets slow when about 1k concurrent users watch/download a video. I'm trying to debug it to see what resource is weak to increase it. I executed htop command to see resource usage, but the server is over 50% free for…
stack
  • 99
  • 1
-1
votes
2 answers

Is it possible to have high internet speed with low bandwidth?

I just came to understand that the bandwidth is just the difference between the highest and the lowest frequency of transmission. And i also have and understanding that higher the frequency ==> higher the speed as more data can be transmitted in one…
-1
votes
2 answers

Network Latency (mathematical) relation to bandwidth?

Let's say I have a 1Gbps bandwidth NIC. Can I mathematically derive what would my network latency be just from the bandwidth number?
-2
votes
1 answer

openvpn optimizations for Low bandwidth (250mb a month)

I am using openwrt lede with a lte stick 250-300mb a month depending on the unit so preferably hitting 250 or lower would be better for the entire system these are the clients the server doesn't have a cap like that it seems we are hitting about…
-2
votes
2 answers

Server bandwidth is going crazy, after reboot all ok

I have a streaming server with 10gbps card on it. I'm using ~2.5gbps. My server is running perfect for 8-9 hours / day, and after that is going crazy, and everyone is freezing. At exactly the same time i reboot the system , and everything is back to…
user3393046
  • 131
  • 2
  • 11
-2
votes
1 answer

How much bandwidth would 2 nameservers use?

I'm in need of 2 branded nameservers for my clients' domains. Couldn't find any information about that, but how much bandwidth and bandwidth speed would I need for those two DNS servers "just in general"? Say, I got 100 domains, some of them quite…
lue305
  • 1
-2
votes
2 answers

How much traffic does a Ubuntu server cause for updates?

Does anybody have some numbers on how much traffic/month a ubuntu server causes if automatic updates are enabled (just for fetching the apt sources and the packages)? I have a small box which is connected to the Internet on a limited data plan…
Mauli
  • 401
  • 6
  • 13
-2
votes
3 answers

Leased Line bandwidth distribution among users

Say that i purchase a 4 Mb leased line (Radio wave), and also i have around 50-75 users using the connection. What will the speed will each user get ? Will the 4MB be divided among all 75 users or will all users receive the same speed throughout the…
-2
votes
1 answer

why does a multicast server endlessly transmitting packets even no client require

i used to setup a multicast server using windows server 2003 OS, i can see a lot of packets transimitted from the server once it was started. Does it make sense when no one is requiring the multicast stream? Isn't the network bandwidth wasted ?
-2
votes
1 answer

How do I ensure a REST API does not have a bottleneck when it receives requests?

I'm creating a REST API that will listen on a public URL and accept uploads of large amounts of data. I understand how to scale software processes using message queues, but what I don't understand is how to avoid a bottleneck between users and…
djechlin
  • 95
  • 7