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

Best Way to Reduce Bandwidth Usage with Magento eCommerce

Currently I am working on a website that is using the Magento eCommerce platform. Although the website has only seen about 1,000 visitors over a 30 day period, it is using over 70 GB of bandwidth. The website has Cache enabled to help reduce the…
-2
votes
1 answer

Understanding Wifi bandwidth

I would like to know what is the difference betwen the bandwith in the android phone wifi->network name ->bandwidth ,and the bandwith that i determin from a downlowd and an upload in the local network ? PS :download and upload from a client and a…
Amina
  • 723
  • 8
  • 20
-2
votes
2 answers

Updating Database every X seconds

First off, I'm building the application in Android, and using PHP as my web-services and database communication, I'm using MySQL database. Alright, here's the question: I'm building a Near Real-Time application and I need to update a row in my…
user2745814
  • 259
  • 1
  • 2
  • 9
-2
votes
1 answer

Bandwidth Device Variation

this might be a stupid question to some but allow me to ask, does a type of a certain device affect the bandwidth and data transmission? Say for example does a tablet's bandwidth differ from a PC's given that they have the same bandwidth from the…
Roche
  • 3
  • 4
-2
votes
1 answer

Server bandwidth required for Podcasts and live radio

i need to set up a server that can host a podcast. Actually there are 30 listeners during a live radio, but they can grow up. What kind of server requirements do I need? I usually buy dedicated server from Hetzner.
-2
votes
1 answer

What is the relation between HZ and bps?

The bandwidth in EE = width of frequency band, measured in Hz, and in CS= information carrying capacity, in bits/sec, So what is the relation between hz and bps and how to covert between each other?
Ahmad Z. Tibi
  • 419
  • 2
  • 8
  • 19
-3
votes
1 answer

How to calculate bandwidth?

If I have the data of Tx_rate (tranmission rate) and the Rx_rate (receiver rate) values, then how can I calculate the bandwidth from these values. Also please provide the specific formula for the same. I have searched to many sources and unable to…
-3
votes
1 answer

How much internet bandwidth will a raspberry pi node server take

I have a raspberry pi that is running a node server (that receives maybe 10 requests a day) that is running constantly. I am wondering if anyone know about how much bandwidth this will take up or how I could go about calculating the amount of…
Tyler Hilbert
  • 2,107
  • 7
  • 35
  • 55
-3
votes
2 answers

Available bandwidth

I want write a code to get the available bandwidth. Using one of the algorithm.ex.spruce / pathload. I wanted to a code in C++ in Windows. I have got linux code . But i wanted a Windows based code , which can get me up and down bandwidth.
vishal
  • 91
  • 1
  • 6
-3
votes
1 answer

CUDA - GB/s for PCI-E vs Gbps for memory clock speed for GPUs

I'm astounded at PCI-E 3.0 speed: ~16 GB/s (gigabytes per second) against top gamma GPUs memory clock speed (a Titan X lists ~10 Gbps i.e. giga-bits per second) So we have PCI-E 3.0 16 GB/s Titan X ~1 GB/s So the question is: why is there…
Dean
  • 6,610
  • 6
  • 40
  • 90
-3
votes
1 answer

To how many users per second, 1 MB page can be served through 100 Mbps (12.5 MBps) uplink port of a dedicated server.

To how many users per second, 1 MB page can be served through 100 Mbps (12.5 MBps) uplink port of a dedicated server. I am planning to increase capacity of my dedicated server as my current server is not able to manage the load of my application.…
-3
votes
1 answer

How to use PHP to get the website bandwidth

I want to get the website bandwidth with PHP get the information like this: aaa.example.com 200g/m bbb.example.com 150g/m
-3
votes
1 answer

How to get and set data related to monthly data plans?

I want to see and modify the monthly data plan limit (if set) in an Android device. Can anybody pinpoint which direction to go? Edit: I am also a programmer, probably that's why I didn't explain myself better. I want to access the information about…
Ptolomeo XII
  • 107
  • 1
  • 9
-3
votes
1 answer

How to reduce the file upload time?

I need to upload large size video files. I've set the maximum file upload preferences. Ive set the following preferences: memory_limit :150M upload_max_filesize :120M post_max_size :120M max_execution_time :300s max_input_time …
Raj
  • 943
  • 2
  • 10
  • 12
-4
votes
3 answers

Bandwidth waster algorithm for PHP

I am trying to create a software in PHP that can run continuously and keep on wasting bandwidth. Can anyone one sugggest any solutions.
Vish
  • 4,508
  • 10
  • 42
  • 74
1 2 3
67
68