L
LLLOS.ai
Learn
L

Chapter 6 — Networks

Class 8 · Computer Studies

Overview

This unit introduces computer networks: how computers connect, share data and resources, and communicate over short and long distances. Students will learn what a network is, the common types and topologies used in homes and schools, the hardware that links devices, and the physical media that carry signals. The unit also explains basic network protocols, IP addressing, and simple services such as email and the World Wide Web. Practical ideas for setting up a small home or classroom network are described, together with basic security measures like strong passwords and safe browsing. Understanding networks helps students see how devices work together to access information and resources, why internet speed and reliability vary, and how to use networked applications responsibly. This knowledge prepares learners for safe, efficient use of computers in school projects, group work, and everyday life, and builds a foundation for more advanced study of the internet and computing in higher classes.

Learning Objectives

  • Describe what a computer network is and explain its main purposes.
  • Differentiate between LAN, WAN and PAN and give everyday examples of each.
  • Identify and compare common network topologies and state where each is used.
  • Name network components such as NIC, hub, switch, router and modem and explain their roles.
  • Compare types of transmission media including copper, fibre optic and wireless and state their advantages and disadvantages.
  • Explain basic network protocols and the idea of IP addressing and DNS in simple terms.
  • Set up a simple home or classroom network and apply basic security practices such as passwords and safe browsing.
  • List common network services like email, web browsing and file sharing and describe how they help users.

Topics in this chapter

13 topics · tap a topic title to jump straight to it.

⚙️1

What is a Network?

What is a Network?

A computer network is a collection of two or more devices connected so they can send and receive information. These devices could be computers, tablets, smartphones, printers or servers. The purpose of a network is to share resources (such as files, printers and internet access), to communicate (by email or messaging), and to work together on projects. Networks make it easier to store data centrally and to access services from anywhere within the network.

Networks can be simple, like two computers linked by a cable, or very large, like the internet which links millions of devices worldwide. When devices are connected, they follow agreed rules so data passes correctly — these rules are called protocols. In classrooms, a small network helps teachers and students share assignments and printers. At home, a network allows mobile phones, smart TVs and laptops to use the same internet connection.

There are two basic ways data moves over a network: wired and wireless. Wired networks use cables to carry electrical or light signals. They are usually more reliable and faster. Wireless networks use radio waves and let devices move freely without cables. Every network has advantages and limitations, and choosing the right type depends on cost, speed, mobility and distance between devices.

Understanding what a network is helps students use shared resources correctly and safely, and prepares them for setting up or using school and home networks in practical situations.

📌 Examples
  • Two laptops connected with an Ethernet cable to share files.
  • A home Wi-Fi router that provides internet to phones and a smart TV.
  • A school network where students save work on a central server instead of individual computers.
📊 Visual ideas
A simple diagram showing two computers connected by a cable with arrows indicating data flow.
A sketch of a wireless router with several devices (phone, laptop, tablet) connected by curved lines representing Wi‑Fi.
⚙️2

Types of Networks by Scale

Types of Networks by Scale

Networks are grouped by the area they cover and by how far their devices are spread. Knowing these groups helps choose the right equipment and plan for speed and security. The three names students must remember are PAN, LAN and WAN, though there are other terms too.

A PAN, or Personal Area Network, covers a very small area around a single person. Examples include a smartphone paired with wireless earphones or a smartwatch connected to a phone via Bluetooth. PANs are designed for short-range convenience and low power use. They are inexpensive and easy to set up, but their range is limited to a few metres and they are suitable only for personal devices.

A LAN, or Local Area Network, covers a building or campus such as a home, classroom or office. LANs allow many devices to share resources like printers, files and an internet connection. They can be wired using Ethernet cables or wireless using Wi‑Fi. LANs usually provide higher speeds and lower delay compared to wider networks and are easier to manage locally. Within a school, the computer lab, teacher’s room and administration area may all be part of the same LAN, possibly organised into smaller segments for security and performance.

A WAN, or Wide Area Network, connects LANs that are far apart. A WAN could link branch offices of a business or two schools in different cities. The internet itself is the largest WAN, combining many LANs and other networks around the world. WANs use long-distance media such as fibre-optic cables, leased telephone lines or satellite links and are often managed by service providers. WANs allow communication across large distances but are more expensive to build and may be slower than local connections depending on the link quality.

