LambdaLabTM
Computer Networks · Class 12 · Network Protocols
networksboard questions⏱️ 12 min read

Board Questions

Protocols are asked on almost every CBSE Computer Science paper: a 1-mark MCQ, a pair of full forms, a difference between two protocols, and very often the last part of the network case study. These are the questions CBSE has actually set, from its board, compartment and sample papers. Try each before opening the answer.

1How this topic is asked

What is askedMarksSet in
Full forms (two at a time, often with a web term)1–2Every year: board 2022–2025; compartment 2022–2025; SQPs 2022-23 to 2025-26
Which protocol does this job? (MCQ)1Board 2024, 2025; compartment 2026; SQPs 2022-23, 2024-25, 2025-26
Use of a protocol / need of protocols1–2Board 2023, 2025, 2026; compartment 2023; SQPs 2022-23, 2024-25
Difference between two protocols1–2Compartment 2024, 2025, 2026; SQP 2023-24
Protocol in the case study (VoIP, TELNET, FTP)1Board 2022, 2023, 2025, 2026; compartment 2022, 2023, 2024, 2026; SQP 2022-23
In the case study
Video conferencing, live interaction, voice or audio-visual communication → VoIP. Remote login or remote access → TELNET. Transferring files → FTP.

2Full forms

1
Expand the following terms: HTTP and FTP.CBSE sample paper 2025-26
1 mark
Show the answer

HTTP: HyperText Transfer Protocol. FTP: File Transfer Protocol.

2
Write the full forms of: (i) SMTP (ii) PPPCBSE sample paper 2022-23
1 mark
Show the answer

SMTP: Simple Mail Transfer Protocol. PPP: Point to Point Protocol.

3
Expand the following: VoIP, PPPCBSE board exam 2022 (Term 2)
1 mark
Show the answer

VoIP: Voice over Internet Protocol. PPP: Point to Point Protocol.

4
Expand the following terms: POP, TCPCBSE compartment exam 2025
1 mark
Show the answer

POP: Post Office Protocol. TCP: Transmission Control Protocol.

5
Write the full forms of: (i) HTML (ii) TCPCBSE board exam 2023
1 mark
Show the answer

HTML: HyperText Markup Language. TCP: Transmission Control Protocol.

Revise: HTML

6
Write the full forms of: (i) XML (ii) HTTPSCBSE compartment exam 2023
1 mark
Show the answer

XML: Extensible Markup Language. HTTPS: HyperText Transfer Protocol Secure.

7
Expand the following terms: POP3, URLCBSE sample paper 2023-24
1 mark
Show the answer

POP3: Post Office Protocol 3. URL: Uniform Resource Locator.

8
Expand the following terms: XML, PPPCBSE board exam 2024
1 mark
Show the answer

XML: Extensible Markup Language. PPP: Point to Point Protocol.

3Which protocol? (MCQs)

9
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: What is a Protocol?

10
Which protocol out of the following is used to send and receive emails over a computer network? (a) PPP (b) HTTP (c) FTP (d) SMTPCBSE board exam 2024
1 mark
Show the answer

(d) SMTP — the only email protocol offered.

Revise: SMTP

11
________ is a protocol used for retrieving emails from a mail server. a) SMTP b) FTP c) POP3 d) PPPCBSE sample paper 2025-26
1 mark
Show the answer

c) POP3

Revise: POP3

12
Which protocol is used to transfer files over the Internet? (A) HTTP (B) FTP (C) PPP (D) HTTPSCBSE sample paper 2024-25
1 mark
Show the answer

(B) FTP

Revise: FTP

13
Which of the following is the correct protocol used for accessing a Web page? (A) HTTP (B) FTP (C) VoIP (D) SMTPCBSE compartment exam 2026
1 mark
Show the answer

(A) HTTP

Revise: HTTP

14
Which of the following options is the correct protocol used for phone calls over the internet? (A) PPP (B) FTP (C) HTTP (D) VoIPCBSE board exam 2025
1 mark
Show the answer

(D) VoIP

15
Fill in the blank: ______ is a communication methodology designed to deliver both voice and multimedia communications over Internet protocol. (a) VoIP (b) SMTP (c) PPP (d) HTTPCBSE sample paper 2022-23
1 mark
Show the answer

(a) VoIP

Revise: VoIP

