Which of the following protocols is fundamentally used to resolve physical MAC addresses from known network layer IP addresses? MCQ with Answer and Explanation

Which of the following protocols is fundamentally used to resolve physical MAC addresses from known network layer IP addresses?
A. ARP
B. DNS
C. ICMP
D. DHCP
Answer: Option A
Solution (By JKSSB Mock Tests)
ARP (Address Resolution Protocol) resolves a network layer internet protocol (IP) address into its corresponding data link layer hardware MAC address.

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1
What is the purpose of the 'viewport' meta tag in HTML?
A. To control the layout on mobile browsers
B. All of the above
C. To define the initial scale
D. To set the zoom level

Correct Answer: Option B


Explanation:
The viewport meta tag is used to set the visible area and scaling for mobile devices, including width, initial scale, etc.

This question belongs to: Computer Internet and Web Technologies
Question #2
Which open-source rendering engine was originally used as the foundation for Google Chrome and Apple Safari before Chrome shifted to the Blink engine?
A. EdgeHTML
B. Gecko
C. WebKit
D. Trident

Correct Answer: Option C


Explanation:
WebKit is an open-source browser rendering engine that powered both early versions of Google Chrome and continues to power Apple Safari.

This question belongs to: Computer Internet and Web Technologies
Question #3
Which of the following is a common method to prevent clickjacking?
A. SameSite cookie attribute
B. X-Frame-Options header
C. Both A and B
D. Content-Security-Policy with frame-ancestors

Correct Answer: Option C


Explanation:
Both X-Frame-Options and CSP's frame-ancestors directive can be used to control iframe embedding, preventing clickjacking.

This question belongs to: Computer Internet and Web Technologies