Choosing between PAN, LAN and WAN depends on distance, cost, and required speed. For everyday school use, students will most often work with LANs and PANs, while WANs are used by institutions that must connect remote sites.

📌 Examples
  • PAN: Smartphone paired with Bluetooth headphones.
  • LAN: Computer lab in a school sharing a printer and an internet connection.
  • WAN: Two school campuses in different cities connected through the internet.
📊 Visual ideas
A map-style diagram showing a small PAN circle around a person, a LAN covering a building, and a WAN linking several buildings across distances.
⚙️3

Network Topologies

Network Topologies

Topology means the arrangement of devices and connections in a network. It influences how data travels, how much wiring is needed, and how easy the network is to maintain. The principal topologies are bus, star, ring, mesh and tree. Each has strengths and weaknesses that make it suitable for specific situations.

In a bus topology, all devices share a single central cable called the backbone. Devices tap into this cable to send and receive data. Bus is simple and cheap for a few machines because it needs little cabling. However, only one device can successfully send at a time without collisions, and if the main cable breaks the entire network fails. Troubleshooting can also be hard because the cable runs through many points.

A star topology connects every device to a central hub, switch or router with individual cables. Most home and small-office networks use star because it is easy to add or remove devices and a single workstation failure does not affect others. The central device is critical: if it stops working the whole network is down. Star also simplifies fault finding since problems are isolated to individual links.

Ring topology links devices in a closed loop. Data travels in one direction around the ring until it reaches its destination. Rings can be efficient under controlled conditions, but a single break disables the whole ring unless there are backup paths or special fault-tolerant mechanisms. Some metropolitan networks and older token ring systems used this design.

Mesh topology connects every device to several others, so multiple paths exist between any two nodes. Mesh networks are highly reliable because traffic can take alternate routes if one link fails, but they need much more cabling and are costlier. Mesh is used where uptime is essential, for example in some parts of the internet backbone.

Tree topology combines groups of star networks into a larger structure with hierarchical connections like branches. This supports expansion and organised management for larger networks such as campuses. When selecting a topology, consider cost, ease of installation, fault tolerance and expected growth so the network will meet present and future needs.

📌 Examples
  • Bus: Small lab with a single cable and computers tapped into it.
  • Star: Home Wi‑Fi where devices connect to a router (central node).
  • Mesh: Internet backbone routers with many interconnections for reliability.
📊 Visual ideas
Draw a bus: a horizontal line with several devices connected by short vertical lines.
Draw a star: a central node with spokes to each device.
Draw a ring and a simple mesh with connections between all devices.
⚙️4

Network Hardware Components

Network Hardware Components

Networks rely on hardware devices that connect and manage communication. Key components are Network Interface Cards (NICs), hubs, switches, routers and modems. A NIC is a small card or built-in chip that allows a device to connect to a network. It converts data from the computer into signals for the network and vice versa.

A hub is a simple device that connects many devices but broadcasts incoming data to all connected ports; this is inefficient and can cause collisions. A switch is smarter: it learns which device is on each port and sends data only to the correct device, reducing unnecessary traffic. Routers connect different networks together and decide the best path for data to travel; they also often provide Wi‑Fi and act as the gateway to the internet in homes.

A modem converts signals between the computer network and the internet service provider. For example, a DSL or cable modem converts phone or cable lines to digital signals for the router. Other devices include repeaters and access points. Repeaters extend the range by amplifying signals; access points let wireless devices connect to a wired network.

Understanding these parts helps students know why networks sometimes slow down, how to set up home networks, and how to troubleshoot basic problems such as a disconnected cable or a faulty router.

📌 Examples
  • NIC: A laptop with built-in Wi‑Fi NIC allowing wireless connection.
  • Switch: A classroom switch connecting ten computers so they can share files.
  • Router + Modem: Home setup where modem connects to ISP and router shares internet with devices.
📊 Visual ideas
Sketch showing several computers connected to a switch, which is linked to a router and then to a modem leading to the internet.
💻5

Transmission Media

Transmission Media

