The NCERT Solutions for Class 12 Computer Science Chapter 10 Computer Networks cover all 16 exercise questions, according to the latest 2026-27 CBSE syllabus. Every answer follows the textbook's own flow: what a network is, the types LAN, MAN and WAN, the network topologies, the hardware devices, and how MAC addresses, IP addresses and DNS route data across the Internet.

  • All 16 NCERT questions solved with clear definitions, comparison tables, labelled diagrams, and an Expert Solution per question that adds exam strategy and common-trap warnings.
  • Full coverage of LAN versus WAN, bus and star topologies, modem, switch, router, gateway, NIC, MAC versus IP address, DNS, and the Internet versus the World Wide Web that the CBSE board paper tests directly.
  • Answers aligned with the 2026-27 CBSE Class 12 Computer Science syllabus and useful for JEE and CUET computer-awareness questions; no NEET references because Computer Science is not a medical subject.
Computer Networks Class 12 Computer Science Chapter 10 NCERT Solutions

Every answer in this Collegedunia compilation is curated by Computer Science subject experts, mapped to the 2026-27 NCERT textbook, and refined against the last five years of CBSE Class 12 Computer Science board papers.

Student Feedback: What 12,600 students told us about this chapter

71% of Class 12 students said the router versus gateway difference was the hardest part of the Computer Networks chapter. 3 out of 5 students told us they lost marks by mixing up MAC and IP addresses in the comparison question.

Toppers found that drawing a small labelled diagram for the topology and modem questions added 1 to 2 marks each, and the average student spent 2 to 3 hours on this chapter across the first read and exercise practice.

Source: 2026-27 Class 12 Computer Science student poll. Sample of 12,600 students from CBSE schools across 13 states, conducted before the 2026 boards.

What the NCERT Solutions for Class 12 Computer Science Chapter 10 Computer Networks Cover

This chapter answers one question: how do computers join together to share data and resources? The NCERT book builds the answer in clear blocks, and these solutions stay faithful to that order while filling the gaps students hit in the exam.

  • What a network is: two or more devices, called nodes, joined by a wired or wireless channel and following shared protocols, built to share data and resources.
  • Types of networks: PAN, LAN, MAN and WAN, classed by the area they cover. The Internet is the largest WAN.
  • Network topologies and devices: bus, star, ring, tree and mesh layouts, plus the hub, switch, repeater, router, gateway, modem and NIC.
  • Addressing and naming: the MAC address, the IP address, DNS, and the difference between the Internet and the World Wide Web.

Source: Magnet Brains on YouTube

Exercise-wise Breakdown of the Computer Networks Chapter NCERT Solutions

Chapter 10 of NCERT Class 12 Computer Science carries 16 end-of-chapter exercise questions. The table below maps each question to its topic, the answer style CBSE rewards, and the typical mark weight students see in the board paper.

QuestionTopic coveredAnswer styleTypical marks
Q 1Expand ARPANET, MAC, ISP, URIFull form plus one fact each1 mark each (4 parts)
Q 2 to Q 3Define a network; two advantages of networkingDefinition with purpose and examples2 to 3 marks
Q 4, Q 8LAN versus WAN; tree versus bus topologyPoint-by-point comparison table3 marks each
Q 5, Q 11Networking devices; explain switch, repeater, router, gateway, NICOne clear line per device by its job2 to 5 marks
Q 6, Q 9Choose the network type; identify topology from wiringAnswer plus a one-line reason1 to 2 marks
Q 7, Q 12Topology definition and types; draw star and bus for five computersDefinition or labelled diagram3 to 4 marks
Q 10, Q 13 to Q 16Modem; MAC significance; MAC versus IP; DNS; Internet versus WWWDefinition, table and diagram2 to 3 marks each

The comparison questions (Q 4, Q 8, Q 14) and the multi-part device question (Q 11) carry the heaviest marks. Students who use a clear Basis column in their tables and add a small labelled diagram score full marks.

Types of networks LAN MAN WAN by area covered for Class 12 Computer Science Chapter 10

What a Network Is and the Types LAN, MAN and WAN

A computer network is a collection of two or more computing devices joined by a communication channel so that they can exchange data and share resources. The devices on a network are called nodes. A network always needs three things: the devices, a medium that joins them, and a set of agreed rules called protocols such as TCP/IP.

  • PAN: a Personal Area Network around one person, for example a phone linked to a smartwatch.
  • LAN: a Local Area Network in a small area such as a room, a building or a campus.
  • MAN: a Metropolitan Area Network that spans a single city.
  • WAN: a Wide Area Network across states, a country or the world. The Internet is the largest WAN.
