User Tools

Site Tools


communication:bandwidth_conservation

This is an old revision of the document!


Note: this page was initially based on a blog post.

Bandwidth conservation

conserving mobile data

There are offline navigation apps like CoPilot and OsmAnd (free) that allow you to download maps on wifi and use them without data while traveling. Note that realtime traffic data doesn't work in these scenarios since the apps are offline.

Google maps will let you download certain map tiles for offline use. This would work best if you are in the same areas but would be less useful while traveling.

web frugality

Quick Answer: the uBlock Origin browser plugin for Firefox and Chrome/Chromium is simple to use and surprisingly effective. It is a good first step to reducing web bandwidth use.

stripping out extraneous junk

Ads and scripts can be blocked with adblockers or tools like NoScript. These types of plugins will usually let you disable the blocking for particular sites that don't work right when blocked.

Some will let you “whitelist” (approve) text ads on sites; these allow the content providers to get paid but consume very little bandwidth.

element blocking

Most browsers will allow you to block content like Flash or multimedia by default.

use mobile sites

You can try to force the use of a mobile site even if you are on a computer. Mobile sites tend to be cleaner, simpler, and generally less gunked up with bandwith hogging multimedia.

The traditional way mobile sites were/are denoted was with the prefix “m”. Compare the https://m.alaskaair.com/ mobile website with the https://www.alaskaair.com/ . If the site does client analysis you might get pushed to the regular www site. You may want to hack that behavior by sending a false user agent string.

compression proxies

A compression proxy runs between you and the internet and optimizes / compresses web content to save bandwidth. It may downgrade image quality for substantial savings. It is an internet version of a mail forwarding service that throws out the junk mail and extra packing before sending your mail mail to you.

Note: HTTPS (encrypted) traffic cannot be optimized by third parties because it is encrypted and the proxy can't see what it is.

Opera made the first mainstream browser to offer a compression proxy on their mobile and desktop browsers. Now the Chrome mobile browser has a proxy and there is a Data Savings plugin for Chrome/Chromium.

If you are technically minded and have a server somewhere you can run your own compression proxy using freeware like ziproxy. Frater Secessus runs one of these and will make a login for you if you want to play with it. PM him on the CRVL forum.

email frugality

Before the advent of “webmail” (email read from a webpage) people used email “clients” (programs) to connect to email servers and pull down their email. They would write responses or compose new mail offline. Next time they had a connection the mail would be sent/received. This original form of email access will serve you well in periods of intermittent access and will save bandwidth even when you have a good feed.

Common email clients include Outlook for Windows and Thunderbird, a free/opensource Outlook workalike, for all platforms (linux, windows, mac)

Find the POP (sometimes called POP3) settings for your webmail provider. Here are the settings for gmail and the settings for yahoo. Others will be similar. Google something like “[your provider] pop3 settings”. There is another method called IMAP but it consumes more bandwidth and is not a good fit for most people. If you needed IMAP you would know it.

There are several bandwidth-saving features built into most clients:

  • download “headers” only - This means that when you pick up mail it only retrieves the To/From/Subject/etc lines at first, giving you an opportunity to delete any spam or useless mail without ever having to download it. If you do want to read the email it will be retrieved automatically when you click to read it.
  • download last X days - if you are downloading from an established mailbox and choose something like “download all mail” you could get all email since the account was created; you probably don't want this. You can pick “last 7 days” or “last 30 days” depending on your needs.
  • deselect “download images automatically” - you can click on images to download them but this will keep you from wasting bandwidth on junk images.
  • deselect “download attachments automatically” - as with images, you can click on the ones you really want without pulling down everything. Attachments are huge compared to the text of the actual email.
  • if your feed is really minimal you can save a few KB by writing and replying to email in plain text rather than HTML.
  • You can also save a few KB by trimming quoted material from prior emails.

Many of these settings will be available in webmail also.

podcast frugality

Podcasts consume much less bandwidth than video but savings still can be had.

If given a choice, OGG/Vorbis or AAC will be smaller than identical-sounding MP3. Also look to see if your podcast creator offers a low bandwidth feed. Example: Security Now podcast.

Choose the podcast episodes you want to hear instead of automatically downloading all the episodes.

video frugality

Streaming is evil when bandwidth is limited. Some networking gear is socket-limited; there is a certain number of “slots” available for users. When web browsing, reading email, etc, a user will take one of the slots for active data then release it. Streaming holds a monopoly on the socket, which can block other users from using the resource.

If you must stream use the minimum video quality you can tolerate.

If you can, download the media during off-hours; this is the kindest to the provider and to other users.

YouTube frugality

Force YouTube video quality down as far as you can stand. You can also configure a downloading tool like youtube-dl to pull down videos for watching later.

For “talking head” type videos you can download the audio only, using something like:

  • youtube-dl –format bestaudio [URL] if you intended to process the file further; or
  • youtube-dl –format worstaudio [URL] if you are going to use it directly.

Pulling down audio only when possible can save 90% or more bandwidth.

android

“On recent versions of Android (last couple of years) you can pull up the Settings | Apps menu and select the unwanted app. If it was preinstalled you can probably Disable it, which will lock it down. If it was installed afterwards you can Uninstall it from there.

This will stop the creeping background data use and battery consumption.

If you only want to control sneaky data use you can go to Settings | Mobile Data (or Data Usage, depending) and select any apps you see listed as being hogs. Tap on the hog and Restrict app background data. It will still be able to use mobile data when you are using the app but not when you are not interacting with it.

Note: Apps that you intend to run in the background (email, texting, nav, google services, streaming, whatever) should keep access to background data.”1)

conserving wifi data

Wifi is a shared resource, one that is often free as a service to customers. It does not, then, represent an opportunity to waste bandwidth.

The tips for Mobile Data also apply on wifi, but there are couple of chokepoints in a shared resources like wifi:

  • upload congestion - for technical reasons downloading from the internet also requires some upstream traffic. This usually isn't a problem unless someone is hammering the upload with video, audio, or other large uploads. Large uploading loads like that can max out the upstream which, for those technical reasons, can cause major problems for normal users even if there is plenty of downstream bandwidth available. So be polite and do your large uploads during periods of low wifi use.
  • interference - wifi is radio frequency in the microwave range. If you are running a repeater/extender and your hardward supports it, use a different channel than the main wifi. This will reduce interference and make everyone's experience better. Also adjust your repeater to run on the minimum output wattage required to meet your needs. No reason to pollute the nearby area with signals they can't use.
communication/bandwidth_conservation.1496544995.txt.gz · Last modified: 2020/10/11 19:48 (external edit)