Transmission media are the physical paths that carry data signals between devices. They can be wired or wireless, and the choice affects speed, distance and cost. It is important to know the main types and where each is used so you pick the best medium for a task.

Wired media include twisted pair cables, coaxial cables and fibre optic cables. Twisted pair cables, often used for Ethernet and telephone lines, have pairs of insulated wires twisted together to reduce interference. They are inexpensive, flexible and easy to install for short to moderate distances, making them common in homes and schools. However, twisted pair suffers from limited bandwidth and is vulnerable to electromagnetic interference in noisy environments.

Coaxial cable features a central conductor surrounded by insulation and a metallic shield. The shield reduces external interference, so coaxial was traditionally used for cable television and some older network types. Coaxial supports higher bandwidth than simple twisted pair but is thicker and less flexible, and modern networks often prefer twisted pair or fibre for new installations.

Fibre optic cable carries data as pulses of light through thin glass or plastic fibres. Fibre offers very high bandwidth, low signal loss, and excellent performance over long distances, which makes it the preferred choice for internet backbones and long-distance links. Fibre is immune to electrical interference and provides secure transmission because signals are hard to tap. Downsides include higher cost, careful handling during installation, and the need for specialised connectors and equipment.

Wireless media remove cables and provide mobility. Wi‑Fi uses radio waves to connect devices within a building or campus; Bluetooth connects devices over short ranges for PANs. Cellular networks use radio towers to cover large outdoor areas, while satellite links can reach remote places lacking ground infrastructure. Wireless connections are convenient but can be affected by obstacles, interference, and limited range. They also require stronger security because radio signals can be intercepted.

Choosing a medium depends on speed needs, distance, environment and budget. For most classrooms, twisted pair Ethernet or Wi‑Fi is sufficient; for linking buildings or providing high-speed internet, fibre is usually best.

📌 Examples
  • Twisted pair: Ethernet cable connecting a PC to a router.
  • Fibre optic: ISP delivering high-speed internet to a building using fibre.
  • Wireless: Students using Wi‑Fi on tablets in a classroom.
📊 Visual ideas
Draw comparisons: three parallel lines labelled Twisted Pair, Coaxial, Fibre with notes on distance and speed.
A house with a wireless router sending curved lines to devices indicating Wi‑Fi coverage.
⚙️6

Network Protocols

Network Protocols

Protocols are agreed rules that allow devices to communicate over a network. They define how data is packaged, how errors are handled, how devices start and end communication, and how messages are routed. Without protocols, devices from different manufacturers could not understand each other. Learning basic protocols helps students understand everyday services such as web browsing, email and file transfer.

A widely used protocol suite is TCP/IP. TCP (Transmission Control Protocol) breaks a message into small packets, numbers them, sends them across the network and makes sure they arrive by requesting re-transmission of missing packets. TCP provides reliability and checks data integrity, which is important for tasks like downloading documents or loading web pages where all data must be correct.

IP (Internet Protocol) sits below TCP in the stack and handles addressing and routing. IP attaches source and destination addresses to each packet so routers can forward packets toward the correct destination across many networks. Together, TCP and IP allow devices to communicate reliably across the internet.

Other protocols handle different jobs. HTTP (HyperText Transfer Protocol) defines how web pages are requested and delivered; HTTPS is the secure version that encrypts data between browser and server. SMTP (Simple Mail Transfer Protocol) is used to send email between mail servers, while POP and IMAP are used by email clients to retrieve messages. FTP (File Transfer Protocol) transfers files, though modern systems may use secure variants like SFTP which add encryption.

Some protocols trade reliability for speed. For example, UDP (User Datagram Protocol) sends packets without establishing a connection or guaranteeing delivery. This is useful for live audio or video where timely delivery is more important than perfect accuracy. Understanding the roles of these protocols helps students see why different applications behave differently and why some require more bandwidth or less delay than others.

📌 Examples
  • HTTP: Opening a website uses HTTP or HTTPS to transfer page content.
  • SMTP: Sending an email uses SMTP from your mail client to the mail server.
  • TCP/IP: When you watch a video, the data travels in packets labelled by IP addresses and checked by TCP.
📊 Visual ideas
Layered diagram showing Application (HTTP/SMTP), Transport (TCP), Internet (IP) and Link layers, with arrows showing data flow.
7

