0% found this document useful (0 votes)
3 views16 pages

Module1 Introduction To Computer Networks

Module 1 of the Certificate in Cybersecurity covers the fundamentals of computer networks, including definitions, types (LAN, WAN, MAN, PAN), and their importance in modern life. It outlines key components, real-world applications, and the historical development of networks, emphasizing resource sharing, communication, and centralized data management. The module includes practical activities and discussions to reinforce learning outcomes.

Uploaded by

eddy.ice44
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views16 pages

Module1 Introduction To Computer Networks

Module 1 of the Certificate in Cybersecurity covers the fundamentals of computer networks, including definitions, types (LAN, WAN, MAN, PAN), and their importance in modern life. It outlines key components, real-world applications, and the historical development of networks, emphasizing resource sharing, communication, and centralized data management. The module includes practical activities and discussions to reinforce learning outcomes.

Uploaded by

eddy.ice44
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Introduction to Computer Networks Certificate in Cybersecurity | Module 1

CERTIFICATE IN CYBERSECURITY

MODULE 1
Introduction to Computer Networks
Duration: 2 Hours | Lecture + Practical Activities

LEARNING OUTCOMES
1 Define a computer network and explain its fundamental purpose
2 Identify and distinguish between LAN, WAN, MAN, and PAN network types
3 Describe real-world applications of each network type
4 Understand and articulate the importance of networking in modern life
5 Apply networking concepts to practical scenarios and case studies

SECTION 1: What is a Computer Network?

1.1 Definition of a Computer Network

A computer network is a collection of two or more computing devices (such as computers, smartphones, printers,
servers, or other hardware) that are connected together — either physically through cables or wirelessly through
radio signals — for the purpose of sharing resources, exchanging data, and communicating.

Think of a network as a digital road system. Just as roads connect cities, towns, and villages to allow the movement of
people and goods, a computer network connects devices to allow the movement of information and resources.

📖📖 Formal Definition

"A computer network is a set of computers sharing resources located on or provided by network nodes.
Computers use common communication protocols over digital interconnections to communicate with each other."

Key components of this definition:


• Two or more devices – a single device cannot form a network on its own
• Communication medium – cables (wired) or radio waves (wireless)
• Protocols – agreed-upon rules for how data is sent and received
• Purpose – sharing resources, communication, or data exchange

© Computer Networks Module | Certificate Programme Page 1 of 16


Introduction to Computer Networks Certificate in Cybersecurity | Module 1

Key Components of a Network

Every computer network, regardless of its size, is built from these fundamental components:

Component Description Example

Nodes/Devices The computing devices that send and Laptops, phones, tablets, printers, servers
receive data

Network Interface Hardware that connects a device to the Ethernet card, Wi-Fi adapter
Card (NIC) network

Transmission Media The physical or wireless path data Ethernet cables, fibre optic, Wi-Fi radio
travels signals

Network Devices that connect multiple nodes Office network switch connecting 20
Switches/Hubs within a network computers

Routers Devices that connect different networks The router in your home connecting to
and route data the internet

Protocols Rules governing how data is formatted TCP/IP, HTTP, FTP, DNS
and transmitted

Servers Computers that provide services or Web server, file server, email server
resources to others

Real-Life Scenario 1: A Network You Use Every Day

🏠🏠 Scenario: The Home Network

Imagine you wake up in the morning. Your smartphone automatically connects to your home Wi-Fi. You
stream music on a Bluetooth speaker. Your family member uses a laptop to check emails. A smart TV
downstairs streams a movie. Your printer is ready to print wirelessly from any of these devices.
All of these devices — the phone, laptop, TV, and printer — are part of a home computer network. They
share one internet connection (provided by a router) and can communicate with each other. The router is the
central device that manages all this traffic.
Key takeaway: Any time two or more devices share a connection or communicate, you have a network.

1.2 Brief History of Computer Networks

Understanding where networks came from helps us appreciate how far we've come. Here is a brief timeline:

© Computer Networks Module | Certificate Programme Page 2 of 16


