There isn't a menu choice for Prefetch in Firefox, but there are
optional settings in about:config (type about:config in the address bar
of Firefox).
The defaults are:
network.dns.disablePrefetch boolean false
network.prefetch-next boolean true
network.dns.disablePrefetch:
When false (the default), after a page is loaded, once Firefox is
"idle", Firefox will perform DNS lookups for references on the current
page so the loading of the next page clicked on will go faster since
some of the DNS entries needed for the next page would have already been
resolved. DNS entries are small as far as network traffic goes.
see
https://developer.mozilla.org/en-US/docs/Controlling_DNS_prefetching
network.prefetch-next:
When true (the default), directives coded in the HTML to prefetch
objects for the next page(es) displayed. When Firefox is "idle", Netflix
will start fetching those objects. In some cases, this could include
objects from multiple pages. This could put more load on the network.
see
http://kb.mozillazine.org/Network.prefetch-next
see
https://developer.mozilla.org/en-US/docs/Link_prefetching_FAQ
Other activity that might keep the Internet connection in use would
include auto-reloading pages, and "rich content" that keeps on changing
(such as a video or sound file).
Some add-ins to Firefox may also be doing web checks. For example, with
Web Of Trust installed, a Google Search page or Google Images search is
littered with WOT circles, the color being a quick indication of site
trustworthiness (based mostly on other WOT user scores of that site) and
hovering the mouse over the WOT circle will display a brief score card
for that site. A page with lots of links would require a lot of
interaction with the WOT site and I don't know if the score cards are
downloaded ASAP or are fetched in background if not immediately needed.
A "cloud-based" virus checker may also be communicating with its "home"
to check objects in the current web page.
And a whole lot of programs will periodically check for updates and
download them, including Firefox itself and some add-ins.