Edzy
AI TutorResourcesToolsCompareBuy
SearchDownload AppLogin
Edzy

Edzy for Classes 6-12

Edzy is a personal AI tutor for CBSE and State Board students, with curriculum-aligned guidance, practice, revision, and study plans that adapt to each learner.

  • Email: always@edzy.ai
  • Phone: +91 96256 68472
  • WhatsApp: +91 96256 68472
  • Address: Sector 63, Gurgaon, Haryana

Follow Edzy

Browse by Class

  • CBSE Class 6
  • CBSE Class 7
  • CBSE Class 8
  • CBSE Class 9
  • CBSE Class 10
  • CBSE Class 11
  • CBSE Class 12
Explore the CBSE resource hub

Explore Edzy

  • Study Resources
  • Free Study Tools
  • Best Apps for Board Exams
  • Edzy vs ChatGPT
  • About Us
  • Why We Built Edzy
  • Blog
  • CBSE AI Tutor

Support & Legal

  • Help & FAQs
  • Accessibility
  • Privacy Policy
  • Terms & Conditions
  • Refund Policy
  • Cookie Policy
  • Site Directory

© 2026 Edzy. All rights reserved.

Curriculum-aligned learning paths for students in Classes 6-12.

CBSE
Class 12
Computer Science
Computer Science
Computer Networks

Worksheet

Practice Hub

Worksheet: Computer Networks

This chapter introduces computer networks, detailing their importance and functionality in connecting devices for information exchange.

Structured practice

Computer Networks - Practice Worksheet

Strengthen your foundation with key concepts and basic applications.

This worksheet covers essential long-answer questions to help you build confidence in Computer Networks from Computer Science for Class 12 (Computer Science).

Practice Worksheet

Practice Worksheet

Basic comprehension exercises

Strengthen your understanding with fundamental questions about the chapter.

Questions

1

Define a computer network and explain its importance in modern communication.

A computer network is an interconnection of two or more computers or devices that allows them to communicate and share resources. The importance of computer networks lies in their ability to facilitate the exchange of information in real-time, enhancing collaboration and communication among users globally. For instance, email systems, video conferencing tools, and social media platforms all rely on networks to function, enabling users to interact from different regions as if they were in the same location. Additionally, networks enable centralized resource management, which reduces costs and improves efficiency within organizations. Overall, computer networks form the backbone of modern digital communication.

2

What are the different types of computer networks based on geographical coverage? Describe each with examples.

Computer networks are categorized into four main types based on geographical coverage: Personal Area Network (PAN), Local Area Network (LAN), Metropolitan Area Network (MAN), and Wide Area Network (WAN). A PAN is a small network, usually within a range of a few meters, such as connecting a smartphone to a laptop. A LAN covers a limited area, like a home, school, or office, allowing connected devices to share resources like printers and files (example: a school network). A MAN spans a city or a large campus, integrating multiple LANs; for instance, a cable TV service in a metropolitan area. Finally, a WAN covers large geographical distances and can connect multiple LANs and MANs across countries; the Internet is the largest example of a WAN.

3

Explain the term 'network topology' and discuss various types of network topologies.

Network topology refers to the arrangement of different elements (links, nodes, etc.) in a computer network. The primary topologies include: Mesh (each device connects to every other), Star (all devices connect to a central hub), Bus (all devices share a single communication line), Ring (devices connected in a circular fashion), and Hybrid (combination of two or more topologies). Mesh topology is reliable but complex, while Star is easy to maintain; Bus is cost-effective but less reliable if the central cable fails. Ring topology can lead to delays if a device fails. Hybrid topology provides flexibility and can be optimized for specific needs.

4

What is the Domain Name System (DNS), and how does it function in Internet communication?

The Domain Name System (DNS) is a hierarchical system that translates human-readable domain names (like www.example.com) into IP addresses that computers use to identify each other on the network. DNS functions through several servers organized in a hierarchy. When a user types a URL into their browser, the request goes to a DNS resolver, which queries various DNS servers to find the corresponding IP address. Once found, the resolver sends the IP address back to the user's browser, enabling it to load the desired website. DNS is crucial for usability on the Internet, as it allows users to navigate using easy-to-remember names instead of numeric addresses.

