Chapter 1: Computer Network and Communication

How computers connect, talk, and share: the backbone of the digital world.

1 Introduction to Communication

Communication is the process of exchanging information, ideas, thoughts, or feelings between two or more people or devices through a common medium.

Whenever you talk to a friend, write a letter, or send a message on a phone, communication is taking place. There must always be at least two parties: a sender and a receiver, and a way for the message to travel from one to the other.

Basic forms of communication

  • Verbal communication: speaking, conversations.
  • Non-verbal communication: gestures, facial expressions, body language.
  • Written communication: letters, emails, books.
  • Visual communication: pictures, diagrams, videos.
Basic communication process diagram

2 Telecommunication

Telecommunication is the exchange of information or messages over a long distance using electronic or electromagnetic means such as telephone, radio, television, or the Internet.

The word "tele" means distant. So telecommunication literally means "communication at a distance". It allows people who are far apart to share voice, video, text, or data instantly.

Common examples

πŸ“ž

Telephone

Voice calls between two people over wires or wireless.

πŸ“Ί

Television

Broadcasting of audio and video signals.

πŸ“‘

Radio

One-way broadcast of audio using radio waves.

🌐

Internet

Global telecommunication network used today.

3 Data Communication

Data communication is the process of transferring data (text, numbers, images, audio, video) from one device to another through a transmission medium such as a cable or wireless signal.

Whenever you send a WhatsApp message, download a file, or watch a YouTube video, data communication is happening between your device and a remote computer.

Remember: Communication can be human-to-human, but data communication is specifically between electronic devices.
Data communication diagram between devices over a network

4 Elements of Data Communication

Data communication has five essential elements. Without any one of them, the communication cannot take place.

πŸ“„

1. Data / Message

The actual information to be sent: text, numbers, image, audio, video.

πŸ“€

2. Sender

The device that originates and sends the message (computer, phone, etc.).

πŸ”Œ

3. Medium

The physical path through which the message travels (cable, air, fiber).

πŸ“₯

4. Receiver

The device that receives the message.

πŸ“‹

5. Protocol

A set of rules that govern how data is sent and received between devices.

Exam tip: Easy way to remember: Message, Sender, Medium, Receiver, Protocol.
Five elements of data communication: message, sender, medium, receiver, and protocol

5 Modes of Data Transmission

Based on the direction of data flow, transmission can be of three types:

1. Simplex

Data flows in only one direction. The sender can only send and the receiver can only receive.

Examples: Radio broadcast, television, keyboard to computer.

2. Half-Duplex

Data can flow in both directions, but only one direction at a time. When one side is sending, the other must wait.

Examples: Walkie-talkie, push-to-talk systems.

3. Full-Duplex

Data flows in both directions simultaneously. Both parties can send and receive at the same time.

Examples: Telephone call, video call, modern (full-duplex) Ethernet connections.

Exam tip: Simplex = one-way, Half-duplex = one-way at a time, Full-duplex = both ways together.
Diagram of simplex, half-duplex, and full-duplex transmission modes

6 Broadband

Broadband is a high-speed internet connection that is always on and provides much faster data transmission than older dial-up connections.

The word "broadband" comes from "broad bandwidth", meaning a wide range of frequencies is used to carry a large amount of data quickly. Broadband can carry voice, video and data at the same time.

Example: A home fiber connection (e.g. from WorldLink or Vianet in Nepal) that stays connected 24/7 is broadband; the old dial-up modem that you had to "connect" each time was not.

7 Types of Broadband

TypeDescription
DSL (Digital Subscriber Line)Uses ordinary copper telephone lines to deliver high-speed internet.
ADSL (Asymmetric DSL)A type of DSL where download speed is faster than upload speed.
Cable BroadbandUses the same coaxial cable that provides cable TV service.
Fiber Optic BroadbandUses thin glass strands to send data as pulses of light: the fastest and most reliable, and most common for new home connections today.
Satellite BroadbandInternet service delivered through communication satellites, useful in remote areas.
Fixed Wireless BroadbandInternet delivered to a fixed location via radio signals from a nearby tower (WiMAX is one example of this).
Mobile BroadbandInternet via cellular networks (3G/4G/5G) on mobile phones and dongles.
Note: Wi-Fi is not a type of broadband. It is a wireless local networking technology used to distribute an existing broadband connection (fiber, DSL, cable, or mobile) to nearby devices.

