What Is A Computer Networking and Network Device?
What Is A Computer Networking and Network Device?
1. Hub
A hub connects multiple Ethernet devices into a single network segment. It
operates at the physical layer (Layer 1) of the OSI model and broadcasts
incoming data to all connected ports except the one it received from. A host is a
device which sends or receives the data. Examples are PCs, Laptops, Mobile
Phones, Printers, etc.
2. Switch
A switch operates at the data link layer (Layer 2) of the OSI model. It uses MAC
addresses to forward data packets between devices within a LAN, improving
network efficiency by reducing collisions and segmenting traffic into separate
collision domains.
3. Repeater
A repeater strengthens weakened signals in a network cable by regenerating
them at their original strength. This allows signals to travel longer distances
without degradation3. Repeaters operate at Layer 1 of the OSI model.
4. Bridge
Bridges connect two segments of a network using the same protocol and
operate at the data link layer (Layer 2). They filter traffic based on MAC
addresses, reducing congestion by dividing networks into smaller segments.
5. Router
Routers connect multiple networks together and route traffic between them
using IP addresses at the network layer (Layer 3) of the OSI model. They enable
communication between different subnets or networks.
Types of Network
2. Local Area Network (LAN) - covers a small local area such as a home, office, other
building, or small group of buildings. LANs can use wired (most likely Ethernet) or
wireless (most likely Wi-Fi, also called 802.11) technologies. A LAN is used for
workstations, servers, printers, and other devices to communicate and share resources.
Figure 3: Local Area Network
3. Wireless LAN (WLAN) - covers a limited geographical area and is popular in places where
networking cables are difficult to install, such as outdoors, in public places, and in homes that
are not wired for networks. They are also useful in hotel rooms.
5. Metropolitan Area Network (MAN) - covers a large campus or city. (A small MAN is
sometimes called a CAN or campus area network.) Network technologies used can be wireless
(most likely LTE or WiMAX) and/or wired (for example, Ethernet with fiber-optic cabling).
Figure 6: Metropolitan Area Network
6. Wide Area Network (WAN) - covers a large geographical area and is made up of
many smaller networks. The best-known WAN is the Internet. Some technologies used
to connect a single computer or LAN to the Internet include DSL, cable Internet,
satellite, cellular WAN, and fiber optic.
8. Virtual Private Network (VPN) - a computer network in which some of the links
between nodes are carried by open connections or virtual circuits in some larger
network (e.g., the Internet) instead of by physical wires. The data link layer protocols of
the virtual network are said to be tunneled through the larger network when this is the
case. One common application is secure communications through the public Internet,
but a VPN need not have explicit security features, such as authentication or content
encryption.
There are two major categories of Network Topology i.e. Physical Network
topology and Logical Network Topology. Physical Network Topology refers to the
actual structure of the physical medium for the transmission of data. Logical
network Topology refers to the transmission of data between devices present in
the network irrespective of the way devices are connected. The structure of the
network is important for the proper functioning of the network. One must
choose the most suitable topology as per their requirement.
Mesh Topology
Star Topology
Bus Topology
Ring Topology
1. Mesh Topology
In a mesh network, each node (a computer or other device that uses the
network) on the network is responsible for sending and receiving transmissions
to any other node to which it wants to communicate without a central point of
communication. When each node connects to every node on the network, the
network is called a fully connected mesh topology.
2. Ring Network
In a ring network, nodes form a ring. Really old IBM Token Ring networks worked
by passing a token around the ring. This topology is seldom used today because
one down computer or a broken cable can halt all communication on the ring.
3. Bus Network
Another old topology is a bus network whereby all computers are connected in a
sequential line. The bus network worked better than a ring network because one
down computer does not prevent other computers from communicating on the
bus. However, a broken cable can still bring down an entire bus network.
4. Star Network
A star network uses a centralized device to manage traffic on the network. This
centralized device can be a switch or hub that offers multiple network ports or
wireless connections. (Hubs are not as efficient as switches and no longer sold
even though you might still see a hub in use.) Star networks are almost totally
used for LANs today. An advantage of a star network is that one down computer
or one broken cable does not bring down the entire network. When a star
network uses multiple switches in sequence, the switches form a bus network,
and the network topology is called a star bus network or a hybrid network.