5

Describe the process of packet switching and its advantages in network communication.

Packet switching is a method of data transmission in which data is broken into smaller packets before being sent to its destination. Each packet can take different paths through the network, allowing efficient use of bandwidth. Once all packets arrive, they are reassembled into the original data. The advantages of packet switching include improved bandwidth utilization, resilience to network failures (as packets can find alternate routes), and reduced latency since packets can be sent immediately without waiting for a complete message. This method is fundamental to how data travels across the Internet.

6

What roles do routers and switches play in a network? Discuss their functionalities.

Routers and switches are essential devices in computer networks with distinct roles. A router connects different networks and manages traffic between them by determining the best path for data packets to travel. Routers can connect LANs to the Internet. On the other hand, a switch is used to connect devices within the same network, allowing them to communicate efficiently. Switches operate at the data link layer, forwarding data only to the intended recipient through MAC addresses, which reduces collision domains and increases performance. Together, routers and switches enable effective data routing and communication within and between networks.

7

What is a modem, and how does it facilitate Internet connectivity?

A modem, short for Modulator-Demodulator, is a device that converts digital signals from a computer into analog signals suitable for transmission over phone lines or cable systems and vice versa. It enables computers to connect to the Internet by transmitting and receiving data through these lines. Modems can be internal or external and are crucial for broadband access in homes and offices. They encapsulate data into packets that can be sent over various media, ensuring that the signal remains strong and reliable throughout the transmission process, which facilitates seamless Internet connectivity.

8

Discuss the significance of MAC addresses and IP addresses in network communication.

MAC (Media Access Control) addresses and IP (Internet Protocol) addresses are critical for identifying devices on a network. A MAC address is a unique identifier assigned to a network interface card (NIC), allowing devices to communicate within the same physical network segment. It is fixed and remains unchanged throughout the device's life. Conversely, an IP address identifies a device on the Internet or any other network, enabling routing of packets across diverse networks. Unlike MAC addresses, IP addresses can change when devices move between networks. This dual system ensures that devices can be uniquely identified both locally (via MAC) and globally (via IP).

9

Explain the concept of bandwidth and its importance in network performance.

Bandwidth refers to the maximum rate at which data can be transmitted over a network channel, measured in bits per second (bps). It is crucial in determining the speed and performance of network communications. Higher bandwidth allows more data to be transmitted simultaneously, leading to faster Internet speeds and improved application performance, especially for data-intensive tasks like video streaming, online gaming, and large file transfers. In contrast, limited bandwidth can result in congestion, slower speeds, and reduced quality of service, impacting user experience. Understanding bandwidth helps in planning and optimizing network resources effectively.

Learn Better On The App
Built for collaborative learning

Study With Friends

Join classmates, challenge them in duels, and make practice more engaging.

Quick duels
Shared momentum

Faster access to practice, revision, and daily study flow.

Edzy mobile app preview

Computer Networks - Mastery Worksheet

Advance your understanding through integrative and tricky questions.

This worksheet challenges you with deeper, multi-concept long-answer questions from Computer Networks to prepare for higher-weightage questions in Class 12.

Mastery Worksheet

Mastery Worksheet

Intermediate analysis exercises

Deepen your understanding with analytical questions about themes and characters.

Questions

1

Explain the role of different networking devices (hub, switch, router) in a Local Area Network (LAN). Provide examples where each device would be most effectively used.

Hub is a basic networking device used to connect multiple Ethernet devices, making them act as a single network segment. While it is simple and cheap, it sends data to all ports regardless of the destination, leading to collisions. A switch is more advanced; it connects devices within a LAN and intelligently sends data only to the destination port, which optimizes bandwidth usage and reduces collisions. A router is used to connect different networks, directing data packets between them, such as a home LAN and the Internet, managing traffic efficiently and providing security features like firewalls.

2

Discuss the advantages and disadvantages of the star topology compared to the bus topology in a network setting. Use diagrams where necessary.

