permacomputing

Source repository for the main permacomputing wiki site
git clone http://git.permacomputing.net/repos/permacomputing.git # read-only access
Log | Files | Refs

commit 258282d00597c00f2964022fb0fecd7df0157352
parent abb0aa39114957728236d556bca1138adcfa9dfd
Author: Ville-Matias Heikkila <viznut@low.fi>
Date:   Sat, 23 Jul 2022 18:07:50 +0300

add page

Diffstat:
AInternet.mdwn | 23+++++++++++++++++++++++
1 file changed, 23 insertions(+), 0 deletions(-)

diff --git a/Internet.mdwn b/Internet.mdwn @@ -0,0 +1,23 @@ +The **Internet** is the global network of computer networks that use the +[[TCP/IP]] protocols to communicate. Sometimes, even wider definitions have +been used; for example, any computer that is reachable by Internet [[email]] +could be said to be "on the Internet" even without an IP address. + +The Internet routing technology was originally based on military +requirements, i.e. nuclear attack survivability. The possibility for +non-hierarchical and decentralized routing makes the network quite +resilient. + +However, many other key aspects of the Internet are somewhat centralized +(e.g. the tree-like way of dividing the global IP address space or +coordinating the DNS hostnames). The currently dominant resource access +technology, the [[WWW]], is particularly oriented around centralized servers +and thus lacks the resilience of the underlying network. + +## Matter and energy + +The energy and material requirements of the Internet-related infrastructure +are of particular concern to permacomputing. + +TODO: Include information about research on the energy requirements of data +transmission etc.