Which internet protocol layer is responsible for routing data packets across multiple networks from the source computer host to the destination host? MCQ with Answer and Explanation

Which internet protocol layer is responsible for routing data packets across multiple networks from the source computer host to the destination host?
A. Data Link Layer
B. Physical Layer
C. Network Layer
D. Application Layer
Answer: Option C
Solution (By JKSSB Mock Tests)
The Network Layer (or Internet layer in TCP/IP) manages packet routing, logical addressing, and path determination using protocols like IP.

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1
Which of the following extensions in a URL represents a top-level domain (TLD) reserved exclusively for accredited educational institutions?
A. .org
B. .com
C. .edu
D. .gov

Correct Answer: Option C


Explanation:
The '.edu' top-level domain (TLD) is reserved strictly for educational organizations and institutional bodies, primarily in the United States.

This question belongs to: Computer Internet and Web Technologies
Question #2
What mechanism does a standard web connection implement to prevent old web session cookies from tracking a client browser indefinitely across the web?
A. Shifting unencrypted HTTP sites to alternative port lines
B. Configuring explicit 'Expires' or 'Max-Age' cookie parameters
C. Running continuous database search index queries
D. Altering local hardware MAC addresses dynamically

Correct Answer: Option B


Explanation:
The 'Expires' and 'Max-Age' attributes inside HTTP cookie creation strings specify the precise lifetime or timestamp after which a browser must delete that cookie.

This question belongs to: Computer Internet and Web Technologies
Question #3
What is the function of the 'Mailto' link in HTML?
A. To send an email directly from the server
B. To display a contact form
C. To open the user's default email client with a pre-addressed message
D. To create a hyperlink to an email address

Correct Answer: Option C


Explanation:
A mailto link (e.g., ) opens the default email client with the recipient's address.

This question belongs to: Computer Internet and Web Technologies