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
0
votes
1 answer

Configure Accelerometer Bandwidth in the Galaxy Nexus

We are working on a project where we need to have good accelerometer data with the Galaxy Nexus. However, we have already tried sampling accelerometer data at 100hz through native c, but the data we are getting is still poor. The Galaxy Nexus has a…
0
votes
1 answer

Limiting use of android app

Right now, I have developed an android app that is available free on the market. The app basically uses HTTP GET to query some data from my personal server. I'm a wee bit worried about bandwidth as my server is hosted and thus has limited monthly…
Reuben L.
  • 2,806
  • 2
  • 29
  • 45
0
votes
2 answers

Does repeating (not reloading page) youtube videos consume bandwidth?

Does flash store youtube videos in the browser cache or get downloaded everytime you repeat the video ( not reloading the browser) by clicking the repeat button. Also how about videos played in youtuberepeat.com? I am curious since I don't want to…
Kingkong Jnr
  • 1,128
  • 4
  • 18
  • 29
0
votes
1 answer

How does a transparent proxy request route back to the client?

I'm looking for a way to obfuscate a request to a web server and instead pull data from a CDN I believe I need to create a transparent proxy on the web server and pass the request off to the CDN, like so: client ===> webserver:80 ====>…
gadhra
  • 21
  • 1
0
votes
1 answer

How to automatically exit browser after youtube video has finished playing

Is it possible to exit the browser ( firefox) automatically after a video has finished playing ? Through some extensions / scripts ? I need this because I want to automate measuring of bandwidth used while a youtube video played in firefox.
AnkurVj
  • 7,958
  • 10
  • 43
  • 55
0
votes
1 answer

Mobile network generations and bandwidth

I have couple of question related to mobile network generations: While comparing generation of mobile network people mention that 1G and 2G has to use maximum bandwidth. What is bandwidth in this content and why they use maximum bandwidth? 1G and…
spd
  • 2,114
  • 1
  • 29
  • 54
0
votes
1 answer

Downloading files with java, how to optimize bandwidth

For networks that have a large load to carry, downloads can become gruesomely bandwidth consuming. Most downloading managers that I've seen let you choose the amount of bandwidth that you'd like to use. Is there a possible way to do this with Java…
Anthony
  • 496
  • 3
  • 9
-1
votes
2 answers

Does React stores and knows the images?

I am a junior and this confuses me. I mean, if I use the same image more than once (on different routes) in React, does it mean that user downloads it more than once in browser? I am just trying to learn that if using the same image will not cause…
-1
votes
1 answer

How To calculate bandwidth, bitrate and buffer size of switches

Lets say I have 2 switches and 2-2 devices connected to each switch. Each device sends data to other devices in a cylic manner for example Device1 sends data at 100msec, device 2 at 200ms. So i want to calculate the required bandwidth for each…
-1
votes
1 answer

When i try to use the code inside a function, it doesn´t work, Python

The scrip is about getting the use of my bandwidth, real-time. The code works by itself, but when i try to return data from a function, it breaks, and return wrong data. Thanks for your help. This is my code without beeing in a funtion: import…
Momosno
  • 13
  • 3
-1
votes
1 answer

Network performance requirements for cloud-SQL spatial data?

Assume you're planning to have a PostgreSQL PaaS database server hosted in Azure/AWS/GCP. This PostrgeSQL server will contains GBs of spatial data (national land parcel polygons, address points etc.) stored in PostGIS enabled SQL tables. All tables…
Theo F
  • 1,197
  • 1
  • 11
  • 18
-1
votes
1 answer

Constant bandwidth in kernel density estimate (R)

I'm having some difficulties with R right now. What I have: a vector with minimal values for each triangular kernel a vector with maximal values a vector with the "middle" point (where the pick of each triangular should be) What I need: a density…
Amanda
  • 1
-1
votes
1 answer

vCetner and Windows VM do not agree on bandwidth usage

my vCenter performance overview network usage shows very little usage. it has spikes of about 1000k, but mostly less (and a max of ~1200k.) however, in my windows 2019 vm, the Performance monitor shows ~10 Mbps. to complicate things, my firewall…
jrossi
  • 1
  • 2
-1
votes
1 answer

How does AWS Athena manage to load 10GB/s from s3? I've managed 230 mb/s from a c6gn.16xlarge

When running this query on AWS Athena, it manages to query a 63GB Traders.csv file SELECT * FROM Trades WHERE TraderID = 1234567 Tt takes 6.81 seconds, scanning 63.82GB in so doing (almost exactly the size of the Trades.csv file, so is doing a full…
Nick
  • 920
  • 1
  • 7
  • 21
-1
votes
2 answers

What would be the cost of bandwidth on google cloud platforms if i make a video calling app?

Zoom provides video streaming services, and I made one of my own and considering deploying it on google compute, it says the bandwidth will cost $110 for 1TB if I use it in a month. The cost is pretty much high if we charge a fee like zoom. If I…