ICT
ICT
Networking fundamentals focus on different types of networks, each designed for specific scales and
purposes:
A LAN connects devices within a small geographic area, like a single building or a school.
It is typically used for sharing resources such as files, printers, or internet access between devices
(computers, tablets, etc.).
Example: A school's computer lab where all computers are linked together.
A WAN covers a large geographic area, such as cities, countries, or even continents.
The internet is the largest example of a WAN. It connects multiple LANs across vast distances.
WANs often use public networks (like telephone lines or satellite links) and are more complex to set
up and maintain.
Example: A multinational company with offices in different countries, all connected to a central
network.
A MAN covers a larger area than a LAN but smaller than a WAN, typically a city or a large campus.
A PAN is a small network designed for personal use, usually within a range of a few meters.
It connects personal devices like smartphones, laptops, and wearable devices (like smartwatches).
Example: Bluetooth connections between a phone and wireless earphones.
Network topology refers to the arrangement or structure of a network, dictating how different devices
(nodes) are connected.
Star Topology:
The hub directs traffic between devices. If the central hub fails, the whole network is affected, but
failure of one device won’t affect the others.
Star topology is commonly used in LANs due to its simplicity and ease of troubleshooting.
Example: Home networks where computers, printers, and routers are connected via a central hub.
Ring Topology:
In a ring topology, devices are connected in a circular fashion, with each device linked to two others.
The network can be disrupted if any device or connection in the ring fails, though some ring
networks use dual rings to provide redundancy.
Bus Topology:
In a bus topology, all devices share a single communication line or cable (the "bus").
Data sent by one device is received by all devices until it reaches the intended recipient.
Bus topology is inexpensive and easy to install but can become slow or unreliable with many devices
connected.
Example: Small office networks or older LAN setups.
Mesh Topology:
It provides high redundancy, meaning if one connection fails, data can still be routed through other
connections.
Mesh topologies are very reliable but also expensive and complex to set up, making them ideal for
critical systems like military networks.
These devices are essential for building and maintaining networks, enabling communication and
data transfer between different devices.
Routers:
A router connects different networks and directs data between them, ensuring it reaches the correct
destination.
Routers are essential for connecting a local network to the internet, and they may also provide
wireless (Wi-Fi) capabilities.
Switches:
A switch connects devices within a single network (such as a LAN) and allows them to
communicate.
It works by sending data only to the specific device (rather than broadcasting to all devices like a
hub).
Modems:
A modem (modulator-demodulator) converts digital data from a computer into a format that can be
transmitted over a telephone line, cable, or fiber optic connection and vice versa.
It acts as a bridge between your home network and your internet service provider (ISP).
Modems are often combined with routers in a single device, allowing both internet access and
network connection for multiple devices.
Example: The modem provided by your ISP that connects your home to the internet.
Servers:
A server is a computer or device that provides services and resources (such as files, web hosting, or
applications) to other devices (clients) in a network.
Servers are designed to manage network resources efficiently and are often more powerful than
regular computers.
Example: A web server hosting a website or an email server handling an organization’s email
system.