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
2
votes
0 answers

How can I monitor network usage per website in Firefox v69+?

I have Firefox v69 on Windows 10. Windows 10 network monitor only shows network usage and bandwidth for the past 30 seconds or so. I'd like to see, within Firefox preferably, which pages or domains use the most bandwidth for all time. Windows 10…
Bulrush
  • 548
  • 2
  • 4
  • 19
2
votes
1 answer

Limiting bandwidth in htmlunit

I'm using htmlunit to make some tests but I don't want them to use all my available bandwidth. How can I set a limit on upload/download speed? I have found I can get an InputStream from a WebResponse. I think this could be used to limit download…
2
votes
2 answers

An explanation of the packet-pair probing algorithm in plain language

Networked applications often benefit from the ability to estimate the bandwidth between two end-points on the Internet. This may be advantageous not only for rate control purposes, but also in isolating preferred connections where a number of…
codeasone
  • 1,953
  • 2
  • 23
  • 30
2
votes
1 answer

Network​ Information​ API downlink is never higher than 10 Mbit?

I try to get some information about the bandwidth of my users. Currently im running NetworkInformation/downlink in Google Tag Manager and pushing it to Google…
Tobi
  • 1,702
  • 2
  • 23
  • 42
2
votes
3 answers

How can I monitor / limit network traffic used by my app?

I would like to be able to measure network traffic and limit it. I'm looking for something that lets me know between two calls how much data has been sent and received. Also, I would like to be able to limit network traffic (in & out) for my…
Fred
  • 1,607
  • 20
  • 33
2
votes
3 answers

CUDA theoretical bandwidth vs effective bandwidth

I have a CUDA kernel that multiplies two matrices which Width and Height are multiples of the blocksize i am using. The Nvidia Quadro Fx 3800 I am using has a theoretical bandwidth of 50 Gb/s and I am having some strange results(Effective Bandwidth…
Bernardo
  • 531
  • 1
  • 13
  • 31
2
votes
4 answers

CUDA performance doubts

Since i didnt got a response from the CUDA forum, ill try it here: After doing a few programs in CUDA ive now started to obtain their effective bandwidth. However i have some strange results, for example in the following code, where i can sum all…
Bernardo
  • 531
  • 1
  • 13
  • 31
2
votes
1 answer

REST : InputStream and Memory Management

Currently, I have a POST end point and the end point accepts an octet-stream. So, I'm wondering where the input-stream gets stored when multiple request keep hitting the server (multiple input-streams cached at network level ?). Do these streams of…
V1666
  • 185
  • 3
  • 14
2
votes
1 answer

Carrier frequency of a channel, bandwidth and modulation

I don't understand the meaning of carrier frequency with respect to a transmission channel and the modulation phase with respect to the carrier frequency. I'm at a beginning level, so I try to explain what I get: "the carrier frequency of a channel…
2
votes
1 answer

How do I collect bandwidth utilization data on remote devices/switches/servers?

How do I collect bandwidth usage/utilzation on devices/switches. From what I understand there are systems that do something like this. They seem to all have snmp in common. I am looking for imformation on possibly rolling my own system for…
decipher
  • 35
  • 1
  • 5
2
votes
1 answer

How to reject file uploads before data transfer has completed?

I'm building a Rails application with file upload functionality and only authenticated users are allowed to upload files. The file upload form is in the members only area but since it is easy enough to grab the upload URL and attempt to post data…
SimKo
  • 21
  • 1
2
votes
1 answer

java/tomcat web hosting

Sorry about repeating the Question, but this is some what different. I'm looking for some web hosting around 15$/month with unlimited bandwidth and space or what ever be a good deal. Site is using struts2 java framework mysql database. I have…
rain
  • 479
  • 2
  • 6
  • 20
2
votes
1 answer

VIDIOC_STREAMON error 28, No space left on device ,after i tried the common solution on the web

I have a depth camera(XTION2). i can successfully get the image stream by the following code: roslaunch openni2_launch openni2.launch rosrun image_view image_view image:=/camera/depth/image_raw but when i tried output my rgb image stream by the…
2
votes
1 answer

Testing user bandwidth and tailoring page layout/functionality to match

I'm interested to know if anyone has worked on a website where they need to cater for users with vastly different bandwidths? I'd like to tailor a site to different user groups 1) Low Bandwidth ( <56kbps dial up) Low Res Images - no javascript…
calumbrodie
  • 4,722
  • 5
  • 35
  • 63
2
votes
0 answers

Interface Bandwidth Usage and Anomaly Detection Using Influxdb/Kapacitor

I have stood up a lab with a server using LibreNMS to pull stats every 5 minutes for a few network devices (Juniper and Brocades mostly) and forward the collected data to an influxdb. I get a lot of data every 5 minutes, but what I am wanting to…