Introduction to Computer Networks Certificate in Cybersecurity | Module 1

Year/Era Milestone

1960s ARPANET developed by the US Department of Defense — the first wide-area network and
the precursor to the Internet

1970s Email invented; TCP/IP protocol suite developed by Vint Cerf and Bob Kahn

1980s Ethernet introduced for local networking; personal computers begin to be networked in
offices

1990s World Wide Web (WWW) invented by Tim Berners-Lee; internet becomes publicly
accessible

2000s Wi-Fi becomes widespread; broadband internet replaces dial-up; social media emerges

2010s Mobile internet explodes; cloud computing, IoT (Internet of Things) devices proliferate

2020s 5G networks, smart cities, remote work revolution, AI-powered networks

💬💬 Discussion Question 1

Before we move on, let's discuss:


"Think about your daily life. How many networks do you interact with from the moment you wake up to the time
you go to sleep? List at least five examples and identify what devices are connected."

© Computer Networks Module | Certificate Programme Page 3 of 16


Introduction to Computer Networks Certificate in Cybersecurity | Module 1

SECTION 2: Types of Computer Networks


Computer networks are classified based on their geographic coverage, the number of connected devices, and their
purpose. The four main types you must know are:

PAN → LAN → MAN → WAN


(Smallest range) (Largest range)

Network Type Full Name Coverage Area Speed Example

PAN Personal Area Network ~10 metres 1–3 Mbps Bluetooth headset

LAN Local Area Network Building/campus 100 Mbps–10 Gbps Office network

MAN Metropolitan Area Network City/town 10 Mbps–1 Gbps City Wi-Fi

WAN Wide Area Network Country/global Variable The Internet

2.1 Local Area Network (LAN)

A Local Area Network (LAN) is a network that connects devices within a limited geographic area, such as a single
building, floor, office, school, or home. It is the most commonly encountered type of network in everyday settings.

Characteristics of a LAN Advantages & Disadvantages

• Coverage: up to 1 km (typically one ✅ Advantages


building) • Fast data transfer speeds
• Owned and managed by a single • Easy to set up and manage
organisation • Relatively inexpensive
• High data transfer speeds (up to 10 Gbps) • Secure — physically limited access
• Low latency and low error rates • Enables resource sharing (printers, files)
• Uses Ethernet cables (wired) or Wi-Fi
(wireless)
• Connected via switches and routers ❌ Disadvantages
• Limited geographic range
• Wired LAN needs cable installation
• Network failure can affect all users

Real-Life Scenario: LAN in an Office

🏢🏢 Scenario: Nairobi Law Firm — 3rd Floor Office LAN

© Computer Networks Module | Certificate Programme Page 4 of 16


Introduction to Computer Networks Certificate in Cybersecurity | Module 1

A law firm on the 3rd floor of a building in Nairobi CBD has 15 lawyers, each with a desktop computer. All
computers are connected via Ethernet cables to a central network switch. This switch connects to a shared
printer room where two high-speed printers serve the entire floor.
A file server stores all client documents securely. Any lawyer can access these files from their workstation
without having to physically transfer documents using a flash drive. The office manager can monitor who
accesses which files.
What makes this a LAN? All devices are in one physical location (one floor), owned and managed by one
organisation, and connected using Ethernet cables and switches.

💬💬 Discussion Question 2

"You have been asked to set up a network for a new school computer lab with 30 computers. Would you use a
LAN? What hardware would you need and why?"

2.2 Wide Area Network (WAN)

A Wide Area Network (WAN) is a network that spans a large geographic area — potentially across cities, countries,
or even continents. WANs connect multiple LANs together over long distances. The Internet is the largest and most well-
known WAN in the world.

Characteristics of a WAN Advantages & Disadvantages

• Covers vast geographic distances (city to ✅ Advantages


global) • Connects geographically dispersed offices
• Uses public infrastructure (satellite, fibre • Enables global communication and commerce
optic, telephone lines) • Centralised data management across
• Often managed by multiple organisations or locations
ISPs • Supports cloud computing and remote work
• Slower speeds compared to LAN (due to
distance)
• Higher setup and maintenance costs ❌ Disadvantages
• Connects LANs from different locations • Expensive to set up and maintain
• Prone to security threats (being public)
• Lower speeds and higher latency
• Complex to troubleshoot and manage

