| • Science | • People | • Locations | • Timeline |
(Connecting together networks with bridges is sometimes mistakenly called internetworking, but this is not accurate, as the resulting system mimics a single subnetwork, and no internetworking protocol, such as IP, is required to traverse it.)
Internetworking started as a way to connect disparate types of networking technology, but it became widespread through the developing need to connect two or more local area networks via some sort of wide area network. The definition now includes the connection of other types of computer networks such as personal area networks.
The most notable example of internetworking in practice is the Internet, which is a network of networks running different low-level protocols, unified by an internetworking protocol, the Internet Protocol (IP). IP only provides an unreliable packet service across the internet; to reliably transfer data streams, a Transport layer protocol (such as TCPTransmission Control Protocol (TCP is a connection-oriented, reliable delivery byte-stream transport layer communication protocol, currently documented in IETF RFC 793. It does the task of the transport layer in the simplified OSI model of computer networ) must be used. This is part of why we commonly refer to TCP and IP together, as " TCP/IP". Some applications occasionally use a simpler Transport layer protocol (called UDPThe User Datagram Protocol UDP is a minimal message-oriented transport layer protocol that is currently documented in IETF RFC 768. In the TCP/IP model, UDP provides a very simple interface between a network layer below and an application layer above.) for tasks which do not require absolutely reliable delivery of data, such as video streaming .