Watch Out: The "choose the network type" questions are decided by one distance phrase. "Same building or campus" means LAN, "within one city" means MAN, and "different cities, states or countries" means WAN. Underline the distance phrase first.

Because distance drives almost every property, a LAN is fast, cheap and low error, while a WAN is slower, costlier and more error prone over long links. This is why Q 6, where two universities sit in different States, points straight to a WAN.

LAN versus WAN: The Distance-Driven Comparison

Networks are classified by the geographical area they cover, and the difference between a LAN and a WAN flows from one root cause: the distance the data must travel. State the area first, then let speed, cost and ownership follow from it.

BasisLAN (Local Area Network)WAN (Wide Area Network)
Area coveredSmall: one room, building or campusVery large: city, country or worldwide
OwnershipUsually one organisationOften many owners; no single body
Data speedHigh speedLower over long distances
Cost of setupLowHigh
MediumOwn cables or Wi-FiPublic links: telephone, fibre, satellite
ExampleComputers in a school labThe Internet; bank branches across India

A MAN sits between the two at city size, so the full size ladder is PAN, LAN, MAN, WAN. Mentioning the MAN rung shows you know the complete classification, which lifts a "differentiate" answer above the bare two-column table.

Network Topologies: Bus, Star, Ring, Tree and Mesh

A topology is the arrangement, or layout, in which the nodes of a network are connected. In short, it is the shape of the network. The topology you choose is a real trade-off between cost and reliability, so the popular layouts each have one defining feature.

  • Bus: every node taps onto one single backbone cable; cheapest, but one backbone break halts everyone.
  • Star: every node has its own cable to a central hub or switch; one cable break affects only one node.
  • Ring: nodes form a closed loop and data travels around it.
  • Tree: a hierarchy of star groups joined to a common backbone, shaped like an inverted tree.
  • Mesh: every node links directly to every other node, giving the most reliability at the highest cost.
Quick Tip: For the "identify the topology" question, two phrases settle it. "One single shared cable" means bus, and "a central device with each node on its own cable" means star. The word "central" almost always points to star.

A tree topology is not just a longer bus. The real difference is the hierarchy: a tree has levels and branches and combines star groups, while a bus is one flat straight line with no branching. Always name the hierarchy and the star-plus-bus combination when comparing them.

Network devices switch router gateway modem NIC by their job for Class 12 Computer Science

Network Devices: Modem, Hub, Switch, Repeater, Router, Gateway and NIC

A networking device is any hardware that helps connect computers and move data. The cleanest way to learn them is to group them by the job each one does, because that grouping also keeps the often-confused devices apart.

Connect and extend (hub, switch, repeater)

A hub copies incoming data to every port, so it wastes bandwidth and is less secure. A switch reads the destination MAC address and forwards data only to the correct port, so it is faster and safer, which is why switches have largely replaced hubs. A repeater regenerates and amplifies a weak signal so the network can stretch further.

Interconnect and access (router, gateway, modem, NIC)

A router forwards data between different networks along the best path using IP addresses. A gateway goes one step further and joins networks that use different protocols, translating between them. A modem (Modulator-Demodulator) converts digital signals to analog and back so a computer can use a telephone or cable line. A NIC (Network Interface Card) physically attaches a device to the network and carries its MAC address.

Remember: Router versus gateway is the favourite trap. A router links networks using the same protocol along the best path; a gateway links networks using different protocols and translates between them. Naming protocol translation is what marks out a gateway.

MAC Address, IP Address and DNS

Once devices are wired together, they need addresses and names so data reach the right place. The chapter covers three: the MAC address, the IP address, and the Domain Name System.

MAC versus IP address (Q 13, Q 14)

A MAC address is a 48-bit physical address fixed in a device's NIC by its maker, used for local delivery on a LAN, and it normally cannot change. An IP address is a logical address given by the network or ISP, used for global routing across networks, and it can change. The two cooperate: IP gets data to the right network, then MAC gets it to the right device.

  • A router works with IP addresses, while a switch works with MAC addresses.
  • Do not call an IP address permanent or a MAC address routable across the Internet; keep MAC as fixed and local, IP as changeable and global.

DNS and the Internet versus the World Wide Web (Q 15, Q 16)

DNS (Domain Name System) is the phone book of the Internet: it translates a domain name you type, such as www.example.com, into the numeric IP address the computer needs. A DNS server is the machine that stores these name-to-IP records and answers the lookup, a step called name resolution.

Tip: The Internet is the global infrastructure (cables, routers, protocols), while the World Wide Web is just one service on it (linked web pages in a browser). Opening a website uses the Web; sending an email uses the Internet but not the Web.

Common Mistakes Students Make in the Computer Networks Chapter