© Computer Networks Module | Certificate Programme Page 5 of 16


Introduction to Computer Networks Certificate in Cybersecurity | Module 1

Real-Life Scenario: WAN in Banking

🏦🏦 Scenario: Kenya Commercial Bank (KCB) Network

KCB has branches in Nairobi, Mombasa, Kisumu, Eldoret, and across East Africa (Uganda, Tanzania,
Rwanda, South Sudan). Each branch has its own LAN (computers, ATMs, printers in that branch). However, for
a customer to withdraw money in Mombasa from an account held in Nairobi, all these branches must be
connected.
KCB uses a WAN to link all branch LANs together. This allows real-time account updates across all branches.
When you deposit KES 10,000 in Nairobi, your balance is updated instantly across the entire network — so
you can check it from Mombasa moments later.
What makes this a WAN? It covers multiple cities across multiple countries, uses leased lines and internet
infrastructure, and connects many separate LANs.

2.3 Metropolitan Area Network (MAN)

A Metropolitan Area Network (MAN) falls between a LAN and a WAN. It covers a geographic area the size of a city
or large town — typically spanning 5 to 50 kilometres. MANs are often used by local governments, internet service
providers (ISPs), and large organisations to connect multiple buildings across a city.

Characteristics of a MAN Real-World Examples

• Covers a city or metropolitan area (5–50 • City-wide free Wi-Fi networks (e.g. some
km) cities provide Wi-Fi in parks and public
• Faster than WAN but covers more ground squares)
than LAN • Cable TV networks that also provide internet
• Often uses fibre optic cables or wireless links (e.g. Zuku in Nairobi)
• May be owned by one organisation or • University campuses connecting multiple
shared buildings across town
• Typically operates at 10 Mbps to 1 Gbps • City transport systems (traffic light
• More expensive than LAN but cheaper than management, CCTV surveillance networks)
WAN • Government networks linking city hall, courts,
hospitals, and police stations

🌆🌆 Scenario: Smart Nairobi City Network

Imagine Nairobi County Government setting up a MAN to connect: City Hall, Kenyatta National Hospital,
Nairobi City Court, Pumwani Maternity Hospital, and all city public schools.
This MAN would allow a doctor at KNH to access patient health records from Pumwani, allow City Hall to
monitor all CCTV cameras across Nairobi, and allow court clerks to access case files from different stations.
All over a city-wide network, not the global internet.

© Computer Networks Module | Certificate Programme Page 6 of 16


Introduction to Computer Networks Certificate in Cybersecurity | Module 1

2.4 Personal Area Network (PAN)

A Personal Area Network (PAN) is the smallest type of network, designed for personal use within a very short range
— typically within 10 metres of an individual. PANs connect personal devices together and are almost exclusively
wireless, using technologies like Bluetooth, Infrared (IR), or Zigbee.

Characteristics of a PAN Common PAN Technologies

• Range: up to 10 metres • Bluetooth: connecting headphones, speakers,


• Connects personal devices of one individual keyboards, mice, smartwatches
• Very low power consumption • Infrared (IR): TV remote controls, older
• Simple and easy to set up (no IT support phone data transfers
needed) • Zigbee: smart home devices — lights,
• Low speeds compared to LAN (1–3 Mbps thermostats, door sensors
typical) • NFC (Near Field Communication):
• Primarily wireless (Bluetooth, IR) contactless payments (M-Pesa tap to pay,
card tap)
• USB cable: wired PAN between phone and
computer

📱📱 Scenario: Your Personal Device Ecosystem

Consider the following personal device setup:


• Your Samsung phone connected via Bluetooth to your JBL speaker
• Your phone paired to your Samsung Galaxy Watch (smartwatch)
• Wireless earbuds connected to the same phone
• Phone connected via USB cable to a laptop to transfer photos