8 Bandwidth

Bandwidth is the maximum amount of data that can be transmitted over a communication channel in a given period of time.

It is usually measured in bits per second (bps), Kbps (kilobits/second), Mbps (megabits/second), or Gbps (gigabits/second).

Analogy: Think of bandwidth as the width of a water pipe. A wider pipe lets more water (data) flow at once.
Important: Bandwidth sets the maximum possible data rate, but it is not the only thing that decides real speed. Latency, network congestion, signal quality and protocol overhead also affect how fast data actually arrives.

9 Throughput

Throughput is the actual amount of data successfully transmitted from one point to another in a given time.

Throughput is always less than or equal to bandwidth because of real-world factors such as network traffic, errors, signal loss, and protocol overhead.

In short: Bandwidth = maximum capacity. Throughput = actual delivered speed.

10 Latency

Latency is the time delay for data to travel from the sender to the receiver, usually measured in milliseconds (ms).

Low latency means very little delay; high latency means a noticeable lag. Latency and bandwidth are different: you can have high bandwidth but still feel lag if latency is high.

Example: In an online game, low latency (low "ping") makes the game feel instant; high latency causes delay between pressing a key and seeing the action. The ping command shows latency.
Exam tip: Bandwidth = how much data per second; Latency = how long each bit takes to arrive.

11 Upload Speed vs Download Speed

Download speed is how fast data comes from the internet to your device. Upload speed is how fast data goes from your device to the internet.

Many home connections are asymmetric: download speed is higher than upload speed, because users usually download more than they upload.

Download (getting data)Upload (sending data)
Watching YouTube / Netflix.Posting a video or photo.
Opening a web page.Sending an email attachment.
Installing an app.Joining a video call (your camera feed).
Exam tip: Download = data coming in; Upload = data going out. Fiber connections often give equal (symmetric) upload and download speeds.

12 Mobile Network (1G β†’ 5G)

Mobile networks have evolved through several "generations" (G). Each generation brought faster speeds and new features.

GenerationYear (approx.)Main Feature
1G1980sAnalog voice calls only. Poor quality, no data.
2G1990sDigital voice + SMS (MMS and basic data came with 2.5G). GSM/CDMA technology.
3G2000sMobile internet, video calls, faster data.
4G (LTE)2010sHigh-speed internet, HD video streaming, gaming.
5G2019 onwardUltra-fast speed, very low latency, IoT, smart cities.
Exam tip: Each "G" mainly improved speed and latency. 5G is known for very low latency and connecting many IoT devices.
Evolution of mobile networks from 1G to 5G

13 Data Packets and Their Features

A data packet is a small unit of data that is sent across a computer network. When you send a file or message, it is broken into many small packets, each one travelling to the destination.

Features of Data Packets

  • Each packet contains a piece of the actual data (called the payload).
  • Each packet has a header with information like sender address, receiver address and sequence number.
  • Packets can take different paths to reach the destination.
  • At the destination, packets are reassembled in the correct order using their sequence numbers.
Important: If a packet is lost, whether it is resent depends on the protocol. TCP detects the loss and retransmits the missing packet, but UDP does not retransmit (it is used where speed matters more than perfection, like live video or online games).

14 Packet Switching vs Circuit Switching

Packet switching breaks data into packets that travel independently and may take different paths. Circuit switching sets up one fixed, dedicated path that stays reserved for the whole communication.
Packet SwitchingCircuit Switching
Data is split into packets.Data flows over one continuous connection.
No single fixed path; packets share the network.A dedicated path is reserved end-to-end.
Efficient: the line is shared by many users.Line is busy even during silence.
Used by the Internet.Used by the traditional telephone (PSTN) system.
Exam tip: The Internet uses packet switching; old landline phone calls used circuit switching.

15 Frequency