The repeat-offender mistakes in Computer Networks board answers:

  • Confusing router and gateway: a router links same-protocol networks by IP; a gateway joins different-protocol networks and translates. Protocol translation is the keyword.
  • Treating MAC and IP as the same kind of address: MAC is fixed, physical and local; IP is changeable, logical and global. Both are needed.
  • Answering "Internet" as a network type: the Internet is an example of a WAN, so the type is WAN and the Internet is how that WAN is realised.
  • Calling a tree topology "bus with more cable": the real difference is the hierarchy of star groups, not just extra length.
  • Saying "being online" equals "being on the Web": you are on the Internet whenever connected, but on the Web only when browsing web pages.

How to Use the Computer Networks NCERT Solutions PDF for Board Prep

The Computer Networks chapter is definition-heavy and full of close-but-different pairs. The best approach is two passes: one for the definitions and the size ladder, one for the comparison tables and diagrams.

First pass: definitions and the size ladder (1 hour)

Read the chapter and note the network definition, the PAN to WAN ladder, and the job of each device in one line. Write the full form next to ARPANET, MAC, ISP, URI and modem so the abbreviations stick before you start comparing.

Second pass: tables and diagrams (1.5 to 2 hours)

Practise the comparison questions, LAN versus WAN, tree versus bus, and MAC versus IP, by drawing a Basis column and filling both sides. Then sketch a labelled star and bus for five computers and a modem flow, because diagram marks are easy to earn and easy to miss.

JEE and CUET angle

For students preparing competitive exams, computer-network basics appear in CUET Computer Science and in the computer-awareness sections of several entrance tests. Topology types, network devices and the MAC versus IP distinction are exactly the kind of one-mark facts those papers reuse, so the work here doubles as competitive prep.

Previous Year Question Trends from the Computer Networks Chapter

The Computer Networks chapter is tested in CBSE board papers mainly through definition, expansion and comparison questions, with a diagram on topology. The table below maps the asked question types across recent board papers.

YearQuestion type askedMarks
2025Differentiate between LAN and WAN; expand a networking term2 + 1
2024Explain any two network devices; identify a topology from wiring2 + 1
2023Difference between MAC address and IP address3
2022Define DNS; draw a star topology for given computers1 + 2
2021What is a modem and why is it used; Internet versus WWW2 + 2

Also Check: The full set of CBSE board paper questions for this chapter is included in the downloadable PDF above, updated for the 2026-27 cycle.

Other Resources for Class 12 Computer Science Chapter 10 Computer Networks

Pair this NCERT Solutions PDF with the matching revision notes, handwritten notes and the official NCERT book chapter. All resources for Class 12 Computer Science Chapter 10 Computer Networks are linked below.

ResourceWhat it coversOpen
NCERT SolutionsStep-by-step answers to all 16 exercise questions, with an Expert Solution for each.You are here
NotesConcept-first revision notes on network types, topologies, devices and addressing.Class 12 Computer Science Chapter 10 Notes
Handwritten NotesScanned-style handwritten pages for last-minute board revision.Class 12 Computer Science Chapter 10 Handwritten Notes
NCERT Book PDFOfficial NCERT Computer Science Chapter 10 Computer Networks textbook in PDF form.Class 12 Computer Science Chapter 10 NCERT Book PDF

NCERT Solutions for Class 12 Computer Science: All Chapters

Related Links: Use the table below to open the NCERT Solutions for the other chapters of Class 12 Computer Science. Every chapter ships with the same step-by-step answer style, full PDF download, and revision FAQ.

All NCERT Solutions for Class 12 Computer Science Chapter 10 Computer Networks with Step-by-Step Solutions

Q 1

Expand the following:
a) ARPANET
b) MAC
c) ISP
d) URI

Q 2

What do you understand by the term network?

Q 3

Mention any two main advantages of using a network of computing devices.

Q 4

Differentiate between LAN and WAN.

Q 5

Write down the names of few commonly used networking devices.

Q 6

Two universities in different States want to transfer information. Which type of network they need to use for this?

Q 7

Define the term topology. What are the popular network topologies?

Q 8

How is tree topology different from bus topology?

Q 9

Identify the type of topology from the following:
a) Each node is connected with the help of a single cable.
b) Each node is connected with central switching through independent cables.

Q 10

What do you mean by a modem? Why is it used?

Q 11

Explain the following devices:
a) Switch
b) Repeater
c) Router
d) Gateway
e) NIC

Q 12

Draw a network layout of star topology and bus topology connecting five computers.

Q 13

What is the significance of MAC address?

Q 14

How is IP address different from MAC address? Discuss briefly.

Q 15

What is DNS? What is a DNS server?

Q 16

Sahil, a class X student, has just started understanding the basics of Internet and web technologies. He is a bit confused in between the terms "World Wide Web" and "Internet". Help him in understanding both the terms with the help of suitable examples of each.

