Questions tagged [bandwidth]

Amount of data that can be transferred in a given unit of time.

Network bandwidth capacity

Bandwidth 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.

Network bandwidth consumption

Bandwidth in bit/s may also refer to consumed bandwidth, corresponding to achieved throughput or goodput, i.e., the average rate of successful data transfer through a communication path. This sense applies to concepts and technologies such as bandwidth shaping, bandwidth management, bandwidth throttling, bandwidth cap, bandwidth allocation (for example bandwidth allocation protocol and dynamic bandwidth allocation), etc. A bit stream's bandwidth is proportional to the average consumed signal bandwidth in Hertz (the average spectral bandwidth of the analog signal representing the bit stream) during a studied time interval.

Channel bandwidth may be confused with data throughput. A channel with x bps may not necessarily transmit data at x rate, since protocols, encryption, and other factors can add appreciable overhead. For instance, a lot of internet traffic uses the transmission control protocol (TCP) which requires a three-way handshake for each transaction, which, though in many modern implementations is efficient, does add significant overhead compared to simpler protocols. In general, for any effective digital communication, a framing protocol is needed; overhead and effective throughput depends on implementation. Actual throughput is less than or equal to the actual channel capacity plus implementation overhead.

1021 questions
-1
votes
1 answer

How to set up a server system if all you want is on demand "Burst" Bandwidth a few times a year?

We are looking for the a good way to set up a server system that is "on call" and will only be used a few (but random) times a year. It needs to be super powerful with high server capacity and super high bandwidth but we'd rather not pay an arm and…
Rmyers
  • 217
  • 4
  • 14
-1
votes
1 answer

MRTG Graph and Bandwidth more than > 120 Mbps

H i , I've been experiencing that with MRTG .. the bandwidth not goes larger than 120 Mbps, MRTG would not display it correctly my servers 1Gb port speed, and I download and upload by this speed, But MRTG graph not shoving traffic more than…
ALMGHARI
  • 9
  • 2
  • 6
-1
votes
1 answer

Determining a specific application's network transfer speed via command prompt?

My goal is to create a network activity light for a specific program. I'm a mechanical guy, so I can figure out the hardware and the logic, but I have no clue where to start with the coding. Ultimately this needs to run without user interaction, so…
-1
votes
1 answer

Linux: capture packets sent to ULOG using Python? (Bandwidth monitoring project)

I'm writing a custom bandwidth monitoring system for my network. I want to be able to track bandwidth used by each IP on the internal (NAT) subnet. I already have all of the infrastructure coded to handle displaying logs, sending warnings, etc. and…
fdmillion
  • 4,823
  • 7
  • 45
  • 82
-1
votes
3 answers

Css and javascript minifiers for download or online

Looking for both css and javascript minifiers which are either for file download to run on the computer or single use online. Ive done the google search thing, but wondered if theres any which come recommended??
David G
  • 301
  • 3
  • 14
-1
votes
4 answers

Lan user bandwidth monitoring

How do i monitor and create graph internet usage for each lan user . My network has mikrotik router as gateway route . Is there any monitoring tool that can create bandwidth graph from mikrotik router?
user2191660
  • 7
  • 1
  • 2
-1
votes
1 answer

about speed of script running by server

I have a slow internet connection, like 128k. If I write a script which would get 100 pages from another website and put its contents in my database with curl or anything else, it would take ages to leech all 100 pages. $get =…
max
  • 3,614
  • 9
  • 59
  • 107
-2
votes
1 answer

How can I count the size of downloads from my users?

Is this possible to calculate size of downloads from users? for example, I have a music with size 10MB and the download link is resume-able. If my user get 50%, can I know that the size of his download? Its better to be done with PHP.
Soroush Khosravi
  • 180
  • 1
  • 2
  • 13
-2
votes
1 answer

How to get bandwidth usage

How can I calculate device bandwidth usage percentage using windows API I tried using GetIpStatisticsEx() function but that didn't help
Ahmad
  • 11
  • 3
-2
votes
1 answer

How to cap the network bandwidth for a program in Linux?

In Linux, how can I cap the network bandwidth for a program (process)? For example, I would like to cap the network bandwidth for a.out to 20 Mbps. Many thanks for your time.
HuangJie
  • 1,488
  • 1
  • 16
  • 33
-2
votes
1 answer

Use ASCII for video chat in android

I want to build a video chat application which uses ASCII for video. I feel like this will use less internet bandwidth. It will be something like this but on Android. How will I go about this?
Kwaw Annan
  • 11
  • 6
-2
votes
1 answer

Determine the bandwidth of a webpage

I am trying to find the bandwidth of a webpage. I have tried, but I only get about server or for an application. The webpage has chat server, flash player.
-2
votes
1 answer

Possible to find distance in KM having Latency?

is it possible to translate latency between two computers to distance in KM?
-2
votes
2 answers

How to calculate the shannon limit giving a error probability and a bits per second channel?

It is not clear to me how to calculate the shannon limit given the following information: Bits per second of a transmission channel. Bit error rate. If I try it out it doesn't seem right, example: Information given: Transmission channel 8 bits per…
oOo
  • 261
  • 2
  • 16
1 2 3
67
68