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

Why This TC Script Not Working

Our application has three classes of traffic, and every type of traffic involves three ports. We want to limit the traffic by port number via TC, so I made a simple TC script to have the test, however the script doesnt work as I expected. Below are…
Steve Peng
  • 559
  • 1
  • 8
  • 18
0
votes
1 answer

What do these two QOS script statements mean

I am studying the QOS utility of Linux -- TC -- recently, and today I encountered below two statments from a bandwidth-limit script on Linux: tc filter add dev eth0 parent 1: prio 1 protocol ip u32 \ match ip tos 0x68 0xff match ip…
Steve Peng
  • 559
  • 1
  • 8
  • 18
0
votes
2 answers

Excessive ARP request with no reply

I had been monitoring our LAN setting due to slow bandwidth. In the wireshark, I am seeing an ARP request that is never resolve to a MAC address from the same IP address. I did a NMAP scan, the requested IP address is not on the network. Does anyone…
0
votes
2 answers

Bandwidth Reservation vs QOS

what is the difference between bandwidth reservation and QOS? for example, if I reserve 30Mbps to VOIP traffic on a router, is that the same of QOS? or does QOS work in a different way?
user175416
0
votes
2 answers

IIS bandwidth Monitoring

I have a public MS CRM 2011 install and one of my remote users reported using about 10gig of data from their Outlook client. Is it possible in real time to see connected users in IIS and how much data they are consuming ? (Dedicated server no other…
John
  • 31
  • 1
  • 5
0
votes
1 answer

Copy over lan : best way to segment copy?

I do not really know where to post my message. Networks or system or scripting, so ... I have a requirement in my company. Here is the goal : Monthly I'll have to copy a package> 500MB on 25 computers on 25 different sites. (For this I have an…
Kreg
  • 1
0
votes
1 answer

Server bandwidth and website weight

I was wondering... Having the followings: a webserver with 100mbps output bandwidth (enough cpu and enough ram) a website 1 MB (Megabyte) heavy is the following assertion true? The server has an output bandwidth equal to (100 (Megabit / s) / 8) =…
0
votes
1 answer

Cheap bandwidth to Google apps (Dynamics E-mail Router hosting)

To give a bit of context, we are looking to host our Microsoft dynamics e-mail router to connect to Google apps e-amil. We are looking at many options from varying angles, but one possible option is looking at a cloud VM, however it occurred to me…
Alex KeySmith
  • 721
  • 2
  • 10
  • 19
0
votes
3 answers

Cisco 881 throughput/bandwidth issue

We have a dedicated 30Mb connection (up/down) from our ISP, but we can only seem to get 10Mb (up/down) from the router. Does anyone know what we're missing, or how we can tweak the settings on this router to fully utilize the 30Mb connection. I've…
user177024
  • 1
  • 1
  • 1
0
votes
2 answers

Dynamic throttling of bandwidth

I am planning on setting up streaming server. Streaming is done kind of like YT does it; there will be a large number of audio content and each user can listen to it right on the website. In order to accommodate a large number of users…
user31412
  • 29
  • 1
  • 3
0
votes
1 answer

Can FTP bandwidth usage result in dropped SSH connection?

It seems highly implausible, even ridiculous, to me. I login by SSH to the CentOS server. I FTP to another server and begin a large file transfer out (uploading to other server). After some time (usually about 3 - 30 seconds), I get kicked off…
Buttle Butkus
  • 1,741
  • 8
  • 33
  • 45
0
votes
1 answer

LAN bandwidth in Linux is low

everyone, I connect two PCs both with 1000Mbps NIC. One(A) of them runs Fedora 8 while another(B) runs Windows7. I test bandwidth between them with Ixchariot, it shows about 10Mbps. If A and B both run Windows7, I run Ixchariot again and it shows…
0
votes
1 answer

100 Mb/s port limit reached or something else?

I have a dedicated server with a 100 Mbps port. A few times a week, there comes a time (usually in the evening hours) when there is an extremely high bandwidth usage, by far more than usual. I am on CentOS 6 with cPanel and host a few dozen…
Anderson
  • 103
  • 6
0
votes
2 answers

How do I know when server "runs at speed limit"?

Basically I'd like to know if it's possible to speed up my server or not by using caching like squid, checking for possible errors in configuration, optimizing various server software parameters, etc. Is it possible to predict time to serve say 1MB…
Evgeny
  • 599
  • 3
  • 10
  • 17
0
votes
1 answer

openvpn TCP/UDP slow SSH/SMB performance

I have question about strange behavior of my openVPN configuration on Debian lenny. I have 2 server configs (one proto tcp-server based and one proto udp based). ISP bandwidth is 7Mbit/7Mbit. When I uses proto tcp-server my download server rate is…
Petr Latal
  • 101
  • 2