All of these connections form your personal area network. They all orbit around you as the central user,
within your personal space. No IT administrator needed — you set it all up yourself.

© Computer Networks Module | Certificate Programme Page 7 of 16


Introduction to Computer Networks Certificate in Cybersecurity | Module 1

SECTION 3: Importance of Computer Networking


Understanding why networks exist is just as important as knowing what they are. In the modern world, computer
networking has become the backbone of virtually every industry. Let us explore the key reasons why networking is
critically important.

3.1 Resource Sharing

One of the most fundamental benefits of a network is the ability to share resources — hardware, software, data, and
internet connections — among multiple users and devices.

Resource Type Without Network With Network

Printers Each computer needs its own printer All 30 computers share 2 printers,
(30 computers = 30 printers) saving cost and space

Files & Documents Must use flash drive to transfer files Files stored on a shared server,
between computers accessible from any device

Internet Connection Each device needs its own data plan One internet connection shared by all
or modem devices on the network

Software/Applications Must install software on each machine Software stored on a server and run
separately from any workstation

3.2 Communication

Networks enable instant communication between people and systems, regardless of geographic distance. Modern
communication as we know it is entirely dependent on computer networks.

Forms of Network-Enabled Communication

📧📧 Email: Send documents, messages, and files instantly across the world

💬💬 Instant Messaging: WhatsApp, Telegram, Slack — real-time text communication

📹📹 Video Conferencing: Zoom, Microsoft Teams, Google Meet — face-to-face over distance

📞📞 VoIP (Voice over Internet Protocol): Phone calls made over the internet (e.g. WhatsApp calls)

🌐🌐 Social Media: Facebook, Twitter/X, Instagram — broadcasting to millions instantly

📡📡 IoT Communication: Smart devices communicating with each other (e.g. home automation)

© Computer Networks Module | Certificate Programme Page 8 of 16


Introduction to Computer Networks Certificate in Cybersecurity | Module 1

3.3 Data Storage and Centralised Management

Networks allow organisations to store data in one central location (a server), making data management, backup, and
security much easier and more efficient.

Example: A hospital network stores all patient records on a central server. Any authorised doctor can access a
patient's history from any terminal in the hospital — no physical file folders, no duplication, and no risk of losing
records.

Key benefits of centralised data management include:

• Easier backup and recovery — back up all data from one server instead of hundreds of individual computers
• Improved data security — access controls ensure only authorised personnel can view sensitive data
• Data consistency — everyone accesses the same up-to-date version of files
• Reduced storage costs — no need for expensive storage on every device

3.4 Commerce and Business Operations

Modern business is built on networks. E-commerce, banking, retail, supply chain management, and customer service all
depend on reliable network connectivity.

📦📦 Case Study: Retail Chain — Naivas Supermarket

Naivas Supermarket has over 90 branches across Kenya. Consider what happens when a customer pays for
groceries at the Westlands branch:
1. The cashier scans items at the POS (Point of Sale) system — connected to the in-store LAN
2. The sale is recorded in the inventory system — updating stock levels in real-time
3. The transaction data is sent to the head office WAN — for centralised accounting
4. If stock falls below threshold, an automatic order is sent to the warehouse
5. If payment is via M-Pesa or card, it routes through the banking WAN for authorisation

Without a network, this entire process would require manual tracking, phone calls, and physical movement of
data — making it impossibly slow and error-prone.

3.5 Education and E-Learning

Networks have completely transformed education, enabling online learning platforms, digital libraries, and remote
classrooms that make education accessible to anyone with an internet connection.

• Equal Access: Students in rural Kenya can access the same quality educational resources as those in Nairobi

© Computer Networks Module | Certificate Programme Page 9 of 16


Introduction to Computer Networks Certificate in Cybersecurity | Module 1

• Digital Collaboration: Teachers can share lessons, assignments, and grades through platforms like Google
Classroom or Moodle
• Global Learning: Online courses from global universities are accessible via the internet WAN
• Remote Assessment: Students can submit assignments and receive feedback without physical meetings
• Digital Libraries: Libraries and research databases available online to millions simultaneously

