Learn about computer networks - types (LAN/WAN), topologies, protocols (TCP/IP), and how they work. Essential guide for networking beginners with diagrams.
A wide-area network (WAN) is a collection of local-area networks (LANs) or other networks that communicate with one another.
A WAN is essentially a network of networks, with the Internet the world’s largest WAN.
These connect LANs across geographically dispersed locations, often using the internet as the backbone. Think of connecting all the branches of a bank across different cities – that’s a WAN!
A network switch forwards data packets between devices. Switches send packets directly to devices, rather than sending them to networks like a router does.
Unlike a router, a switch only sends data to the single device it is intended for (which may be another switch, a router, or a user’s computer), not to networks of multiple devices.
the set of rules that governs how data is transmitted across networks.
TCP/IP: This suite of protocols defines how data is formatted, addressed, transmitted, and received across networks. It’s like the set of rules that everyone on the network follows to communicate effectively.
The internet: How it works and how to access it
Internet
The Internet is a network of networks.
The internet is a global network of interconnected computers, servers, phones, and other devices.
The internet works by using a packet routing network that follows Internet Protocol (IP) and Transport Control Protocol (TCP).
Imagine the internet as a massive highway system, but instead of cars, it’s data packets zipping back and forth. These packets carry information like emails, videos, and website content. Here’s the basic flow:
Your Action: You search for something online, type an email, or watch a video.
Data Breakdown: Your device converts your action into digital data and breaks it into smaller packets.
Addressing: Each packet gets a unique IP address, like a street address, identifying its origin and destination.
Routing: Routers, acting as traffic cops, guide the packets through the network of interconnected computers and cables.
Reaching the Destination: The packets arrive at the targeted server (a computer storing the information you requested).
Reassembly: The server reassembles the packets back into the original data.
Delivery: You receive the information on your device – website content loads, email displays, or video plays.
Accessing the Internet:
Connection: Wi-Fi, Ethernet cable, cellular data, or satellite.
Device: Smartphone, computer, tablet, smart TV, etc.
Internet Service Provider (ISP): A company that grants you access to the internet for a fee.
Ways to Connect:
Wi-Fi: Most convenient, connects wirelessly to a router.
Ethernet: Faster and more reliable, uses cables for direct connection.
Cellular Data: Access the internet anywhere with mobile network coverage.
Satellite: Reaches remote areas but can be slower and expensive.
Network topology refers to the arrangement of different elements (links, nodes, etc.) in a computer network. There are several types of network topologies, each with its own advantages and disadvantages. Here, we’ll discuss some common network topologies:
1. Bus Topology
In a bus topology, all devices are connected to a single central cable, known as the bus or backbone. Data sent by any device travels along the bus and is received by all devices, but only the intended recipient accepts and processes the message.
Advantages:
Easy to install and extend.
Requires less cable than other topologies.
Disadvantages:
If the main cable fails, the entire network goes down.
In a ring topology, each device is connected to two other devices, forming a circular network structure. Data travels in one direction (or both directions in a dual-ring topology) and passes through each device until it reaches its destination.
Advantages:
Data packets travel at high speed.
No data collisions (because of the unidirectional flow).
Disadvantages:
A failure in any cable or device breaks the loop and can disable the entire network.
Difficult to troubleshoot and reconfigure.
4. Mesh Topology
In a mesh topology, each device is connected to every other device in the network. This can be a full mesh (every device is connected to every other device) or a partial mesh (some devices are connected to all, while others are connected to only a few).
Advantages:
Provides high redundancy and reliability.
Failure of one link doesn’t affect the entire network.
Disadvantages:
Expensive due to the large number of cables and ports required.
Each network topology has its own specific use cases, advantages, and drawbacks. The choice of topology depends on factors like the size and scale of the network, budget, desired performance, and ease of maintenance. Understanding the characteristics of each topology helps in designing efficient and robust networks.
Fill in the blanks
A _____ is a device that connects two or more IP networks or subnetworks.
True/False (Mark T for True and F for False)
A star topology connects each node directly to a central hub.
Wi-Fi is a standard for wired networking.
The main function of a firewall is to monitor and control incoming and outgoing network traffic.
HTTPS is used for secure communication over a computer network.
HTTP is used for secure communication over a computer network.
In a bus topology, all devices are connected to a single central cable.
A mesh topology has a central hub where all nodes are connected.
Ethernet is a standard for wireless networking.
Answers:
True
False
True
True
False
True
False
False
Multiple Choice (Select the best answer)
What is the primary function of a network in computing?
A. To store large amounts of data
B. To enable communication between different devices
C. To execute complex mathematical operations
D. To manage user authentication and authorization
Which of the following topologies connects each node to a central hub/switch?
A. Ring topology
B. Mesh topology
C. Star topology
D. Bus topology
Which type of network is typically used within a single building or campus?
A. WAN (Wide Area Network)
B. LAN (Local Area Network)
C. MAN (Metropolitan Area Network)
D. PAN (Personal Area Network)
Which device is used to connect different networks together?
A. Switch
B. Hub
C. Router
D. Repeater
What does the acronym “IP” stand for in networking?
A. Internet Protocol
B. Internal Program
C. Interface Packet
D. Interconnected Process
Which of the following is a wireless networking standard?
A. Ethernet
B. Token Ring
C. Wi-Fi
D. Fiber Optic
Which device regenerates and amplifies signals in a network?
A. Router
B. Hub
C. Repeater
D. Switch
What is the primary function of a firewall in a network?
A. To manage user passwords
B. To encrypt data
C. To monitor and control incoming and outgoing network traffic
D. To provide a wireless connection
What type of network spans a large geographic area, such as a city or country?
A. LAN
B. WAN
C. PAN
D. CAN
What does SSL stand for?
A. Secure Socket Layer
B. Standard Security Layer
C. Secure Shell Layer
D. Simple Secure Layer
Which type of network cable uses light to transmit data?
A. Coaxial cable
B. Twisted pair cable
C. Fiber optic cable
D. Ethernet cable
Exercises
Review Questions
What is a Computer Network?
What is a wide area network (WAN)?
Answer: A WAN, or wide area network, is a collection of connected LANs. It is a widespread network of local networks. A WAN can be any size, even thousands of miles wide; it is not restricted to a given area.
What is a LAN (local area network)?
Write a note on Local Area Networks (LAN) and Wide Area Networks (WAN).
What is a Network switch?
What is a router?
What is the difference between a LAN and a WAN?
Can you explain what the internet is and how it allows computers to connect and share information?
What is Internet?
Explain how the Internet works.
What is network topology and why is it important?
Describe the star topology.
What are the advantages and disadvantages of a bus topology?
What are the advantages and disadvantages of Star Topology
Define Star Topology and discuss its advantages and disadvantages.
Define Star and Bus Topologies, illustrate each with a diagram, and discuss their advantages and disadvantages in detail.
What are the benefits of a mesh topology?
What are the advantages and disadvantages of Mesh Topology
What is TCP/IP and why is it significant in networking
What are some common ways to connect to the internet?
What is the primary function of a firewall in a network
Answer: The primary function of a firewall is to monitor and control incoming and outgoing network traffic based on predetermined security rules.