IP Addressing and DNS (Simple)

IP Addressing and DNS (Simple)

Every device on a network needs an address so data reaches the right place. An IP address is a unique number given to each device. For IPv4, addresses look like four numbers separated by dots, for example 192.168.1.2. These numbers identify both the network and the specific device on that network, enabling routers to deliver packets correctly.

Manually assigning numeric addresses to every website and device would be difficult for humans, so the Domain Name System (DNS) acts like a phone book for the internet. When you type a website name such as www.example.com into a browser, the browser asks a DNS server to translate that name into the corresponding IP address. Once the IP is known, the browser connects to the web server at that address. DNS servers are organised in a distributed fashion around the world, so name resolution is fast and reliable for most users.

Devices obtain IP addresses in two common ways. A static IP is set manually on the device and does not change; static addressing is useful for servers or printers that need a fixed address. A dynamic IP is assigned automatically by a DHCP (Dynamic Host Configuration Protocol) server, often built into the home router. DHCP simplifies network management because devices receive valid addresses without manual configuration and conflicts are avoided.

There are two IP versions in use: IPv4 and IPv6. IPv4 uses 32-bit addresses and is written in four groups of numbers; IPv6 uses longer 128-bit addresses to provide many more unique addresses as the internet grows. For Class 8, understanding IPv4 format and the role of DNS is sufficient to explain how devices find each other.

Knowing about IP and DNS helps students understand common problems: if DNS fails, domain names won’t resolve even if the server is available by IP; if a device has no IP address, it cannot communicate on the network. These ideas explain why routers provide DHCP and why DNS settings are important when configuring internet access.

📌 Examples
  • IPv4 address example: 192.168.0.10 for a computer on a home network.
  • DNS role: Converting www.google.com into an IP address so a browser can connect.
🧮 Formulas
  1. IPv4 address format: A.B.C.D where each part is 0–255.
📊 Visual ideas
Simple flow diagram: Browser request for www.site.com -> DNS server returns IP -> Browser connects to IP.
💻8

Internet, Intranet and Extranet

Internet, Intranet and Extranet

These three terms describe different kinds of networks and how they are used. The internet is the global collection of connected networks that allows people worldwide to access web pages, send email, use social media and much more. It is public and accessible to anyone with a suitable connection and the correct permissions. The internet is made up of many smaller networks linked by routers, cables and wireless systems managed by many organisations.

An intranet is a private network used within an organisation such as a school, company or government office. An intranet uses the same technologies as the internet — web pages, servers and email systems — but access is restricted to authorised users inside the organisation. Schools use intranets to share timetables, homework, student records and internal notices securely. Because access is limited, intranets can store sensitive information that should not be available to the general public.

An extranet sits between an intranet and the public internet. It provides controlled access for external users such as partners, vendors or collaborating institutions. For example, a school might give an examination board secure access to specific records through an extranet. Extranets allow collaboration while maintaining protection for the organisation’s private data.

Each type has its benefits and trade-offs. The internet offers wide reach and access to vast resources but requires careful security and behaviour. Intranets provide privacy, control and better management of internal resources but do not offer the broad reach of the internet. Extranets enable secure collaboration with outside groups without exposing all internal systems. Understanding these differences helps students know where to publish information: public announcements belong on the internet, internal documents on an intranet, and shared work with partners on an extranet.

For practical use, schools often combine these systems: a public website for the community, an intranet for staff and students, and an extranet for authorised external parties, each using appropriate passwords and security to protect data.

📌 Examples
  • Internet: Browsing educational websites for research.
  • Intranet: School portal for homework and attendance accessible only to teachers and students.
  • Extranet: A school sharing student exam data securely with an authorised examination board.
📊 Visual ideas
A Venn-style diagram showing the internet as the largest circle, intranet as a private circle inside a company, and extranet as a bridge between intranet and partner networks.
⚙️9

Common Network Services

Common Network Services

Networks provide a variety of services that help users communicate, collaborate, and access resources. These services are usually hosted on servers that run specialised software to manage requests from many users. Important services students should know are email, web hosting, file sharing, printing, and remote access.

