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

Save only last line of a continuous standard output to a file

I'm using bmon to monitor the speed of my wireless interface. The terminal command prints to the standard output the current speed (Rx and Tx). When I do this command... bmon -p wlp2s0 -o ascii | tee networktraffic.txt ...the output will be printed…
imll
  • 321
  • 3
  • 13
-1
votes
2 answers

Bandwidth projection for HD videos over fixed period of time

this is not exactly a programming question but its for a website I'm making. I've been asked to create a site for a TV channel that will have streaming video for a local group (it's not porn), assuming the site is broadcasting 8 hours of HD video…
Mankind1023
  • 7,198
  • 16
  • 56
  • 86
-1
votes
1 answer

Is bandwidth always taken from the site hosting the file?

If, for example, I use an iFrame to embed a YouTube video on a site, is it really true that the bandwidth is taken from, in this case, YouTube as it's the site hosting the file, and not from the site with the iFrame? I just read about this here…
talvi
  • 39
  • 10
-1
votes
2 answers

How can I estimate bandwidth for My .Net application (WPF)

I have developed a WPF application (C#), which is used to manage a large number of subscribers. The company that owns this application has a lot of branches throughout the country and they want to deploy this application for each branch via LAN.…
Abdulsalam Elsharif
  • 4,773
  • 7
  • 32
  • 66
-1
votes
1 answer

check user bandwidth

how do i check the bandwidth (download speed and possible upload speed) of a user in vb.net or php that uses my app or visits my site resp? thanks
Smith
  • 5,765
  • 17
  • 102
  • 161
-1
votes
1 answer

exceeded bandwidth limit with small number of user

I have small number of visitor and my bandwidth is 1000 MB and i tried to know the reason that my site exceeded the bandwidth but I couldn't figure it out so can help me ?
Amal
  • 3
  • 3
-1
votes
5 answers

How can I write an efficient php chat?

I wrote a PHP chatscript with JQUERY on the userend pullstyle. It reloaded a pull.php page once a second and retrieved only new chat records from my sql database since the last check. However I got an email from my host saying I was using too much…
David Zorychta
  • 13,039
  • 6
  • 45
  • 81
-1
votes
2 answers

Linux monitoring tool

My company has quite a few websites hosted on a AWS EC2 instance, each of the websites is in a EBS volume attached to the instance. All the websites have the same public ip, just domain name is different. So my question is is there any tool that can…
C.Cui
  • 11
  • 3
-1
votes
1 answer

What format does twitter use to send data from their servers to their Android app

I live in Sub Saharan Africa, Where mobile data speed are very low. But Among all the apps on my phone, the app that always seems to load content even when others can't is the Twitter Android App. I would like to know what technology they use to…
Tope Omotunde
  • 40
  • 2
  • 9
-1
votes
1 answer

Is it possible to cache just a piece(background, navigational bar) of a website instead of a whole file?

I want to cache just a element because it is used on EVERY web page of mine. Here check this image out. It is explained here. https://i.stack.imgur.com/sntdz.png
-1
votes
1 answer

Audio file bandwidth limitation

I am new to audio file processing. I want to limit the bandwidth of some audio files. The problem is that all the solutions that I find online suggest to limit the sample rate. Is there a way to limit the bandwidth of an audio file, without changing…
Dimitris
  • 560
  • 3
  • 17
-1
votes
1 answer

Connecting to ubuntu home server without internet connection

I am running an Ubuntu server with my laptop through an Orcale VirtualBox and I try to maximize the bandwidth of my home server, as it really slows down my internet connection. My router supports up to 300Mbit upload/download speed and my laptop…
RunningFromShia
  • 590
  • 6
  • 20
-1
votes
1 answer

Bandwidth usage/throughput increased after DDoS attack

I have a server with Softlayer and before the attack my bandwidth usage/throughput was working at around 0.3Mbps, and then I had an 800Mbps DDoS/DoS attack that lasted 2 days, and ever since my bandwidth usage/throughput has been around 5Mbps to…
E.D.A
  • 137
  • 1
  • 2
  • 14
-1
votes
1 answer

How to reduce high network accessing time?

What we have My office network have a new 20mbps dial-up connection. The internet is connected to DLINK 600-L Wifi Router. An LAN port of router is connected to DLINK's gigabyte switch that connects all the PCs in the building. We do have a good…
NikzJon
  • 912
  • 7
  • 25
-1
votes
1 answer

Outgoing bandwidth includes EdgeCache hits?

What is counted as "Outgoing Bandwidth" when running an GAE app? Setting proper cache headers on responses from the server, the response should be cached and served from the "Google Global Cache", right? What about content/responses served from this…
Chuck Lega
  • 47
  • 1
  • 5