Frequency means how many times a signal repeats in one second. It is measured in Hertz (Hz).

1 Hz = 1 cycle per second. A wider range of frequencies (more bandwidth) can usually carry more data. Common units:

  • kHz (kilohertz) = 1,000 Hz
  • MHz (megahertz) = 1,000,000 Hz
  • GHz (gigahertz) = 1,000,000,000 Hz

For example, Wi-Fi commonly uses the 2.4 GHz and 5 GHz frequency bands (and newer Wi-Fi also uses 6 GHz).

16 Communication Channel / Transmission Media

Transmission media (or communication channel) is the physical path through which data signals travel from sender to receiver.

Without transmission media, data cannot move from one device to another. It can be a physical cable or open air carrying electromagnetic waves.

17 Types of Communication Media

Communication media is broadly classified into two main types:

πŸ”Œ

1. Wired / Guided Media

Data travels through a physical cable. Examples: UTP, STP, Coaxial, Fiber Optic.

πŸ“‘

2. Wireless / Unguided Media

Data travels through open air using electromagnetic waves. Examples: Radio waves, Microwaves, Infrared, Wi-Fi, Bluetooth, Satellite.

18 Wired (Guided) Media

The main types of wired cable are:

Cable TypeDescription
UTP (Unshielded Twisted Pair)Pairs of copper wires twisted together without shielding. Cheap, easy to install, common in LANs.
STP (Shielded Twisted Pair)Twisted pairs covered with metal shielding. Better resistance to electrical noise.
Coaxial CableA single copper conductor surrounded by insulation and a metal shield. Used for cable TV and older networks.
Fiber Optic CableMade of thin strands of glass or plastic that carry data as light pulses. Extremely fast, long distance, immune to electrical interference.

Twisted-pair cables also come in categories (standards) based on their speed and quality. A category is not a separate cable type: a CAT cable can be built as UTP or STP.

CategoryDescription
CAT5e (Category 5e)Supports up to 1 Gbps. Common in older home and office networks.
CAT6 (Category 6)Supports up to 1 Gbps (and 10 Gbps over short distances). Widely used today.
CAT6A (Category 6 Augmented)Supports 10 Gbps over longer distances with better noise protection.
Exam tip: UTP, STP, Coaxial and Fiber are cable types; CAT5e, CAT6, CAT6A are categories (standards) of twisted-pair cable.
Types of wired cables used for networking

19 Wireless (Unguided) Media

Wireless media carry signals through open air as electromagnetic waves. The main kinds are radio waves, microwaves and infrared; technologies like Wi-Fi, Bluetooth and satellite are built on top of these.

πŸ“»

Radio Waves

Travel long distances in all directions and pass through walls. Used by FM radio, TV broadcast, etc.

πŸ“‘

Microwaves

High-frequency waves that travel in a straight line between two antennas. Used by Mobile phones, WI-FI, radar etc.

πŸ”¦

Infrared

Short-range waves that cannot pass through walls. Used by TV remotes and some older device links.

πŸ“Ά

Wi-Fi

Wireless networking technology that uses radio waves (2.4/5/6 GHz) to connect devices within a limited area.

πŸ”΅

Bluetooth

Short-range radio technology (about 10 m) for connecting devices like headphones, keyboards and mouse.

🏷️

RFID

Radio Frequency Identification: uses radio waves to read tags on objects. Used in tracking, ID cards and shopping.

πŸ›°οΈ

Communication Satellite

Satellites in space receive signals from Earth and re-transmit them to other locations. Used for TV, GPS and internet.

Exam tip: Remember the three basic wireless media: radio waves, microwaves, infrared.

20 Difference between Guided and Unguided Media

Guided (Wired) MediaUnguided (Wireless) Media
Uses physical cables.Uses open air / electromagnetic waves.
Signals travel along a defined path.Signals travel through open space.
More secure and reliable.Less secure, more prone to interference.
Limited mobility.High mobility: move freely.
Examples: UTP, STP, Coaxial, Fiber Optic.Examples: Radio waves, Microwaves, Infrared, Wi-Fi, Satellite.