Star topology connects all devices to a central hub. Advantages include ease of troubleshooting and isolation of devices; failure of one link doesn't affect the rest. However, this dependency on a central hub can lead to a single point of failure. In contrast, bus topology connects all devices with a single backbone cable, which can be more cost-effective and easier to lay out initially. However, a break in the bus cable can disrupt the entire network, and troubleshooting can be harder as all devices share the same communication medium. Diagrams can illustrate the layout of connections in both topologies.

3

How do MAC addresses and IP addresses function in network communication? Illustrate the differences between them with examples.

MAC addresses are physical addresses assigned to network interfaces at the time of manufacture, typically represented in hexadecimal form (e.g., 00:14:22:01:23:45). They remain constant regardless of network location, ensuring local device identification. IP addresses, contrastingly, are logical addresses assigned to devices enabling communication over the internet. They can change based on the network a device connects to (e.g., 192.168.1.1). This dynamic nature allows routing over different networks, whereas MAC addresses are fixed and used primarily within the local network segment.

4

Analyze the evolution of networking technologies from ARPANET to the modern internet. Highlight key milestones and their significance.

Key milestones include ARPANET's creation in the late 1960s, marking the start of network communications; the introduction of TCP/IP in the 1980s, providing a standardized protocol for data transmission; and the establishment of the World Wide Web by Tim Berners-Lee in 1990, revolutionizing information accessibility. Each development was crucial for expanding user access, improving data communication reliability, and paving the way for the massive interconnectivity seen today.

5

Differentiate between LAN, MAN, and WAN in terms of technology, geographical coverage, and typical use cases.

LAN (Local Area Network) provides connectivity over a small geographic area, such as a single building or campus, using wired (Ethernet) and wireless technologies. MAN (Metropolitan Area Network) covers a larger area, like a city, connecting multiple LANs often using fiber optics. WAN (Wide Area Network) spans broad geographic areas, typically using leased telecommunication lines to connect multiple LANs and MANs. Examples include a home network for LAN, city-wide Wi-Fi for MAN, and the Internet for WAN.

6

Define the Domain Name System (DNS) and illustrate how it resolves domain names to IP addresses. Discuss its importance in internet navigation.

DNS is a hierarchical decentralized naming system for computers, services, or any resource connected to the Internet. It translates human-readable domain names (e.g., www.example.com) into IP addresses (e.g., 192.0.2.1) that computers use to identify each other on the network. By using a system of distributed servers, DNS enhances usability—without it, users would have to remember numerical IP addresses instead of memorable domain names, simplifying web navigation.

7

Evaluate the role of networking topologies in network design. Compare their impact on performance, scalability, and fault tolerance.

Different topologies, such as mesh, star, and bus, significantly influence performance and scalability. For instance, mesh topology, while reliable, is costly and complex. Star topologies are easier to manage but reliant on a central device that, if fails, brings down the network. Bus topologies are cheaper but are not as scalable and can fail if the main connection breaks. The choice of topology affects network resilience and efficiency, guiding network layout based on requirements.

8

Describe the concept of bandwidth and latency in network performance. How do they affect data transmission?

Bandwidth refers to the maximum rate of data transfer across a network channel, typically measured in Mbps. Latency is the time delay experienced in a system, usually measured in milliseconds. High bandwidth ensures fast data transmission, while low latency guarantees quicker response times. Together, they significantly influence user experience; for instance, streaming high-definition video requires high bandwidth and low latency to minimize buffering.

9

Discuss the security implications in computer networks and the importance of implementing proper security measures.

In today’s interconnected world, security in computer networks is crucial to prevent unauthorized access, data breaches, and cyber threats. Common threats include malware, denial-of-service attacks, and phishing. Implementing security measures such as firewalls, encryption, and intrusion detection systems protects sensitive information and ensures data integrity during transmission. Assessing risk and continuously adapting security strategies is important as technologies evolve.

Computer Networks - Challenge Worksheet

Push your limits with complex, exam-level long-form questions.

The final worksheet presents challenging long-answer questions that test your depth of understanding and exam-readiness for Computer Networks in Class 12.