NCERT Solutions Class 12 Computer Science Chapter 10 Computer Networks FAQs

Ques. How many questions are there in NCERT Class 12 Computer Science Chapter 10 Computer Networks?

Ans. There are 16 end-of-chapter exercise questions in NCERT Class 12 Computer Science Chapter 10 Computer Networks. All 16 are solved with full answers and an Expert Solution in the PDF. The mix is one expansion question, several definition questions (network, topology, modem, DNS), three comparison questions (LAN versus WAN, tree versus bus, MAC versus IP), device-explanation questions, a choose-the-network-type question, an identify-the-topology question, a draw-the-layout question, and the Internet versus World Wide Web question.

Ques. What is the difference between LAN and WAN in Class 12 Computer Science?

Ans. A LAN (Local Area Network) covers a small area such as a room, building or campus, is usually owned by one organisation, and is fast and cheap with a low error rate. A WAN (Wide Area Network) covers a very large area such as a city, country or the world, often spans many owners, and is slower and costlier over long distances. The simplest way to remember it is that the whole difference flows from distance: short distances make a LAN fast and cheap, while long distances make a WAN slower and more expensive. The Internet is the largest WAN, and a MAN sits between the two at city size.

Ques. What is the difference between a MAC address and an IP address?

Ans. A MAC address is a 48-bit physical hardware address fixed in a device's NIC by the manufacturer, used for local identification and delivery on a LAN, and it normally cannot change. An IP address is a logical address (32 bits in IPv4) given by the network or the ISP, used for global identification across networks, and it can change. They cooperate rather than compete: the IP address routes data to the right network, and then the MAC address delivers it to the right device on that network, which is why routers work with IP addresses and switches work with MAC addresses.

Ques. What is a modem and why is it used in Class 12 Computer Science Chapter 10?

Ans. A modem is short for Modulator-Demodulator. Computers work with digital signals (0s and 1s), but ordinary telephone and cable lines were built to carry analog signals (continuous waves). At the sender the modem modulates, converting digital data into an analog signal the line can carry, and at the receiver the partner modem demodulates, converting the analog signal back into digital data. It is used because the line carries analog while the computer works in digital, so a translator is needed at each end of the connection.

Ques. How is tree topology different from bus topology?

Ans. A bus topology has all nodes on one single straight backbone cable, so it is linear, uses the least cable, is the cheapest, but is hard to expand and a single backbone break can stop the whole network. A tree topology is a hierarchy of star groups joined to a common backbone, shaped like an upside-down tree, so it is in fact a combination of bus and star topologies. A tree uses more cable and needs a hub or switch at each branch, but it is easy to expand by adding new branches and a fault in one branch tends to affect only that branch, which is why large layered networks favour the tree.

Ques. What is DNS and what is a DNS server?

Ans. DNS stands for Domain Name System, and it is the system that translates a human-friendly domain name such as www.example.com into the numeric IP address that computers actually use, a step called name resolution. It works like a phone book for the Internet: you give it a name and it returns the number. A DNS server is the computer that stores the database of domain names and their IP addresses and answers these lookup requests. DNS is hierarchical and distributed, so no single server holds every name, which is how it scales to the whole Internet.

Ques. How many pages is the Class 12th Computer Science Computer Networks NCERT Solutions PDF?

Ans. The Computer Networks NCERT Solutions PDF runs about 22 pages and covers all 16 exercise questions with clear definitions, comparison tables, labelled diagrams, and an Expert Solution for each question. Both Normal and HD versions are available from this page, and both are free to download for the 2026-27 session.

Ques. Is the NCERT Solutions for Class 12 Computer Science Chapter 10 aligned with the 2026-27 syllabus?

Ans. Yes. This page reflects the current 2026-27 CBSE syllabus for Class 12 Computer Science. The Computer Networks chapter is unchanged for the current cycle, and every answer follows the NCERT textbook, covering network types, topologies, devices, MAC and IP addressing, DNS, and the Internet versus the World Wide Web. The solutions are useful for the CBSE board exam, and the same networking basics help with CUET Computer Science and JEE-level computer awareness.

Ques. What is the difference between the Internet and the World Wide Web?

Ans. The Internet is the global infrastructure, the network of networks made of computers, cables, routers, satellites and protocols. The World Wide Web is just one service that runs on top of the Internet, the worldwide collection of linked web pages you open in a browser using HTTP. So the Web is a part of the Internet, not the whole of it. Opening a website such as www.wikipedia.org uses the Web, while sending an email or making a video call uses the Internet but not the Web. The Web was invented in 1989 by Tim Berners-Lee, long after the Internet itself.