21 Connector: RJ-45 (8P8C)

The connector at the ends of twisted-pair (UTP/STP) network cables is an 8P8C (8-position, 8-contact) connector, almost always called RJ-45 in everyday use.

It looks similar to a telephone connector (RJ-11) but is wider because it uses 8 positions instead of 4 or 6. These connectors are used to plug Ethernet cables into computers, switches, routers and modems.

Note: Strictly speaking, "RJ-45" was a telephone wiring standard; the connector used for Ethernet is technically 8P8C. However, almost everyone calls it RJ-45, so both terms refer to the same network connector.
RJ-45 Ethernet connector

22 Media Converter

A media converter is a networking device that converts signals from one type of transmission media to another: most commonly between copper (Ethernet) and fiber optic cable.

Features

  • Connects two different types of media into one network.
  • Extends the distance of a network beyond the limit of copper cable (typically 100 m).
  • Operates at the Physical layer of the OSI model.
  • Available in different speeds (10/100/1000 Mbps).
  • Compact, low-cost and easy to install.
Example: Joining a long fiber run from a building's main switch to a copper Ethernet cable that plugs into a computer.

23 Networking Devices

πŸ”

Repeater

Receives a weak signal, regenerates (cleans and rebuilds) it, and retransmits it. Used to extend the length of a network.

πŸ”Œ

Hub

A simple device that connects multiple computers. It broadcasts incoming data to all connected devices. Now outdated.

πŸ”€

Switch

An intelligent device that sends data only to the specific destination device using MAC addresses.

πŸŒ‰

Bridge

Connects two or more LAN segments and filters traffic based on MAC addresses.

🌐

Router

Connects different networks together and forwards data packets using IP addresses. Found in every home internet setup.

πŸ“ž

Modem

Modulator–Demodulator: converts digital signals from your computer into a form that travels over the ISP's line, and back again. It connects your home to the Internet.

πŸ“Ά

Wireless Access Point (WAP)

Lets Wi-Fi devices join a wired network by providing a wireless signal. Home routers usually include a built-in access point.

πŸ’³

NIC (Network Interface Card)

The hardware inside a device that connects it to a network (wired or wireless). Every NIC has a unique MAC address.

Exam tip: Repeaters regenerate digital signals (they do more than just amplify). A switch uses MAC addresses (Layer 2); a router uses IP addresses (Layer 3).

24 Difference between Switch and Hub

HubSwitch
Broadcasts data to all ports.Sends data only to the specific destination port.
Works at Physical layer (Layer 1).Works at Data Link layer (Layer 2).
Slower and less secure.Faster and more secure.
Cannot identify devices.Identifies devices using MAC addresses.
Cheaper but outdated.More expensive, widely used today.

25 Difference between Router and Switch

SwitchRouter
Works within a single network (LAN).Connects two or more different networks.
Uses MAC addresses.Uses IP addresses.
Works at Data Link layer (Layer 2).Works at Network layer (Layer 3).
Cannot connect to the Internet directly.Connects local network to the Internet.
Forwards frames.Forwards packets.

26 Network Topologies

Network Topology is way of connecting computer and other devices in a network.

1. Bus / Linear Topology

All devices are connected to a single central cable called the backbone (bus). Cheap and easy to install, but if the main cable fails, the whole network fails.

2. Star Topology

All devices are connected to a central hub or switch. If one cable fails, only that device is affected. Most widely used in offices and schools today.

3. Ring Topology

Each device is connected to two others, forming a closed ring. Data may travel in one direction (unidirectional) or both directions (bidirectional, as in dual-ring networks). A break in the ring can affect the whole network.

4. Mesh Topology

Every device is connected to many (or all) other devices, giving multiple paths for data. Very reliable: if one link fails, data uses another path. Used in the Internet backbone and modern Wi-Fi mesh systems. Drawback: needs a lot of cabling/links.

5. Tree (Hierarchical) Topology

Devices are arranged like a tree, with a root node and branches of star-connected groups. Common in large organisations and school networks because it is easy to expand and manage.

6. Hybrid Topology

