Skip to content
TestMacher
Chapter 1 · Class 12 Computer Science

Computer Networks — Important Questions

33 questions With answers CBSE format

SUMMARY: This chapter provides an in-depth understanding of computer networks, including their types, protocols, and architecture.
KEY TOPICS: Network types, OSI model, TCP/IP model, network devices, transmission media, network security, IP addressing, domain name system (DNS), network topologies, wireless networks.

Q1 1 Mark

Which of the following is a network covering a small geographical area like a single building?

AWAN
BMAN
CLAN
DPAN
Check answerHide answer
Correct answer: Option 3 — LAN
Q2 1 Mark

Which device operates at the network layer of the OSI model?

AHub
BSwitch
CRouter
DRepeater
Check answerHide answer
Correct answer: Option 3 — Router
Q3 1 Mark

The protocol used to send email is:

AHTTP
BFTP
CSMTP
DSNMP
Check answerHide answer
Correct answer: Option 3 — SMTP
Q4 1 Mark

The IP address 192.168.1.1 is in the:

AClass A
BClass B
CClass C
DClass D
Check answerHide answer
Correct answer: Option 3 — Class C
Q5 1 Mark

Which of the following is a guided transmission medium?

AOptical fibre
BBluetooth
CMicrowave
DSatellite
Check answerHide answer
Correct answer: Option 1 — Optical fibre
Q6 3 Marks

Differentiate between LAN MAN and WAN with one example each.

Q7 3 Marks

List any three types of network topologies.

Q8 3 Marks

What is the difference between a hub and a switch?

Q9 3 Marks

Define MAC address and IP address.

Q10 3 Marks

What is bandwidth? In which units is it measured?

Q11 6 Marks

Discuss the various network topologies — bus star ring mesh and tree — with diagrams advantages and disadvantages.

Q12 6 Marks

Compare guided and unguided transmission media with examples and use cases.

Q13 6 Marks

Explain the OSI reference model with the function of each layer.

Q14 6 Marks

Discuss commonly used network protocols — HTTP HTTPS FTP SMTP POP3 IMAP — with one use case each.

Q15 6 Marks

Explain the difference between IPv4 and IPv6 addressing.

Q16 6 Marks

Differentiate between LAN MAN and WAN in tabular form on five features.

Q17 1 Mark

Assertion (A): Routers operate at the network layer.

Reason (R): They use IP addresses to forward packets between networks.

Show explanationHide explanation
Correct answer: Option 1 — Both A and R are true, and R is the correct explanation of A.
Q18 1 Mark

Assertion (A): Optical fibre offers higher bandwidth than copper cables.

Reason (R): It transmits data as light signals with very low loss.

Show explanationHide explanation
Correct answer: Option 1 — Both A and R are true, and R is the correct explanation of A.
Q19 1 Mark

Assertion (A): A WAN spans a large geographical area.

Reason (R): The Internet is the largest example of a WAN.

Show explanationHide explanation
Correct answer: Option 1 — Both A and R are true, and R is the correct explanation of A.
Q20 1 Mark

Assertion (A): IPv6 was introduced to address the IPv4 exhaustion problem.

Reason (R): IPv6 uses 128-bit addresses providing a vastly larger address space.

Show explanationHide explanation
Correct answer: Option 1 — Both A and R are true, and R is the correct explanation of A.
Q21 1 Mark

Assertion (A): DNS converts domain names to IP addresses.

Reason (R): It allows users to access websites by names instead of numeric IPs.

Show explanationHide explanation
Correct answer: Option 1 — Both A and R are true, and R is the correct explanation of A.
Q22 1 Mark

Statement 1: A switch is more efficient than a hub.

Statement 2: A switch sends data only to the intended recipient port.

Show answerHide answer
Correct answer: Option 1 — Both statements are true.
Q23 1 Mark

Statement 1: HTTP is stateless.

Statement 2: Each request from a client is treated independently.