Email services allow users to send and receive messages and attachments quickly. A mail server accepts outgoing mail using SMTP and delivers incoming mail to users who retrieve it using POP or IMAP. Web hosting stores website files on a web server, which responds to HTTP or HTTPS requests from browsers. When you open a webpage, your browser requests files from a web server, which then sends HTML, images and scripts so the page appears correctly. Secure sites use HTTPS to encrypt traffic between the browser and server.

File sharing services put documents, presentations and other resources on a central file server or cloud storage so many users can access the same files. This prevents confusion from multiple copies and makes backup easier. Shared folders can have permissions so only specific users can view or edit them. Network printers act as shared devices; a print server handles job queuing and sends print data to the printer from many clients, saving money and space compared to individual printers for each user.

Remote access services let users reach files or control another computer from elsewhere. Examples include cloud drives and remote desktop tools. Streaming services deliver audio and video in real time; they require steady bandwidth and may use special protocols or buffering to avoid interruptions. Other specialised services include directory services for user authentication and DHCP for automatic IP address assignment.

Understanding these services helps students use networks responsibly: they should save school work on shared servers, use email appropriately, and respect storage limits and file organisation guidelines. Teachers and network managers control service access to ensure performance and security for all users.

📌 Examples
  • Email: Sending project work to a teacher as an attachment.
  • File sharing: Students accessing a class folder on a school server.
  • Printing: Multiple students sending documents to a network printer.
📊 Visual ideas
Diagram of a server labelled File Server with arrows to several client computers accessing files.
⚙️10

Basic Network Security

Basic Network Security

Network security protects data and devices from unauthorised access, theft and damage. For everyday users like students, simple but consistent habits make a big difference. Awareness of these measures helps prevent common problems such as lost passwords, malware, and unwanted access to private information.

Start with strong passwords. A strong password uses a mix of upper and lower case letters, numbers and symbols, and is not a common word or easily guessed phrase. Never keep default passwords on routers or other network devices; change them during setup. Use different passwords for different services and change them periodically. Where possible, enable two-factor authentication for extra protection.

Encryption is important for wireless networks. Use modern Wi‑Fi security standards such as WPA2 or WPA3 so that data sent over the air is scrambled and difficult for others to read. Avoid using unsecured public Wi‑Fi for sensitive tasks or use a trusted VPN to secure the connection. Keep operating systems, browsers and antivirus software updated because updates often fix security weaknesses attackers could exploit.

Firewalls act as gatekeepers between your device or network and the wider internet. Many home routers include a basic firewall; schools use network firewalls to control which services are reachable from outside. Be cautious with downloads and email attachments: open files only from trusted sources and scan them for malware. Limit file sharing to necessary folders and set permissions so only authorised users can edit or view private documents.

Backup important work regularly so it can be restored if a device fails or data is lost. Teach responsible reporting: inform a teacher or administrator if you see suspicious messages, unknown devices on the network, or signs of a compromised account. These basic security steps reduce risk and help maintain a safe learning environment online.

📌 Examples
  • Change the default router password when setting up home Wi‑Fi.
  • Enable WPA2 encryption on a wireless network to secure traffic.
  • Use antivirus software and update it regularly to scan for threats.
📊 Visual ideas
A simple diagram showing a router with a shield symbol (firewall) between home devices and the internet.
⚙️11

Troubleshooting Common Network Problems

Troubleshooting Common Network Problems

Network problems happen often, but many are simple to diagnose and fix. A careful, step-by-step approach helps find the cause quickly. Start with the physical layer and then move to settings and services. Keep calm and record what you tried so others can help if needed.

Step one is to check physical connections and power. Ensure cables are firmly plugged into the correct ports and devices are switched on. For wireless problems check that Wi‑Fi is enabled on the device and the device is within range of the router. If a router or modem shows unusual lights, note their colour and pattern as these give clues to the problem.

Step two is to restart devices. Rebooting the computer, router or modem can clear temporary faults and re-establish connections. This is a common and effective first fix. Step three is to check indicator lights and device status. A router’s WAN light shows internet connectivity; if it is off, try connecting a computer directly to the modem to test if the ISP connection is active. If direct connection works, the router may need resetting or reconfiguration.