A combination of two or more different topologies (e.g., star + bus). Flexible and scalable but more complex to design.

Exam tip: Star = central device; Mesh = many paths (most reliable); Tree = hierarchy; Hybrid = mix of topologies.
Network topology diagrams including bus, star, ring, and hybrid

27 Introduction to Computer Network

A computer network is a group of two or more computers and devices connected together so they can share data, resources and services.

Computer networks make it possible to share files, printers, internet connections and applications. Networks can be small (between two computers in a room) or huge (millions of computers across the world, like the Internet).

28 Services provided by Computer Network

πŸ’¬

Message Services

Send and receive messages: email, chat, instant messaging.

πŸ“

File Services

Share, transfer and store files between users.

πŸ–¨οΈ

Print Services

Multiple users can share a single printer over the network.

πŸ’»

Application Services

Run shared applications (like accounting software) on the network.

πŸ—„οΈ

Database Services

Centralised database accessed by many users.

βš™οΈ

Network Management Services

Monitoring, configuration and maintenance of the network.

πŸ”’

Security Services

Firewalls, authentication, encryption to protect data.

29 Types of Computer Network

TypeCoverageExample
PAN (Personal Area Network)A few meters (around a person)Bluetooth between phone & headphones.
LAN (Local Area Network)Within a building / campusSchool computer lab, office network.
MAN (Metropolitan Area Network)Within a cityCity-wide cable TV / ISP network.
WAN (Wide Area Network)Country / world-wideA bank's offices across the country connected together.
Note: The Internet is the largest example often linked to WAN, but more precisely it is a global network of interconnected networks ("network of networks"), not a single WAN.
Comparison of PAN, LAN, MAN, and WAN network coverage

30 Terms used in Computer Network

Client

A computer or device that requests services or resources from a server.

Server

A powerful computer that provides services, files or resources to clients.

Node

Any device (computer, printer, phone, etc.) connected to a network.

Workstation

A high-performance computer used by an end user, usually connected to a network.

NIC

Network Interface Card: the hardware that connects a device to a network and carries its unique MAC address.

31 Advantages and Limitations of Computer Network

Advantages

  • Resource sharing: printers, scanners, internet, files.
  • Fast and easy communication (email, chat, video call).
  • Centralised data storage and easy backup.
  • Saves money by sharing hardware and software.
  • Centralised software management and updates.

Limitations

  • Installation cost can be high for large networks.
  • Security risks: virus, hacking, data theft.
  • If the server fails, many users are affected.
  • Needs skilled technicians to maintain.
  • Heavy traffic can slow down the network.

32 Network Architecture

1. Client-Server Architecture

One powerful computer (the server) provides resources, files or services to many other computers (clients). All requests go through the server.

2. Peer-to-Peer (P2P) Architecture

All computers in the network are equal; there is no dedicated server. Each computer can act as both client and server, sharing files directly with others.

Comparison diagram of client-server and peer-to-peer architectures

33 Difference: Client-Server vs Peer-to-Peer

Client-ServerPeer-to-Peer
Has a dedicated server.No dedicated server: all peers are equal.
More secure and centrally managed.Less secure, hard to manage.
Expensive (needs server hardware).Cheaper, easy to set up.
Best for large networks.Best for small networks (home, small office).
If server fails, the whole network is affected.Failure of one peer affects only that user.

34 Communication Protocols

A protocol is a set of rules that define how data is transmitted and received between devices on a network.
ProtocolFull FormPurpose
TCP/IPTransmission Control Protocol / Internet ProtocolThe fundamental protocol suite of the Internet. TCP provides reliable data transport, while IP handles addressing and routing.
HTTPHyper Text Transfer ProtocolUsed to transfer web pages between web servers and browsers.
HTTPSHyper Text Transfer Protocol SecureThe secure, encrypted version of HTTP. Protects data using SSL/TLS, shown by the padlock in the browser.
FTPFile Transfer ProtocolUsed to transfer files between computers over a network.
TFTPTrivial File Transfer ProtocolA simple, lightweight file transfer protocol.
SMTPSimple Mail Transfer ProtocolUsed to send email from a client to a mail server, and also between mail servers.
POP3Post Office Protocol version 3Downloads email from a mail server to a local device (usually then removes it from the server).
IMAPInternet Message Access ProtocolAccesses and manages email kept on the mail server (good for using many devices).
DNSDomain Name SystemTranslates easy-to-remember domain names (like google.com) into IP addresses.
DHCPDynamic Host Configuration ProtocolAutomatically assigns IP addresses and network settings to devices when they join a network.
PPPPoint-to-Point ProtocolUsed to establish a direct connection between two nodes.

