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
3 answers

Windows Server - Dual NIC Bandwidth Pooling

I have a Windows Server 2008 machine with dual NICs. Both are plugged into the same switch in a typical one-switch, one-gateway home network. This server is used almost exclusively for inbound connections. It hosts a web server (IIS 6), SQL server,…
tsilb
  • 608
  • 2
  • 10
  • 15
0
votes
1 answer

ssh tunneling problem

I am on a windows machine on a network which connects thousands of users including myself onto internet1 which when congested gets very slow. The linux machine however although connected to the same network uses a separate internet2 (very fast due…
Bond
  • 781
  • 4
  • 12
  • 22
0
votes
2 answers

Monitor 3rd party bandwidth

I know there are tons of tools out there for measuring network traffic, bandwidth, etc. But, are there any tools that can provide ANY information about an external sites bandwidth? (A server/network we don't have access to) For instance, we have an…
cinqoTimo
  • 247
  • 5
  • 15
0
votes
3 answers

Best way to serve .iso's on low disk space host?

A bit of story: I am hosting a few modified Linux distribution images, around 700MBs each. My server's free disk space is the main concern here, my current archive uses up roughly 16/20GBs of my disk space and I plan to add a few more in the near…
0
votes
1 answer

pull bandwidth from wireless WAN into local LAN

We have a local network (A) of about 50 computers connected via gigabit ethernet. We get a connection to the internet using two broadband connections to a backbone and distribute the bandwidth across the 50 computers using a CISCO 1811 router, but…
0
votes
1 answer

Throttling apache downloads selectively

I have a linux box running Debian Sarge (old I know) and apache 2.0.54. It serves two kinds of files - regular web pages and small images, and a lot of large podcast mp3s. The podcast downloads swamp the connection and make the rest of the site…
Synchro
  • 3,148
  • 6
  • 27
  • 38
0
votes
2 answers

Auditing bandwidth of remote sites

I would like to do an automatic audit of bandwidth of my remote offices. I understand that there are many websites where I could ask each user to go to a webpage and run the test. I was hoping there was some software that I could run on our web…
keithosu
  • 336
  • 2
  • 15
0
votes
3 answers

Measure bandwidth by client IP in realtime

I have been recently attacked using DoS attack on random ports. I wasn't able to get the attackers IP and now I would like to find it. What tool can show me bandwidth (in Kbits/Mbits) used by each client IP? It's dedicated server. I know that I'm…
mickula
  • 342
  • 1
  • 2
  • 10
0
votes
3 answers

IP/process based bandwidth usage stats tool for windows

I wanted to track which process in my windows OS is eating up my bandwidth. I've found similar question for Linux. The tool mentioned in this answer is available for linux only I think. Is there any similar kind of tool for windows?
0
votes
1 answer

will living in the clouds rain problems for my t1?

I am thinking of moving some users into mostly cloud based applications. Anyone seen an good numbers on bandwidth demand per user? will moving 12 people to the cloud cost me twice as much in new t1's as it saves?
Scott
  • 1
0
votes
2 answers

Flexible traffic & bandwidth monitor

I have looked around, but have not found anything to meet our needs. I need something that can log all connections & bandwidth consumption. We need it for analysis: by protocol, source IP (& MAC if possible), destination, etc. Ideally we are looking…
BrNathan
  • 186
  • 1
  • 10
0
votes
2 answers

Find network transfer size for Java RMI Application

We've developed a client/server solution using Java RMI. We wish to know the amount of data being transfer over the wire from server to client so we can judge bandwidth requirements. I've created a capture of the traffic using wireshark, however is…
jtnire
  • 817
  • 2
  • 8
  • 16
0
votes
4 answers

Shared hosting banwidth limits

I have a shared hosting account with a 20GB monthly bandwidth limit. I have exceeded my monthly limit and according to my host my counter is never reset, they say they use a continuous 30 day counter. So for example, I make payment on the 1st of…
mike
  • 1
0
votes
4 answers

1Gbit/s dedicated connection in Seattle is enough for Asia and America?

I want to provide good quality web service to Eastern-Asia and America. Is 1Gbit/s in Seattle sufficient for common web applications and (if possible) real-time messaging, or I should consider another location in US? Thanks.
Jeff
  • 451
  • 2
  • 5
  • 10
0
votes
4 answers

Drawing network usage graphs for(from) each apache or nginx http-log files

I'd like to monitor bandwith on my VPS. I think that the easiest way is to parse http-logs (%bytes-send% value). Are there any scripts or software (freeware) that does bandwidth usage graphs like (example) cpanel? Thanks a lot. PS of course, i can…
user60874
  • 1
  • 1