Skip to content
TestMacher
Chapter 1 · Class 12 Informatics Practices

Computer Networks — Important Questions

34 questions With answers CBSE format

SUMMARY: The chapter on Computer Networks in Class 12 Informatics Practices covers the fundamental concepts and components of computer networking, including types, protocols, and network security.
KEY TOPICS: network types, network topologies, transmission media, network devices, TCP/IP model, IP addressing, DNS, network security, firewall, cyber threats

Q1 1 Mark

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

ALAN
BMAN
CWAN
DPAN
Check answerHide answer
Correct answer: Option 1 — 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 for sending email is:

AHTTP
BFTP
CSMTP
DSNMP
Check answerHide answer
Correct answer: Option 3 — SMTP
Q4 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
Q5 1 Mark

The unique address of a website is its:

AIP address
BDomain name
CURL
DHostname
Check answerHide answer
Correct answer: Option 3 — URL
Q6 3 Marks

Differentiate between LAN MAN and WAN with one example each.

Q7 3 Marks

List any three network topologies.

Q8 3 Marks

Differentiate between hub and 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 various network topologies — bus star ring and mesh — with diagrams advantages and disadvantages.

Q12 6 Marks

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

Q13 6 Marks

Discuss commonly used network protocols (HTTP HTTPS FTP SMTP POP3 IMAP) with their function.

Q14 6 Marks

Differentiate between IPv4 and IPv6 addressing.

Q15 6 Marks

Discuss the importance of cloud computing and list any three cloud service models.

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 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 because IPv4 addresses were running out.

Reason (R): IPv6 uses 128-bit addresses giving 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): Users find domain names easier to remember than 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 port.

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

Statement 1: HTTP is stateless.

Statement 2: Each request 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 is measured in bits per second (bps).

Statement 2: Higher bandwidth means more data transfer per unit time.

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.

Show answerHide answer
Correct answer: Option 1 — Both statements are true.
Q27 3 Marks
A small office of 15 employees needs a network. The IT consultant suggests a wired star topology with a central switch and a router for Internet. Each desktop has a network card and twisted-pair cable runs to the switch. The switch connects to the router which connects to the ISP modem.
  1. Which topology uses a central device with all nodes connected to it?
    ABus
    BStar
    CRing
    DMesh
  2. Which device connects the office LAN to the Internet?
    AHub
    BSwitch
    CRouter
    DRepeater
  3. Recommend a network design for the office and justify the choice of devices and topology.
Show answersHide answers
1. Option 2 — Star
2. Option 3 — Router
3. Star topology with a switch is reliable and fast. If one cable fails only that desktop is affected. The router connects the LAN (192.168.x.x) to the Internet performing NAT and firewall functions. Twisted-pair (Cat 6) cables support gigabit speeds. The ISP modem converts the Internet provider's signal to Ethernet that the router understands.
Q28 5 Marks

Match each network device with its OSI layer.

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

Match each network protocol with its port and use.

ProtocolPortUse
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

Match each transmission medium with type and 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. Disadvantage: central device failure brings down the whole network. Most modern LANs use star topology with a switch.
Q33 3 Marks

Study the client-server vs peer-to-peer diagram and answer:

Computer Networks figure
  1. In which model do all nodes act as both client and server?
    AClient-server
    BPeer-to-peer
    CBoth
    DNeither
  2. In which model is there a central authority providing services?
    AClient-server
    BPeer-to-peer
    CBoth
    DNeither
  3. Compare client-server and peer-to-peer network models with examples.
Show answersHide answers
1. Option 2 — Peer-to-peer
2. Option 1 — Client-server
3. In the client-server model a central server provides services and clients request them. Used for web hosting email databases. Reliable but the server is a bottleneck. In peer-to-peer (P2P) every node acts as both client and server sharing resources directly. Used for file sharing (BitTorrent) and cryptocurrencies. Decentralised but harder to control.
Q34 3 Marks

Study the OSI 7-layer model and answer:

Computer Networks figure
  1. Routers operate 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 from bottom to top: Physical (cables hubs - bits) Data Link (MAC switches - frames) Network (IP routers - packets) Transport (TCP UDP - segments) Session Presentation Application (HTTP FTP). Each layer adds its own header and only communicates with adjacent layers.

Make a full Informatics Practices 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