DNS (Domain Name System)

DNS works like the Internet's phonebook. When you type www.google.com, DNS finds the matching IP address so your device can connect. Example: a domain name maps to an address such as 142.250.x.x.

DHCP (Dynamic Host Configuration Protocol)

DHCP automatically gives a device its IP address, subnet mask, gateway and DNS settings when it connects. Example: your phone gets an IP address automatically when it joins your home Wi-Fi, without you typing anything.

Exam tip: DNS = name β†’ IP address. DHCP = gives out IP addresses automatically. HTTPS = secure (encrypted) web browsing.

35 MAC Address

A MAC Address (Media Access Control address) is a unique physical address permanently assigned to a device's network interface card (NIC) by the manufacturer.

It is a 48-bit address written as six pairs of hexadecimal digits, for example 00:1A:2B:3C:4D:5E. It is used to identify devices within a local network.

MAC AddressIP Address
Physical (hardware) address.Logical (software) address.
Fixed by the manufacturer.Assigned by the network/ISP and can change.
Works within a local network (Layer 2).Works across networks / the Internet (Layer 3).
Exam tip: MAC address = permanent hardware ID of the NIC. IP address = changeable address used for routing across networks.

36 Concept of IP Address

An IP Address (Internet Protocol Address) is a unique numerical label assigned to every device connected to a network. It identifies the device and helps deliver data to the correct location.

Just like your home has a unique postal address so the postman can deliver letters, every computer has a unique IP address so data packets can find their way to it.

37 IPv4 and IPv6

IPv4 (Internet Protocol version 4)

The original and still most widely used IP version. It uses a 32-bit address written as four decimal numbers separated by dots (each from 0 to 255).

Example: 192.168.1.1

IPv4 provides about 4.3 billion unique addresses.

IPv6 (Internet Protocol version 6)

The newer version that uses a 128-bit address written as eight groups of four hexadecimal digits separated by colons.

Example: 2001:0db8:85a3:0000:0000:8a2e:0370:7334

IPv6 provides an extremely large number of addresses: approximately 340 undecillion (3.4 Γ— 10³⁸).

IPv4 exhaustion: Because the Internet grew far beyond 4.3 billion devices, IPv4 addresses ran out. The global pool of new IPv4 addresses was exhausted around 2011 onward. Two responses to this are NAT (many devices sharing one public IPv4 address) and the move to IPv6, which has practically unlimited addresses.

38 Difference between IPv4 and IPv6

IPv4IPv6
32-bit address.128-bit address.
Written in decimal, separated by dots.Written in hexadecimal, separated by colons.
About 4.3 billion addresses.~3.4 Γ— 10³⁸ addresses.
Supports security protocols such as IPsec.Also supports IPsec and modern networking features, but security is not automatic.
Example: 192.168.1.1Example: 2001:0db8:85a3::8a2e:0370:7334
Uses ARP for address resolution.Uses NDP (Neighbor Discovery Protocol) for address resolution.

39 Internet, Intranet and Extranet

Internet

A global network of interconnected networks ("network of networks") that links millions of computers worldwide. It is public and can be accessed by anyone with an internet connection.

Intranet

A private network inside an organisation (school, company) that uses internet technologies. It is accessible only to authorised members.

Extranet

An extension of an intranet that allows limited access to outside users like suppliers, partners or customers, usually through a secure login.

Diagram comparing internet, intranet, and extranet

40 Difference: Internet vs Intranet vs Extranet