Challenge Worksheet

Challenge Worksheet

Advanced critical thinking

Test your mastery with complex questions that require critical analysis and reflection.

Questions

1

Evaluate the implications of the rise of the Internet of Things (IoT) on personal data security.

Discuss how IoT expands the attack surface for cyber threats. Include examples of potential breaches caused by connected devices, and evaluate methods of enhancing security while maintaining usability.

2

Analyze the differences between LAN, MAN, and WAN based on performance metrics and security concerns.

Explore the trade-offs in speed, cost, scalability, and security for each type of network. Compare scenarios where one type is more advantageous than the others.

3

Synthesize the advantages and disadvantages of different networking topologies (Mesh, Star, Bus, Ring) in relation to network reliability.

Provide a detailed comparison focusing on fault tolerance, ease of maintenance, and data flow efficiency. Present use-cases illustrating why a particular topology may be chosen in specific conditions.

4

Assess the role of DNS in simplifying Internet connectivity, and evaluate the consequences of DNS failure for businesses and individuals.

Detail how DNS resolves user-friendly domain names to IP addresses, and analyze potential impacts such as downtime and associated loss of revenue during a DNS outage.

5

Discuss the ethical implications of network surveillance by ISPs and compare them to privacy rights of users.

Discuss arguments for and against surveillance in optimizing network performance versus respecting user privacy. Include examples of legislation that addresses this concern.

6

Critique the effectiveness of various networking devices (routers, switches, modems) in supporting different traffic types in a corporate network.

Evaluate the importance of each device in facilitating data communication and controlling traffic flow, analyzing scenarios of congestion and failure.

7

Formulate strategies for enhancing security in a Local Area Network (LAN) using modern networking technologies.

Present comprehensive security measures such as firewalls, encryption, and management protocols to safeguard data against threats within a LAN.

8

Evaluate the challenges and solutions associated with transitioning from IPv4 to IPv6.

Analyze issues of address space exhaustion and compatibility, presenting strategies for smooth migration and benefits of IPv6 such as improved routing and security features.

9

Investigate how networking topologies can impact the performance and scalability of a healthcare information system.

Examine different topologies in healthcare settings, discussing how they affect patient data accessibility and reliability in emergencies.

10

Identify the implications of wireless networking advancements on traditional business operations and employee productivity.

Discuss benefits such as flexibility and efficiency, but also analyze potential risks like security vulnerabilities due to wireless exposure.

Chapters related to "Computer Networks"

Sorting

This chapter covers different sorting algorithms, including bubble sort, selection sort, and insertion sort. Understanding these concepts is essential for efficient data organization in computer science.

Start chapter

Searching

This chapter explains various searching techniques in computer science, including linear search, binary search, and hashing, highlighting their significance in data retrieval.

Start chapter

Understanding Data

This chapter covers the concepts of data, its collection, storage, processing, and the statistical techniques used to analyze data. Understanding data is essential for effective decision-making in various fields.

Start chapter

Database Concepts

This chapter focuses on the principles of database management, covering file systems, database management systems, relational models, and the importance of keys in databases.

Start chapter

Structured Query Language (SQL

This chapter introduces Structured Query Language (SQL), essential for managing databases effectively. It covers creation, manipulation, and retrieval of data in databases, highlighting its significance in computer science.

Start chapter

Data Communication

This chapter introduces the concept of data communication, its components, and various technologies involved. Understanding these concepts is crucial for effective data transfer and communication in today's digital world.

Start chapter

Security Aspects

This chapter discusses essential security aspects in computer science, focusing on malware, threats, and preventive measures. Understanding these concepts is crucial for protecting devices and data in a connected world.

Start chapter

Project Based Learning

This chapter explores Project Based Learning, focusing on its significance, strategies for effective project execution, and the importance of teamwork in achieving project goals.

Start chapter

Worksheet Levels Explained

This drawer provides information about the different levels of worksheets available in the app.

Computer Networks Summary, Important Questions & Solutions | All Subjects

Question Bank

Worksheet

Revision Guide