4Uses and differences

16
What is the need of Protocols?CBSE board exam 2023
1 mark
Show the answer

Communicating devices can differ in speed and share links. Protocols give common rules for flow control, access control and addressing, so that data reaches the right device completely and reliably.

17
What is protocol in the context of computer networks? Which protocol is used to transmit hypertext across the web?CBSE board exam 2026
2 marks
Show the answer

A protocol is a set of rules that the sender, receiver and all devices in between follow to communicate over a network. Hypertext is transmitted with HTTP (HyperText Transfer Protocol).

18
What is the use of TELNET?CBSE sample paper 2022-23
1 mark
Show the answer

TELNET is used to access a remote computer / network (remote login).

Revise: TELNET

19
Expand the term SMTP. What is the use of SMTP?CBSE sample paper 2024-25
2 marks
Show the answer

Simple Mail Transfer Protocol. It is used for sending emails from the client to the mail server (and between mail servers).

20
Expand the term PPP. What is the use of PPP?CBSE board exam 2025
2 marks
Show the answer

Point to Point Protocol. It sets up a direct, dedicated link between two devices after they authenticate each other — for example between two routers, or a home computer and its ISP.

Revise: PPP

21
What is the use of FTP?CBSE compartment exam 2023
1 mark
Show the answer

FTP (File Transfer Protocol) is used to transfer files from one computer to another over a network.

22
How is http different from https?CBSE sample paper 2023-24 · one difference between HTTP and HTTPS, compartment exam 2025
1 mark
Show the answer

HTTPS uses SSL (now TLS) to encrypt the data sent over the Internet, which makes browsing secure; HTTP does not encrypt.

Revise: HTTPS

23
Give one difference between HTTP and FTP.CBSE compartment exam 2024
1 mark
Show the answer

HTTP is used to access web pages on the World Wide Web; FTP is used to transfer files between computers.

24
Differentiate between FTP and SMTP. Give any two points.CBSE compartment exam 2026
2 marks
Show the answer

(1) FTP transfers files; SMTP sends email. (2) FTP works between an FTP client and an FTP server, usually after logging in; SMTP carries mail from the mail app to the mail server and between mail servers.

25
What is the use of VoIP?CBSE sample paper 2025-26 (case study)
1 mark
Show the answer

VoIP lets users make phone calls and other communications over the Internet instead of a traditional phone line.

5In the case study

26
Suggest a protocol that shall be needed to provide Video Conferencing solution between Kashipur Campus and Mussoorie Campus.CBSE sample paper 2022-23 · “collaborative research sessions using video conferencing”, compartment exam 2026
1 mark
Show the answer

VoIP — CBSE’s marking scheme answer.

27
Which service/protocol out of the following will be most helpful to conduct live interactions of employees from Mumbai Branch and their counterparts in Texas? (i) FTP (ii) PPP (iii) SMTP (iv) VoIPCBSE board exam 2022 (Term 2) · the same options for “online interactions of experts”, compartment exam 2022
1 mark
Show the answer

(iv) VoIP

28
The company wants to schedule an online conference between the managers of Delhi and Ambala offices. Which protocol will be used for effective voice communication over the Internet?CBSE compartment exam 2024
1 mark
Show the answer

VoIP

29
The students will be attending a lot of online academic sessions and workshops involving audio-visual communication. Write the full name of the protocol used for such communication through the internet.CBSE board exam 2026
1 mark
Show the answer

Voice over Internet Protocol (VoIP).

30
The Manager at Nagpur wants to remotely access the computer in Admin block in Vijayawada. Which protocol will be used for this?CBSE board exam 2025 · “the System Administrator does remote login to any PC”, compartment exam 2023
1 mark
Show the answer

TELNET

31
Suggest a protocol that shall be needed to provide help for transferring of files between Delhi and Kanpur branch.CBSE board exam 2023
1 mark
Show the answer

FTP

32
What would be your recommendation for enabling live visual communication between the Admin Office at the Mumbai campus and the Delhi Head Office: a) Video Conferencing b) Email c) Telephony d) Instant MessagingCBSE sample paper 2024-25 (case study)
1 mark
Show the answer

a) Video Conferencing — CBSE’s marking scheme answer. It asks for a service, not a protocol; if asked which protocol makes it possible, the answer is VoIP.