InternetIntranetExtranet
Public network.Private network within an organisation.Private network shared with selected outsiders.
Anyone can access.Only employees / members.Authorised partners / clients.
No single owner.Owned by one organisation.Owned by one organisation but shared.
Unlimited users.Limited to organisation users.Limited to organisation + chosen outsiders.
Less secure.More secure.Secure (uses VPN, login).

πŸ“ Exercises & Quiz

Test what you've learned! Click Show Answer to check yourself.

πŸ“š Short Terms / Glossary

Bandwidth
Maximum amount of data a channel can carry per second.
Throughput
Actual data successfully delivered per second.
Latency
Time delay for data to travel from sender to receiver.
Protocol
Set of rules for data communication.
Node
Any device on a network.
Server
Computer that provides services to clients.
Client
Computer that requests services from a server.
Topology
Physical arrangement of network devices.
Hub
Device that broadcasts data to all ports.
Switch
Device that sends data to a specific port using MAC address.
Router
Device that connects different networks using IP addresses.
NIC
Card that connects a device to a network; holds the MAC address.
Modem
Device that connects a home network to the ISP/Internet.
MAC Address
Permanent hardware address of a NIC.
IP Address
Logical numerical identifier for a device on a network.
DNS
Translates domain names into IP addresses.
DHCP
Automatically assigns IP addresses to devices.
Broadband
High-speed, always-on internet connection.

πŸ”€ Full Forms (Click "Reveal" to check)

LAN Local Area Network
WAN Wide Area Network
MAN Metropolitan Area Network
PAN Personal Area Network
TCP/IP Transmission Control Protocol / Internet Protocol
HTTP Hyper Text Transfer Protocol
HTTPS Hyper Text Transfer Protocol Secure
FTP File Transfer Protocol
SMTP Simple Mail Transfer Protocol
POP3 Post Office Protocol version 3
IMAP Internet Message Access Protocol
DNS Domain Name System
DHCP Dynamic Host Configuration Protocol
DSL Digital Subscriber Line
ADSL Asymmetric Digital Subscriber Line
WiMAX Worldwide Interoperability for Microwave Access
UTP Unshielded Twisted Pair
STP Shielded Twisted Pair
RFID Radio Frequency Identification
NIC Network Interface Card
MAC Media Access Control
RJ-45 Registered Jack 45 (connector is technically 8P8C)
CIDR Classless Inter-Domain Routing
IPv4 Internet Protocol version 4
IPv6 Internet Protocol version 6

βœ… Choose the Correct Answer (MCQ)

1. Which of the following is a wireless transmission media?
A UTP cable
B Fiber optic
C Microwave
D Coaxial cable
2. Which device works at the Network layer and uses IP addresses?
A Hub
B Switch
C Router
D Repeater
3. IPv4 address is how many bits long?
A 16 bits
B 32 bits
C 64 bits
D 128 bits
4. Which transmission mode allows data to flow in both directions at the same time?
A Simplex
B Half-Duplex
C Full-Duplex
D None of these
5. Which protocol is used to send email?
A HTTP
B FTP
C SMTP
D POP3
6. What is the range of Class C IPv4 addresses (first octet)?
A 1 – 126
B 128 – 191
C 192 – 223
D 224 – 239
7. Which network covers the largest geographical area?
A PAN
B LAN
C MAN
D WAN
8. Bluetooth is an example of which type of network?
A PAN
B LAN
C MAN
D WAN
9. Which device regenerates a weak signal to extend a network?
A Router
B Switch
C Repeater
D Bridge
10. Which mobile generation introduced ultra-low latency and supports IoT?
A 2G
B 3G
C 4G
D 5G
11. Which protocol translates a domain name into an IP address?
A DHCP
B DNS
C FTP
D SMTP
12. Which address is permanently fixed to a device's network card by the manufacturer?
A IP address
B MAC address
C Public address
D Dynamic address
13. Which topology provides multiple paths and is the most reliable?
A Bus
B Star
C Ring
D Mesh

✍️ Short Answer Questions