3.6 Healthcare and Medical Networking

🏥🏥 Case Study: Telemedicine in Kenya

A patient in a rural village in Turkana County visits a small clinic. The local nurse connects to a specialist
cardiologist in Nairobi via video conference (using the internet WAN). The patient's ECG readings, blood
pressure data, and medical history are sent digitally from the local clinic to the specialist.
The specialist reviews the data and provides a diagnosis and treatment recommendation — without the
patient travelling to Nairobi. This is telemedicine, made possible entirely by computer networks. It saves
lives, reduces costs, and removes geographic barriers to quality healthcare.

3.7 Security and Surveillance

Networks power modern security systems, enabling real-time monitoring, access control, and threat detection across
organisations and public spaces.

• CCTV cameras networked together allow security teams to monitor a building or entire city from one control room
• Access control systems (key card readers, biometric scanners) communicate over a network to grant or deny entry
• Alarm systems can notify security personnel or law enforcement instantly over a network
• Cybersecurity systems monitor network traffic in real-time to detect and block attacks

© Computer Networks Module | Certificate Programme Page 10 of 16


Introduction to Computer Networks Certificate in Cybersecurity | Module 1

SECTION 4: Practice Exercises


The following exercises are designed to reinforce your understanding of the topics covered in this module. Attempt
each exercise individually before discussing with your classmates.

Exercise 1: Multiple Choice Questions

Choose the best answer for each question.

1. Which of the following best describes a computer network?


a) A single computer with many programs installed
b) Two or more connected devices that share resources and communicate
c) The hardware inside a single computer
d) A collection of applications installed on a computer
2. Which type of network would BEST connect an organisation's offices in Nairobi, Mombasa, and Kisumu?
e) LAN
f) PAN
g) WAN
h) MAN
3. A student connects their wireless earbuds to a smartphone using Bluetooth. What type of network has been
created?
i) WAN
j) MAN
k) LAN
l) PAN
4. Which network type is typically confined to a single building or floor and offers the fastest data transfer
speeds?
m) WAN
n) MAN
o) LAN
p) PAN
5. What is the PRIMARY purpose of a router in a network?
q) To print documents wirelessly
r) To connect different networks and direct data traffic
s) To store files and documents
t) To provide power to computers on the network
6. A city government connects its hospitals, courts, and administrative offices through a single network covering
the entire city. What type of network is this?
u) LAN
v) PAN
w) WAN
x) MAN
7. Which of the following is NOT a benefit of computer networking?
y) Resource sharing
z) Improved communication
aa) Increased hardware cost for each device

© Computer Networks Module | Certificate Programme Page 11 of 16


Introduction to Computer Networks Certificate in Cybersecurity | Module 1

bb) Centralised data management


8. What does WAN stand for?
cc) Wired Access Node
dd) Wide Area Network
ee) Wireless Application Network
ff) Wide Access Node

Exercise 2: Match the Network Type

Match each scenario in Column A to the most appropriate network type in Column B.

Column A: Scenario Column B: Network Type

1. You connect your fitness tracker to your phone via Bluetooth A. LAN

2. A school connects 40 computers in its computer laboratory B. MAN

3. Equity Bank links all its branches across East Africa C. WAN

4. Zuku provides cable internet service across Nairobi D. PAN

5. An airline connects its reservation systems across 50 countries E. WAN

6. A company has 5 floors connected via Ethernet cables in one F. LAN


building

7. A city connects its traffic light management system across all G. MAN
roads

8. You share files from your laptop to your tablet via Bluetooth H. PAN

© Computer Networks Module | Certificate Programme Page 12 of 16


Introduction to Computer Networks Certificate in Cybersecurity | Module 1

Exercise 3: Short Answer Questions

Answer each of the following in 3–5 sentences.

1. Explain the difference between a LAN and a WAN. Use a real-life example for each.

