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

How to mark outbound FTP traffic with iptables?

i have a user called "testuser" in my debian system and i want to mark the FTP traffic going from testuser's account how can i do that? i use following commands to mark all the outgoing traffic for "testuser" iptables -t mangle -N HTB_OUT iptables…
Gihan Lasita
  • 387
  • 1
  • 4
  • 9
0
votes
1 answer

How to calculate bandwidth limits per user on WiFi network

A typical 802.11g access point can provide around 25 Mbps of bandwidth. How is the bandwidth shared among the users? Furthermore, how many users can be served by a single access point using 802.11g in an environment with low interference, and…
Lars
  • 135
  • 1
  • 3
  • 8
0
votes
1 answer

Why does nginx reverse proxy incoming bandwidth increase and surpass outgoing by far when proxy_buffering is enabled?

This is my current configuraiton... proxy_buffering on; proxy_buffer_size 32k; proxy_buffers 128 32k; proxy_send_timeout 20; proxy_read_timeout 20; #proxy_max_temp_file_size 1m; proxy_temp_path /dev/shm/nginx_proxy_buffer; proxy_pass $url; I used…
The Shurrican
  • 2,240
  • 7
  • 39
  • 60
0
votes
2 answers

How can I determine the fastest memory based on latency and bandwidth?

I've got some older hardware that needs a memory upgrade, and I was trying to determine what RAM would be the fastest on the platform. My platform takes DDR2 667MHz which is (slightly) more expensive than DDR2 800MHz for example. So here are the…
Stephen
  • 111
  • 3
0
votes
1 answer

Windows DNS consumes loads of bandwidth

I have some problems with my two AD/DNS servers for my hosted Exchange setup, as they suddently began to consume large amounts of bandwidth (~10mbit each), which I think is really strange, as they are not really in use yet. Heres are some screens…
Frederik
  • 3,359
  • 3
  • 32
  • 46
0
votes
1 answer

Storing pages with only client-side code in S3 over full EC2?

Question: Would storing pages in S3 with only client-side code reduce costs in comparison to hosting them in Amazon's EC2? Background: Right now I use a cms to manage all of my pages and users for a website, but I was thinking about just saving the…
0
votes
3 answers

How can I convert between a web hosting burstable MBPS bandwidth Vs. a fixed # of users connection?

I just got a price quote from a VPS hosting company that told me my Virtual Private Server could host 10 simultaneous user connections at once. What would this correlate to in terms of burstable bandwidth (Megabits per second) that other companies…
MikeN
  • 8,442
  • 5
  • 23
  • 18
0
votes
1 answer

How to track inbound HTTP traffic using Plesk 10.4.4?

I am running Plesk 10.4.4 on a Debian 6.0 server. The outbound traffic is being tracked but the inbound http traffic seems to be 0 at all times, i.e. looking at the DomainsTraffic and ClientsTraffic the http_in column is always 0. Is this a setting…
0
votes
1 answer

IMAP traffic bandwidth usage

I want to find out how much of my bandwidth is related to email downloads. We use Google Apps for our email and have around 60 iMAC users donwloading email via IMAP. Our firewall is an ISA Server 2006 server. I just installed GFI Webmonitor, but…
jvanderh
  • 175
  • 1
  • 7
0
votes
1 answer

How do I calculate my bandwidth requirements?

We have a facility that needs to upload approximately 20 3MB photos per minute to Amazon S3. These are coming from 10 different machines on our local network. We need to do this continuously for 16 hours a day. Given these requirements, how do I…
0
votes
1 answer

linode server bandwidth

I am ready to deploy my startup on the web so i would like to start small and get a VPS from linode as i see many good reviews and see how its going... the thing is that on their website they state: Transfer 200GB for their Linode 512 does this…
stergosz
  • 129
  • 2
  • 7
0
votes
1 answer

Real-life experience of BT Wholesale Ethernet as a bandwidth option

We are currently moving office, and in the new location we have been offered BT's Wholesale Ethernet as an alternative to a traditional leased line. It seems to be full-duplex, symmetric, uncontended, with a similar SLA to a leased line, but comes…
Jon
  • 509
  • 2
  • 5
  • 8
0
votes
1 answer

Server hard disk read speed and client download speed, is there a connection?

Ok so a client's download speed is only as fast as a server's upload speed, and vice versa. Based on the answers to this post: Does upload speed depend upon download speed of the server? In other words, the data transfer rate between the two…
Mywiki Witwiki
  • 123
  • 1
  • 4
0
votes
1 answer

monitoring multicast stream bandwidth

I have my own application(based on VLC Library). It's used to multicast a stream from server to client via the mmsh protocol. It streams 1 file from the server to 2 clients. How can I monitor the multicast stream's bandwidth to make sure that if…
Super1
  • 1
0
votes
2 answers

Server bandwidth usage monitoring

I'm using ubuntu 11.04. What I would like to be able to do, is to be able to view in a browser front end, the amount of in/out network data of the PROCESSES running on my machine. Anyone know if and how to do this?
Kelly Elton
  • 240
  • 2
  • 13