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. ICMP
B. DHCP
C. DNS
D. ARP
Answer: Option D
Solution (By JKExamLibrary)
ARP (Address Resolution Protocol) resolves a network layer internet protocol (IP) address into its corresponding data link layer hardware MAC address.

This question belongs to: Computer Internet and Web Technologies

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1 Report Error
What is the term given to an attack that floods a target web server with a massive volume of dummy traffic from thousands of infected computers simultaneously to take it offline?
A. Man-in-the-Middle (MitM)
B. Distributed Denial of Service (DDoS)
C. Cross-Site Scripting (XSS)
D. SQL Injection

Correct Answer: Option B


Explanation:
A DDoS attack uses botnets (networks of compromised machines) to overwhelm target servers with traffic, causing them to slow down or crash completely.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
What is the primary operational task of a 'Root Name Server' operating within the hierarchical Domain Name System infrastructure?
A. To filter email spam items from corporate mail boxes
B. To direct DNS query lookups to the appropriate Top-Level Domain (TLD) nameservers based on the extension of the domain requested
C. To parse HTML structural page tags inside browser interfaces
D. To monitor local physical network card connectivity metrics

Correct Answer: Option B


Explanation:
Root name servers are the first step in resolving human-readable domain names, directing inquiries to the appropriate Top-Level Domain (TLD) servers (like those for .com or .org).

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
What is the purpose of the 'accept-charset' attribute in an HTML form?
A. To set the form's character set
B. To define the content type
C. To validate input
D. To specify the character encodings accepted for form submission

Correct Answer: Option D


Explanation:
The accept-charset attribute specifies the character encodings that the server accepts when the form is submitted.

This question belongs to: Computer Internet and Web Technologies