What does the term packet refer to in networking? MCQ with Answer and Explanation

What does the term packet refer to in networking?
A. A unit of data at the application layer
B. A unit of data at the physical layer
C. A unit of data at the network layer
D. A unit of data at the data link layer
Answer: Option C
Solution (By JKSSB Mock Tests)
A packet is a formatted unit of data at the network layer (layer 3).

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Computer Networking Questions

Question #1
Which layer of the OSI model is responsible for end-to-end error recovery and flow control?
A. Data link layer
B. Network layer
C. Transport layer
D. Session layer

Correct Answer: Option C


Explanation:
The transport layer (e.g., TCP) provides reliable data transfer, error recovery, and flow control.

This question belongs to: Computer Computer Networking
Question #2
What is the maximum number of subnets available in a Class C network with a /27 subnet mask?
A. 8
B. 4
C. 32
D. 16

Correct Answer: Option A


Explanation:
Class C default /24, /27 borrows 3 bits, giving 2^3 = 8 subnets.

This question belongs to: Computer Computer Networking
Question #3
Which protocol is used to retrieve email from a server?
A. SMTP
B. POP3
C. FTP
D. HTTP

Correct Answer: Option B


Explanation:
POP3 (Post Office Protocol) is used to download email from a server to a client.

This question belongs to: Computer Computer Networking