What Is Internetworking ?

Internetworkingarea networks via some sort of wide area
Internetworking involves connecting two or morenetwork. The definition now includes the
computer networks via gateways using aconnection of other types of computer networks
common routing technology. The result is called ansuch as personal area networks.protocol, such as
internetwork (often shortened to internet).The Internet Protocol is designed to provide an
The most notable example of internetworking isunreliable (i.e., not guaranteed) packet service
the Internet (capitalized), a network of networksacross the network. The architecture avoids
based on many underlying hardware technologies,intermediate network elements maintaining any
but unified by an internetworking protocolstate of the network. Instead, this function is
standard, the Internet Protocol Suite (TCP/IP).assigned to the endpoints of each communication
The network elements used to connect individualsession. To transfer data reliably, applications must
networks are known as routers, but wereutilize an appropriate Transport LayerTransmission
originally called gateways, a term that wasControl Protocol (TCP), which provides a reliable
deprecated in this context, due to confusion withstream. Some applications use a simpler,
functionally different devices using the sameconnection-less transport protocol, User Datagram
name.Protocol (UDP), for tasks which do not require
The interconnection of networks with bridges (linkreliable delivery of data or that require real-time
layer devices) is sometimes incorrectly termedservice, such as video streaming
"internetworking", but the resulting system isNetworking models
simply a larger, single subnetwork, and noTwo architectural models are commonly used to
internetworking protocol (such as IP) is required todescribe the protocols and methods used in
traverse it. However, a single computer networkinternetworking. The Open System
may be converted into an internetwork byInterconnection (OSI) reference model was
dividing the network into segments and thendeveloped under the auspices of the International
adding routers between the segments.Organization for Standardization (ISO) and
The original term for an internetwork wasprovides a rigorous description for layering
catenet. Internetworking started as a way toprotocol functions from the underlying hardware
connect disparate types of networkingto the software interface concepts in user
technology, but it became widespread through theapplications. Internetworking is implemented in
developing need to connect two or more localLayer 3 (Network Layer) of the model.