Computer Networks: Network, Is A Collection of
Computer Networks: Network, Is A Collection of
Computer Networks: Network, Is A Collection of
All interconnected devices must understand the network layer (layer 3),
because they are handling multiple subnets (the different colors). Those
inside the library, which have only 10/100 Mbit/s Ethernet connections to
the user device and a Gigabit Ethernet connection to the central router, could
be called "layer 3 switches" because they only have Ethernet interfaces and
must understand IP. It would be more correct to call them access routers,
where the router at the top is a distribution router that connects to the
Internet and academic networks' customer access routers.
Internetwork-
An Internetwork is the connection of two or more distinct computer
networks via a common routing technology. The result is called an
internetwork (often shortened to internet). Two or more networks connect
using devices that operate at the Network Layer (Layer 3) of the OSI Basic
Reference Model, such as a router. Any interconnection among or between
public, private, commercial, industrial, or governmental networks may also
be defined as an internetwork.
Internet-
The Internet is a global system of interconnected governmental, academic,
public, and private computer networks. It is based on the networking
technologies of the Internet Protocol Suite. It is the successor of the
Advanced Research Projects Agency Network (ARPANET) developed by
DARPA of the U.S. Department of Defense. The Internet is also the
communications backbone underlying the World Wide Web (WWW). The
'Internet' is most commonly spelled with a capital 'I' as a proper noun, for
historical reasons and to distinguish it from other generic internetworks.
Repeaters-
A repeater is an electronic device that receives a signal, cleans it from
the unnecessary noise, regenerates it and retransmits it at a
higher power level, or to the other side of an obstruction, so that
the signal can cover longer distances without degradation. In most
twisted pair Ethernet configurations, repeaters are required for
cable which runs longer than 100 meters. Repeaters work on the
Physical Layer of the OSI model.
Hubs-
A network hub contains multiple ports. When a packet arrives at one port, it
is copied unmodified to all ports of the hub for transmission. The destination
address in the frame is not changed to a broadcast address.[7] It works on the
Physical Layer of the OSI model.
Bridges-
A network bridge connects multiple network segments at the data link layer
(layer 2) of the OSI model. Bridges do send broadcasts to all ports except the
one on which the broadcast was received. However, bridges do not
promiscuously copy traffic to all ports, as hubs do, but learn which MAC
addresses are reachable through specific ports. Once the bridge associates a
port and an address, it will send traffic for that address to that port only.
Bridges learn the association of ports and addresses by examining the source
address of frames that it sees on various ports. Once a frame arrives through
a port, its source address is stored and the bridge assumes that MAC address
is associated with that port. The first time that a previously unknown
destination address is seen, the bridge will forward the frame to all ports
other than the one on which the frame arrived.
Switches-
A network switch is a device that forwards and filters OSI layer 2 datagrams
(chunk of data communication) between ports (connected cables) based on
the MAC addresses in the packets.[8] This is distinct from a hub in that it
only forwards the frames to the ports involved in the communication rather
than all ports connected. A switch breaks the collision domain but represents
itself a broadcast domain. Switches make forwarding decisions of frames on
the basis of MAC addresses. A switch normally has numerous ports,
facilitating a star topology for devices, and cascading additional switches.[9]
Some switches are capable of routing based on Layer 3 addressing or
additional logical levels; these are called multi-layer switches. The term
switch is used loosely in marketing to encompass devices including routers
and bridges, as well as devices that may distribute traffic on load or by
application content (e.g., a Web URL identifier).