See also: Internet history
RFC 1941 - Frequently Asked Questions for Schools (1996) defines Internet in the following way.
The Internet is a large and rapidly growing worldwide network comprised of smaller computer networks, all linked by a common protocol, that enables computers of different types to exchange information. The networks are owned by countless commercial, research, government, and education organizations and individuals. The Internet allows the almost 5 million computers [...] and countless users of the system to collaborate easily and quickly either in pairs or in groups. Users are able to discover and access people and information, distribute information, and experiment with new technologies and services. The Internet has become a major global infrastructure used for education, research, professional learning, public service, and business.
There is a confusing variety of types of Internet access. These types of access are distinguished either by the services one can use (telnet, Gopher, FTP or File Transfer Protocol, World Wide Web) or by the technology underlying the access (the protocol, or rules the computers must follow in order to communicate with one another). The Internet is most clearly defined by its technology, but other technologies now offer access to many of the same Internet services, most notably electronic mail and the World Wide Web. The most important question for a user today is probably not "Am I on the
Internet?" but "Do I have access to the Internet services I want?"This text written in 1996 is still relevant. Current Internet has rather 500 Million connected computers and some services like Gopher are now almost extinct, but the confusing variety rather dramatically increased. E.g. just to understand the basics of video streaming one needs to talk to an expert.
Usually, one identifies five layers (also called the Internet protocol suite:
This is the layer which transfers data between adjacent network nodes in a wide area network or between nodes on the same local area network segment. E.g.
Over the same physical layer, one can can run several kinds of data links. (E.g. the now extinct AppleTalk local networking system was based on "LocalTalk")
In essence, the network layer is responsible for end to end (source to destination) packet delivery, whereas the data link layer is responsible for node to node (hop to hop) packet delivery. (Wikipedia)
The best known protocol is the Internet Protocol (IP). It breaks down a message to packets and can send them over through several nodes over a heterogeneous network (e.g. a mix of Ethernet, Wi-FI).
IP provides an unreliable service, i.e. data can arrive corrupt, out of order, be lost etc. Errors must be repaired at the next level, e.g. with TCP.
The Transport Layer is the second highest layer in the four and five layer TCP/IP reference models. It directly answers to the application layer and makes requests to the network layer and usually turns the unreliable and very basic service provided by the Network layer into a more powerful one. E.g. it can ensure that data arrive in the right order or can request that lost data are sent again.
The best known layers are TCP and UDP.
At this level, there are standards that define messages and data formats understood by specific applications running at each end of the communication.
Examples (there are many more !!)
At the technical level there are several avenues for which the reader may have an interest (and not all are necessarily specifically educational technologies, e.g.
For conceptual issues, either follow up the links in the technical articles or start with the Instructional design model article or the educational technology article which attemps to give an overview of the field.
Wikipedia includes an Internet portal that includes links to most conceptual and technical articles.
Sellers, J. and J. Robichaux (1996). Request for Comments: 1941 - Frequently Asked Questions for Schools, Internet Engineering Task Force (IETF), HTML