Step four is to verify network settings. Check that the device has an IP address; on many networks DHCP provides addresses automatically, but if the device shows an APIPA address (169.254.x.x) or no address, renew the IP lease or set correct network settings. For Wi‑Fi, re-enter the network password and confirm the correct SSID is used. If only one website is unreachable, try clearing the browser cache, using a different browser, or pinging the website IP to see if DNS is the issue.

Step five is to consider interference and bandwidth. Too many devices streaming or downloading at once can slow the network for others; ask users to pause large downloads during lessons. If wireless signal is weak, move closer to the router or reposition the router for better coverage. If problems persist, check for firmware updates for the router or contact the ISP to ask about outages. For school networks, report the issue to the network administrator with details of the steps taken and any error messages to speed up resolution.

📌 Examples
  • Fix slow Wi‑Fi by moving closer to the router and reducing devices using the network.
  • Test internet by connecting a laptop directly to the modem to check ISP connection.
  • Renew IP address when a device says 'No network access' in settings.
📊 Visual ideas
Flow chart: Check cables -> Restart devices -> Check lights -> Test direct connection -> Contact ISP/tech support.
⚙️12

Setting Up a Small Home or Classroom Network

Setting Up a Small Home or Classroom Network

Setting up a simple network is a useful practical skill. For a basic home or classroom LAN with internet, you need a modem that connects to the internet service, a router to share that connection, and devices such as computers and printers. For wired connections use Ethernet cables from devices to the router or a switch. For wireless connections configure the router’s Wi‑Fi with a secure password and give the network a name (SSID) that is easy to recognise.

Steps include placing the router centrally for good coverage, connecting the modem to the router’s WAN port, and connecting a computer to the router to access its setup page via a browser. Change default login details, set Wi‑Fi encryption to WPA2 or WPA3, and enable a guest network for visitors to keep the main network secure. For shared printers, either connect the printer to the network via Ethernet/Wi‑Fi or share it from a computer designated as a print server.

Use DHCP for automatic IP address assignment unless specific devices need fixed IPs (such as a server or printer). Make a simple inventory noting device names and IP addresses. Test the network by accessing the internet, printing, and sharing a sample file from one device to another. Keep a record of usernames and passwords in a safe place and update firmware occasionally to maintain performance and security.

📌 Examples
  • Home setup: Modem -> Router -> Wi‑Fi devices and one wired desktop via Ethernet.
  • Classroom: Router connected to a switch, with multiple computers wired to the switch and a network printer.
📊 Visual ideas
A layout showing modem -> router -> switch -> multiple wired PCs, and wireless devices connecting to the router.
💻13

Responsible Use and Online Etiquette

Responsible Use and Online Etiquette

Using networks responsibly means respecting others, protecting your privacy and following rules set by the school. Good online habits help everyone learn safely and prevent problems such as cyberbullying, privacy breaches and legal trouble. Students should practise polite behaviour in messages and on forums, treat others with respect, and avoid posting or sharing material that could embarrass or harm someone.

Privacy is important. Do not share personal information like home address, phone number or passwords on public sites. When using school devices or a shared network, always log out of accounts and close browser windows containing personal data. Ask permission before posting photos or work that include classmates, and remember that what you put online can be copied or shared beyond your control. Think before you post.

Respect intellectual property by not copying others’ work without credit. When using resources for projects, note the source and use authorised materials. Don’t download or use pirated software and respect school rules about software installations. Manage shared storage responsibly: keep files organised, remove unneeded personal files, and follow folder naming conventions so others can find work easily.

Be cautious with unknown emails and links. Phishing attempts try to trick users into revealing passwords or installing harmful programs. If an email or message asks for sensitive information, verify with a teacher before responding. Report bullying, suspicious messages or inappropriate content to a trusted adult instead of engaging. Balance online time: use networks mainly for learning and group work during school hours and limit gaming or social media during study time.

By following these habits—polite communication, privacy protection, respect for copyright, careful handling of downloads and clear reporting—students become responsible digital citizens and help keep the school network safe and productive for everyone.

📌 Examples
  • Ask a teacher before posting class photos online.
  • Use only school-approved cloud storage for submitting assignments.
  • Report a suspicious email asking for passwords to a teacher immediately.