2. Why would a business with offices in three different cities prefer to use a WAN instead of setting up separate
LANs for each office?

3. A school principal wants to install a network so that all 50 computers in the school share one internet
connection and one printer. What type of network would you recommend, and what key components would be
needed?

4. How has computer networking changed the way businesses operate? Provide two specific examples.

5. Describe two advantages and two disadvantages of a WAN compared to a LAN.

© Computer Networks Module | Certificate Programme Page 13 of 16


Introduction to Computer Networks Certificate in Cybersecurity | Module 1

SECTION 5: Discussion Questions


These questions are designed to promote critical thinking and class debate. There may not be a single correct answer.
Be prepared to support your viewpoint with examples.

Discussion 1: The World Without Networks

🗣🗣 Discussion Prompt

Imagine that all computer networks worldwide shut down for 24 hours. Describe what would happen across
the following sectors and how severely each would be affected: (a) Banking and Finance, (b) Healthcare, (c)
Education, (d) Government and Security, (e) Retail and Shopping. Which sector do you think would suffer the
most, and why?

Discussion 2: LAN vs Wi-Fi

🗣🗣 Discussion Prompt

Some people argue that Wi-Fi (wireless LAN) is always better than a wired LAN (Ethernet cables). Others
disagree. What do you think? Consider factors such as speed, reliability, security, and cost. In which settings
would you strongly recommend wired LAN over wireless?

Discussion 3: Privacy and Security on Networks

🗣🗣 Discussion Prompt

When we connect to public Wi-Fi (for example in a café, mall, or airport), we are joining a network with
strangers. What risks do we take when doing this? How might our personal information be at risk? What
steps can we take to protect ourselves? Should businesses be required by law to secure their public Wi-Fi
networks?

© Computer Networks Module | Certificate Programme Page 14 of 16


Introduction to Computer Networks Certificate in Cybersecurity | Module 1

Discussion 4: Digital Divide and Networks

🗣🗣 Discussion Prompt

Not everyone has equal access to computer networks. Many rural areas in Africa still lack reliable internet
connectivity. What impact does this have on communities that lack network access? What can governments,
NGOs, and technology companies do to bridge this digital divide? Is internet access a basic human right?

Discussion 5: The Future of Networking

🗣🗣 Discussion Prompt

5G networks are now being deployed globally and promise speeds up to 100 times faster than 4G. The
Internet of Things (IoT) connects billions of everyday objects to the internet. How do you think these
technologies will change how we live and work in the next 10 years? What new types of networks might
emerge that we haven't seen yet?

© Computer Networks Module | Certificate Programme Page 15 of 16


Introduction to Computer Networks Certificate in Cybersecurity | Module 1

SECTION 6: Module Summary & Key Takeaways

📌📌 Core Concepts — What You Have Learned

✅ A computer network is two or more devices connected to share resources and communicate

✅ Networks consist of nodes, transmission media, NICs, switches, routers, servers, and protocols

✅ PAN (Personal Area Network): ~10m range; Bluetooth/NFC; personal devices only

✅ LAN (Local Area Network): One building; high speed; owned by one organisation

✅ MAN (Metropolitan Area Network): City-wide; connects multiple buildings across a city

✅ WAN (Wide Area Network): Global/cross-country; connects LANs; the Internet is the largest WAN

✅ Networks enable: resource sharing, communication, centralised data, e-commerce, healthcare, security

✅ Networks have transformed every sector of modern society

Feature PAN LAN MAN WAN

Coverage ~10 m 1 building 5–50 km Unlimited

Speed 1–3 Mbps Up to 10 Gbps 10 Mbps–1 Gbps Variable

Ownership Individual One org. City/ISP Multiple

Cost Very Low Low Medium High

Example Bluetooth earbud Office LAN City Wi-Fi The Internet

Technology Bluetooth, NFC Ethernet, Wi-Fi Fibre, wireless Fibre, satellite

End of Module 1 — Introduction to Computer Networks


Next Module: Network Topologies and the OSI Model

© Computer Networks Module | Certificate Programme Page 16 of 16

You might also like