- Internetworking
Internetworking involves connecting two or more distinct
computer network s or network segments via a common routing technology. The result is called an "internetwork" (often shortened to "internet").The most notable example of internetworking is the
Internet (capitalized), a network of networks based on many underlying hardware technologies, but unified by an internetworking protocol standard, called the Internet Protocol Suite (TCP/IP ).The network elements used to connect individual networks are known as
routers , but were originally called
gateways, a term that was deprecated in this context, due to confusion with functionally different devices using the same name.The interconnection of networks with bridges (link-layer devices) is sometimes incorrectly termed "internetworking", but the resulting system is simply a larger, single
subnetwork , and no internetworking protocol (such as IP) is required to traverse it. However, a single computer network may be converted into an internetwork by dividing the network into segments and then adding routers between the segments.The original term for an internetwork was
catenet . Internetworking started as a way to connect disparate types of networking technology, but it became widespread through the developing need to connect two or morelocal area network s via some sort ofwide area network . The definition now includes the connection of other types of computer networks such aspersonal area network s.IP only provides an unreliable (i.e., not guaranteed) packet service across an internet. To transfer data reliably, applications must utilize a Transport Layer protocol, such as
Transmission Control Protocol (TCP), which provides areliable stream . Some applications use a simpler transport protocol,User Datagram Protocol (UDP) for tasks which do not require reliable delivery of data or that require real-time service, such asvideo streaming .cite book
last =Teare
first = Diane
authorlink =
coauthors =
title = 'Designing Cisco Networks'
publisher = Cisco Press
date = July 1999
location = Indianapolis
url = http://www.cisco.com/en/US/tech/tk1330/tsd_technology_support_technical_reference_chapter09186a0080759781.html
doi =
id = ]Networking models
Two architectural models are commonly used to describe the protocols and methods used in internetworking.The
Open System Interconnection (OSI) reference model was developed under the auspices of theInternational Organization for Standardization (ISO) and provides a rigorous description for layering protocol functions from the underlying hardware to the software interface concepts in user applications. Internetworking is implemented inLayer 3 (Network Layer ) of the model.The
Internet Protocol Suite , also called theTCP/IP model, of the Internet was not designed to conform to this model and does not refer to it in any of the normative specifications (Requests for Comment ) andInternet standard s. Despite similar appearance as a layered model, it uses a much less rigorous, loosely defined architecture that concerns itself only with the higher level aspects of networking, i.e. it does not discuss hardware-specific low-level interfaces, other than assuming availability of a link-layer interface to the local network link. Internetworking is facilitated by the protocols of itsInternet Layer .ee also
*
History of the Internet
*Internet
*Internet Protocol Suite References
External links
Wikimedia Foundation. 2010.