With reference to cybersecurity protocols and network vulnerability vectors, consider the following statements:
1. DNS Cache Poisoning involves corrupting a Domain Name System resolver's cache so that requests for a legitimate domain redirect network traffic to an unauthorized server.
2. Domain Name System Security Extensions (DNSSEC) prevent spoofing by encrypting the data payload transferred between DNS clients and servers to ensure privacy.
3. Address Resolution Protocol (ARP) spoofing operates at Layer 2 (Data Link Layer) of the OSI model by broadcasting forged messages to associate an IP address with a malicious MAC address.
Which of the statements given above are correct?
- A1 and 2 only
- 1 and 3 onlyAnswer
- C2 and 3 only
- D1, 2 and 3
Answer
Statements 1 and 3 are correct.
The statement specifying '1 and 3 only' is correct. Statement 1 accurately defines DNS cache poisoning as a mechanism to hijack DNS lookups. Statement 3 correctly identifies that ARP spoofing functions at Layer 2 (Data Link Layer) of the OSI model. Statement 2 is incorrect because DNSSEC provides cryptographic authentication and integrity verification through digital signatures; it does not provide encryption or payload confidentiality.
Step-by-Step Solution
Key Concept
Cybersecurity Threats and Protocol Vulnerabilities (DNS Cache Poisoning, DNSSEC authentication vs encryption, ARP Spoofing)
Estimated Time:1m 30s