📊 Visual ideas
A poster-style layout listing Do's (Ask permission, Be polite, Use trusted sites) and Don'ts (Share passwords, Post private info, Download unknown files).

Key Concepts

Network
A group of connected devices that can exchange data and share resources.
LAN
Local Area Network connecting devices within a small area like a home or school.
WAN
Wide Area Network that links networks over large distances, such as the internet.
PAN
Personal Area Network for devices close to one user, often using Bluetooth.
Topology
The physical or logical layout of devices in a network.
NIC
Network Interface Card that enables a device to connect to a network.
Router
A device that forwards data between different networks and directs traffic to destinations.
Switch
A network device that sends data only to the intended recipient port.
Modem
A device that converts signals between the internet service and a home network.
IP Address
A unique numerical label assigned to a device on a network.
DNS
Domain Name System that translates website names into IP addresses.
Protocol
A set of rules that governs how data is transmitted and received over a network.
Bandwidth
The capacity of a network link to carry data, often affecting speed.
Firewall
A security system that controls incoming and outgoing network traffic.
DHCP
Dynamic Host Configuration Protocol that assigns IP addresses automatically.

Practice Questions

  1. What is a computer network and why do we need it? / कंप्यूटर नेटवर्क क्या है और हमें इसकी आवश्यकता क्यों होती है?
    Show answer

    A computer network is a group of devices connected so they can share data and resources like printers and internet. We need networks to communicate quickly, share files, save data centrally, and use shared services which save cost and improve collaboration. / कंप्यूटर नेटवर्क डिवाइसों का एक समूह है जो आपस में जुड़ा होता है ताकि वे डेटा और संसाधन जैसे प्रिंटर और इंटरनेट साझा कर सकें। हमें नेटवर्क इसलिए चाहिए ताकि हम तेज़ी से संवाद कर सकें, फाइलें साझा कर सकें, डेटा को केंद्रीकृत रूप से सुरक्षित रख सकें और साझा सेवाओं का उपयोग कर सकें जो लागत बचाते हैं और सहयोग को बढ़ाते हैं।

  2. Give one example each of PAN, LAN and WAN. / PAN, LAN और WAN का एक-एक उदाहरण दीजिए।
    Show answer

    PAN example: A phone connected to wireless earphones via Bluetooth. LAN example: A school computer lab with a shared printer. WAN example: The internet connecting two schools in different cities. / PAN उदाहरण: एक फोन जो ब्लूटूथ से वायरलेस ईयरफोन से जुड़ा है। LAN उदाहरण: एक स्कूल का कंप्यूटर लैब जिसमें साझा प्रिंटर है। WAN उदाहरण: इंटरनेट जो अलग शहरों में स्थित दो स्कूलों को जोड़ता है।

  3. List two advantages and one disadvantage of star topology. / स्टार टोपोलॉजी के दो लाभ और एक हानि बताइए।
    Show answer

    Advantages: (1) If one device fails, others keep working; (2) Easy to add or remove devices. Disadvantage: If the central device (switch/router) fails, the whole network can stop working. / लाभ: (1) यदि एक डिवाइस फेल हो जाता है तो अन्य काम करते रहते हैं; (2) डिवाइस जोड़ना या हटाना आसान है। हानि: यदि केंद्रीय डिवाइस (स्विच/राउटर) फेल हो जाए तो पूरा नेटवर्क बंद हो सकता है।

  4. What is the role of a router in a network? / नेटवर्क में राउटर की भूमिका क्या है?
    Show answer

    A router connects different networks, directs data packets to their correct destinations, and often provides a gateway to the internet and wireless access for devices. / राउटर अलग-अलग नेटवर्कों को जोड़ता है, डेटा पैकेट्स को उनके सही गंतव्य तक पहुँचाता है और अक्सर इंटरनेट के लिए गेटवे तथा डिवाइसों के लिए वायरलेस एक्सेस भी प्रदान करता है।

  5. Name three types of transmission media and one advantage of fibre optic cable. / प्रसारण माध्यमों के तीन प्रकार नामित कीजिए और फाइबर ऑप्टिक के एक लाभ बताइए।
    Show answer

    Three types: Twisted pair cable, Coaxial cable, Fibre optic cable (also wireless). Advantage of fibre optic: Very high speed and low signal loss over long distances. / तीन प्रकार: ट्विस्टेड पेयर केबल, कोएक्सियल केबल, फाइबर ऑप्टिक केबल (साथ ही वायरलेस)। फाइबर ऑप्टिक का लाभ: लंबी दूरी पर बहुत उच्च गति और कम सिग्नल ह्रास।

  6. What does DNS do when you type a website name? / जब आप किसी वेबसाइट का नाम टाइप करते हैं तो DNS क्या करता है?
    Show answer

    DNS translates the website name into its IP address so your browser can find and connect to the correct web server. / DNS वेबसाइट के नाम को उसके IP पते में बदलता है ताकि आपका ब्राउज़र सही वेब सर्वर को ढूंढकर उससे कनेक्ट कर सके।

  7. List four simple steps to secure a home Wi‑Fi network. / होम वाई‑फाई नेटवर्क को सुरक्षित करने के चार सरल कदम बताइए।
    Show answer

    Steps: Change the default router password, enable WPA2/WPA3 encryption, update router firmware regularly, and use a strong Wi‑Fi password that is not shared publicly. / कदम: डिफ़ॉल्ट राउटर पासवर्ड बदलें, WPA2/WPA3 एन्क्रिप्शन सक्षम करें, राउटर फ़र्मवेयर नियमित रूप से अपडेट करें, और एक मजबूत वाई‑फाई पासवर्ड का उपयोग करें जिसे सार्वजनिक रूप से साझा न किया जाए।

  8. A student cannot access the internet but other classmates can. List three checks to do first. / एक छात्र इंटरनेट तक नहीं पहुँच पा रहा है जबकि अन्य सहपाठी पहुँच रहे हैं। पहले तीन जाँचें कौन‑सी करें?
    Show answer

    Checks: (1) Ensure the student's device is connected to the right Wi‑Fi network and has the correct password; (2) Check if the device has a valid IP address or try renewing the IP; (3) Restart the device and, if possible, connect the device directly to the router by cable to test. / जाँचें: (1) सुनिश्चित करें कि छात्र की डिवाइस सही वाई‑फाई नेटवर्क से जुड़ी है और पासवर्ड सही है; (2) जाँचें कि डिवाइस के पास वैध IP पता है या IP नवीकरण करने की कोशिश करें; (3) डिवाइस को पुनरारंभ करें और यदि संभव हो तो केबल द्वारा सीधे राउटर से कनेक्ट कर के टेस्ट करें।

  9. Explain why shared drives are better than using many USB drives in a school. / स्कूल में कई USB ड्राइव्स के बजाय साझा ड्राइव बेहतर क्यों होते हैं बताइए।
    Show answer

    Shared drives centralise files so everyone can access the latest version, reduce loss risk from damaged or lost USB drives, simplify backups, and allow controlled access for teachers and students. / साझा ड्राइव फ़ाइलों को केंद्रीकृत करते हैं ताकि हर कोई नवीनतम संस्करण प्राप्त कर सके, खोई या क्षतिग्रस्त USB ड्राइव्स से होने वाले नुकसान के जोखिम को कम करते हैं, बैकअप सरल बनाते हैं और शिक्षकों व छात्रों के लिए नियंत्रित पहुँच की अनुमति देते हैं।

  10. Define DHCP in one sentence and give its benefit. / एक वाक्य में DHCP क्या है और इसका लाभ बताइए।
    Show answer

    DHCP (Dynamic Host Configuration Protocol) automatically assigns IP addresses to devices on a network, and its benefit is that it removes the need to set IP addresses manually and prevents address conflicts. / DHCP (डाइनैमिक होस्ट कॉन्फ़िगरेशन प्रोटोकॉल) नेटवर्क पर डिवाइसों को स्वतः IP पते सौंपता है, और इसका लाभ यह है कि यह मैन्युअल रूप से IP पते सेट करने की आवश्यकता को हटाता है और पते के टकराव को रोकता है।

Related Laws & Principles

Explore all

Foundational laws & principles connected to this chapter — tap to open in the Laws Explorer.

Loading related laws…
Sourced from 0 content files · LLOS Learn · browse all chapters