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. Network Layer
C. Application Layer
D. Physical Layer
Answer: Option B
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 specific protocol operates inside network environments to enable secure communication tunnels, replacing legacy unencrypted routing options for terminal management?
A. POP3 server paths
B. HTTP plain text standards
C. SSH (Secure Shell)
D. SMTP protocol loops

Correct Answer: Option C


Explanation:
SSH utilizes public-key cryptography to authenticate remote systems and encrypt communications, providing a secure alternative to unencrypted protocols like Telnet.

This question belongs to: Computer Internet and Web Technologies
Question #2
What is the purpose of the 'link' tag in HTML?
A. To define a relationship between the document and an external resource
B. To import a script
C. To embed a hyperlink
D. To include a style sheet

Correct Answer: Option A


Explanation:
The tag is used to define relationships with external resources, such as stylesheets, icons, or preconnect, among others.

This question belongs to: Computer Internet and Web Technologies
Question #3
Which of the following is a popular web technology for creating single-page applications?
A. React
B. All of the above
C. AngularJS
D. Vue.js

Correct Answer: Option B


Explanation:
React, AngularJS (and Angular), and Vue.js are all JavaScript frameworks/libraries commonly used for building single-page applications.

This question belongs to: Computer Internet and Web Technologies