Internet Protocol

From Parallel Library Services
Revision as of 16:57, 27 October 2021 by Gg (talk | contribs) (outline of several common internet protocols)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

An internet protocol is a set of rules that define how your computer interacts with another computer to retrieve or send the information needed.

The web is usually we use the HTTP protocol to access the web. You can see this at the beginning of the URL.

HTTP

HTTP generally works through centralised networks.

Information is stored and retrieved from central nodes.

Hyper, Dat (p2p)

Other protocols such as Hyper and Dat, facilitate a distributed web, in which information can be stored and retrieved from individual users.

Gopher, Gemini (small)

Gopher is a protocol that was developed around the same time as HTML and allows for a more menu-based hierarchical information resource.

Gemini is a new protocol designed to expand slightly on Gopher. The result is mostly text-based pages with styling controlled more by the browser software.

Finger, Telnet (other)

Other protocols facilitate different kinds of browsing. E.g. Finger, which was created as a way to pull up simple information about an internet user, and that people are now using as a form of slow blogging.