1 What is data communication?
Answer: Data communication is the process of transferring data (text, images, audio or video) between two or more devices through a transmission medium such as a cable or wireless signal.
2 List the five elements of data communication.
Answer: The five elements are: (1) Data/Message, (2) Sender, (3) Medium, (4) Receiver, and (5) Protocol.
3 Differentiate between bandwidth and throughput.
Answer: Bandwidth is the maximum possible data-carrying capacity of a channel, whereas throughput is the actual amount of data successfully transmitted in a given time. Throughput is usually less than bandwidth due to network conditions.
4 What is latency? Why is it important?
Answer: Latency is the time delay for data to travel from sender to receiver, measured in milliseconds. Low latency is important for real-time uses like online gaming and video calls, where delay is noticeable.
5 Define IP Address and write its types.
Answer: An IP Address is a unique numerical label assigned to each device on a network. Its main types are Public, Private, Static and Dynamic. Two versions exist: IPv4 (32-bit) and IPv6 (128-bit).
6 Differentiate between a MAC address and an IP address.
Answer: A MAC address is a permanent physical (hardware) address fixed to a device's NIC by the manufacturer and used within a local network. An IP address is a logical address assigned by the network/ISP, can change, and is used to route data across networks.
7 Differentiate between Hub and Switch.
Answer: A hub broadcasts data to all connected devices and works at the physical layer. A switch sends data only to the specific destination device using MAC addresses and works at the data link layer, making it faster and more secure.
8 What is a protocol? Give any three examples.
Answer: A protocol is a set of rules that govern how data is transmitted between devices. Examples: TCP/IP, HTTP, HTTPS, FTP, SMTP, DNS, DHCP (any three).
9 What do DNS and DHCP do?
Answer: DNS (Domain Name System) translates domain names like google.com into IP addresses. DHCP (Dynamic Host Configuration Protocol) automatically assigns IP addresses and network settings to devices when they join a network.
10 What is the difference between Internet and Intranet?
Answer: The Internet is a public, global network of interconnected networks accessible to anyone, while an Intranet is a private network within an organisation accessible only to authorised members.
11 Mention any four ways to keep children safe on the internet.
Answer: (1) Do not share personal information with strangers. (2) Use strong, secret passwords. (3) Use parental control software. (4) Tell a parent/teacher if anything online feels uncomfortable. (5) Avoid clicking suspicious links. (Any four.)
12 Differentiate between IPv4 and IPv6.
Answer: IPv4 is a 32-bit address written in decimal (e.g., 192.168.1.1) providing about 4.3 billion addresses. IPv6 is a 128-bit address written in hexadecimal (e.g., 2001:db8::1) providing a virtually unlimited number of addresses. Both support IPsec, but security/encryption is not automatic and must be configured when needed.
13 Explain packet switching and circuit switching with one example each.
Answer: In packet switching, data is split into packets that travel independently and share the network (used by the Internet). In circuit switching, a single dedicated path is reserved for the whole communication (used by traditional landline phone calls).

πŸ› οΈ Practical Ideas (Try in the classroom or lab)

  1. Connect two computers in a LAN: Use UTP cables with RJ-45 (8P8C) connectors and a switch. Configure IP addresses (e.g., 192.168.1.10 and 192.168.1.11) and share a folder between them.
  2. Crimp an RJ-45 connector: Practice making your own UTP cable using the T568B colour code (White-Orange, Orange, White-Green, Blue, White-Blue, Green, White-Brown, Brown).
  3. Find your IP and MAC address: On Windows type ipconfig /all. On macOS/Linux use ip addr (modern) or the older ifconfig. Identify your IPv4, MAC address and default gateway.
  4. Ping test (latency): Use the ping command, e.g., ping google.com. Observe the latency (time in ms) and any packet loss.
  5. DNS lookup: Run nslookup google.com (or dig google.com on Linux) and see the IP address a domain name maps to.
  6. Identify network devices: Visit your school's computer lab/server room and identify a switch, router, modem and wireless access point.
  7. Map your home network: Draw a diagram showing your modem, router, access point and devices (phones, laptops, TV) and how they connect.
  8. Speed test: Run an online speed test and note your download speed, upload speed and ping (latency). Compare with your internet plan.