Show answerHide answer
Correct answer: Option 1 — Both statements are true.
Q24 1 Mark

Statement 1: A modem converts digital signals to analog and vice versa.

Statement 2: It allows digital devices to communicate over analog media.

Show answerHide answer
Correct answer: Option 1 — Both statements are true.
Q25 1 Mark

Statement 1: Bandwidth refers to the maximum data transfer rate of a network.

Statement 2: It is commonly measured in bits per second (bps).

Show answerHide answer
Correct answer: Option 1 — Both statements are true.
Q26 1 Mark

Statement 1: A firewall controls incoming and outgoing network traffic.

Statement 2: It enforces a security policy to protect the network.

Show answerHide answer
Correct answer: Option 1 — Both statements are true.
Q27 3 Marks
A school is setting up a new computer lab with 30 desktops one server one printer and Internet access. The IT teacher has to choose a network topology and decide on cables switches and a router. The lab room is 12m x 8m and the desktops will be arranged in 6 rows of 5.
  1. Which topology uses a central switch and is most common in school labs?
    ABus
    BStar
    CRing
    DMesh
  2. Which device is used to connect the lab's LAN to the Internet?
    AHub
    BSwitch
    CRouter
    DRepeater
  3. Recommend a network design for the lab and justify the choice of topology and devices.
Show answersHide answers
1. Option 2 — Star
2. Option 3 — Router
3. The teacher should use star topology with a central switch because it is reliable easy to troubleshoot and supports high speeds. Each desktop connects to the switch with twisted-pair cable. The router connects the switch to the ISP for Internet. The server can host shared files and the printer can be network-attached. Star topology is preferred because if one cable fails only that desktop is affected.
Q28 6 Marks

Match each network device with its OSI layer and function.

DeviceOSI layerFunction
Hub??
Switch??
Router??
Bridge??
Repeater??
Modem??
Q29 6 Marks

Match each network protocol with its port and use.

ProtocolDefault portUse
HTTP??
HTTPS??
FTP??
SMTP??
POP3??
DNS??
Q30 5 Marks

Match each topology with its diagrammatic feature.

TopologyFeature
Bus?
Star?
Ring?
Mesh?
Tree?
Q31 6 Marks

For each transmission media identify type and a typical use.

MediumTypeTypical use
Twisted pair??
Coaxial??
Optical fibre??
Microwave??
Satellite??
Bluetooth??
Q32 3 Marks

Study the star topology layout and answer:

Computer Networks figure
  1. The topology shown with a central device is:
    ABus
    BStar
    CRing
    DMesh
  2. The central device in modern star LANs is typically a:
    AHub
    BSwitch
    CRouter
    DRepeater
  3. Discuss star topology with its advantages and disadvantages.
Show answersHide answers
1. Option 2 — Star
2. Option 2 — Switch
3. Star topology connects all nodes to a central device (switch or hub). Advantages: easy to install reliable (a single cable failure affects only one device) high throughput with switches. Disadvantage: central device failure brings down the whole network. Most modern LANs use star topology with a switch.
Q33 3 Marks

Study the OSI 7-layer model and answer:

Computer Networks figure
  1. The router operates at which OSI layer?
    APhysical
    BData Link
    CNetwork
    DTransport
  2. HTTP and FTP belong to which OSI layer?
    ATransport
    BApplication
    CNetwork
    DSession
  3. Discuss the seven layers of the OSI model with their function.
Show answersHide answers
1. Option 3 — Network
2. Option 2 — Application
3. The OSI model has 7 layers: 1 Physical (cables hubs - bits) 2 Data Link (MAC switches - frames) 3 Network (IP routers - packets) 4 Transport (TCP UDP - segments) 5 Session 6 Presentation 7 Application (HTTP FTP). Each layer adds its own header and only communicates with adjacent layers.

Make a full Computer Science paper on Computer Networks.

Pick the question mix, set the marks, hit generate. You get a ready-to-print paper with an answer key.

Generate your paper — free