LambdaLabTM
Computer Networks · Class 12 · Data Communication
networksboard questions⏱️ 12 min read

Board Questions

These are the Data Communication questions CBSE has actually set in its board, compartment and sample papers, with a few from KV pre-boards that ask the same thing another way. Try each one before you open the answer.

1How this topic is asked

What is askedMarksSet in
Name the switching technique from a description1Sample papers 2023-24 and 2024-25; compartment 2023
Write differences between circuit and packet switching1–2Sample paper 2022-23; board 2024; compartment 2026
Which IP address is valid?1Compartment 2025
Define IP address1Compartment 2024
Define bandwidth / its unit1Sample paper 2023-24; board 2024
Protocol: fill in the blank, or why it is needed1Boards 2023 and 2024
Where these came from
Every question below was read from the paper itself, not from a list online. The CBSE papers are all on this site under CBSE Question Papers.

2Components and protocol

1
Fill in the blank: ________ is a set of rules that needs to be followed by the communicating parties in order to have a successful and reliable data communication over a network.CBSE board exam 2024
1 mark
Show the answer

Protocol

Revise: The Five Components

2
What is the need of protocols?CBSE board exam 2023 (part of a 2-mark question)
1 mark
Show the answer

Protocols set the rules that sender and receiver both follow — how data is arranged, addressed, sent and checked — so that devices from different makers and with different software can communicate successfully and reliably.

Revise: The Five Components

3Bandwidth

3
Define the term bandwidth with respect to networks.CBSE sample paper 2023-24 (part of a 2-mark question)
1 mark
Show the answer

Bandwidth is the maximum rate of data transfer over a given transmission medium: the amount of information that can be sent over a network in a given time, measured in bits per second.

Revise: Bandwidth

4
Which of the following options is the correct unit of measurement for network bandwidth?  (A) KB  (B) Bit  (C) Hz  (D) KmCBSE board exam 2024
1 mark
Show the answer

(B) Bit — network bandwidth is the data carried per second, in bits per second. Hz is the unit for bandwidth as a range of frequencies; KB is a file size and Km a distance.

Revise: Bandwidth

4IP address

5
Define the term IP address with respect to network.CBSE compartment exam 2024 (part of a 2-mark question)
1 mark
Show the answer

An IP address (Internet Protocol address) is a unique address given to each device on a network that uses the Internet Protocol, which identifies the network the device is on and the device itself, so that data can reach it. Example: 192.168.0.178.

Revise: What is an IP Address?

6
Which of the following IP addresses is valid?
(A) 122.94.96.212  (B) 212.254.258.210  (C) 210.10.12.156.209  (D) 122.294.56.68CBSE compartment exam 2025
1 mark
Show the answer

(A) 122.94.96.212 — four numbers, each from 0 to 255. (B) has 258 and (D) has 294, both over 255; (C) has five numbers.

Revise: IPv4 and IPv6

7
Assertion (A): MAC address is also called physical address of a device.
Reason (R): MAC address is assigned by the manufacturer and is burned into the network interface card, making it a hardware-based address.KV pre-board 2025-26
1 mark
Show the answer

Both A and R are true, and R is the correct explanation of A.

Revise: What is an IP Address?

5Switching techniques

8
Fill in the blank: In ________ switching, before a communication starts, a dedicated path is identified between the sender and the receiver.
(a) Packet  (b) Graph  (c) Circuit  (d) PlotCBSE compartment exam 2023 · the same sentence, without options, in the CBSE sample paper 2023-24
1 mark
Show the answer

(c) Circuit

Revise: Circuit Switching

9
Which switching technique breaks data into smaller packets for transmission, allowing multiple packets to share the same network resources?CBSE sample paper 2024-25
1 mark
Show the answer

Packet switching

Revise: Packet Switching

10
Which switching technique establishes a dedicated communication path between two endpoints for the duration of the transmission?KV pre-board 2025-26, Raipur region
1 mark
Show the answer

Circuit switching

Revise: Circuit Switching

11
Which switching technique follows the store and forward mechanism?KV pre-board, Jaipur region
1 mark
Show the answer

Packet switching

Revise: Packet Switching

12
Define the term Packet Switching.KV pre-board, Ernakulam region (part of a 2-mark question)
1 mark
Show the answer

Packet switching is a switching technique in which a message is broken into small packets that are sent independently, possibly by different routes, and are put back together in order at the receiver. No dedicated path is set up.

Revise: Packet Switching

13
Write two points of difference between Circuit Switching and Packet Switching.CBSE sample paper 2022-23 · one difference asked in the CBSE board exam 2024 and the CBSE compartment exam 2026
2 marks
Show the answer
  1. Circuit switching sets up a dedicated path before communication starts; packet switching sets up no dedicated path.
  2. In circuit switching all data follows the same path, in order; in packet switching the data is broken into packets that may take different routes and are reassembled at the receiver.

Revise: Circuit vs Packet Switching