What kind of network attack redirects a user from a legitimate website to a fraudulent one by altering the local DNS cache or host records? MCQ with Answer and Explanation

What kind of network attack redirects a user from a legitimate website to a fraudulent one by altering the local DNS cache or host records?
A. DDoS
B. Pharming
C. Phishing
D. Spamming
Answer: Option B
Solution (By JKExamLibrary)
Pharming is a cyberattack intended to redirect a website's traffic to another fake site by spoofing DNS records or host configuration settings.

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
Which type of web asset functions as an structured structural script document defining dynamic logic behaviors and data transformations inside a browser client?
A. JavaScript file (.js)
B. Unlinked configuration log text
C. SMTP routing statement parameters
D. XML data markup schema

Correct Answer: Option A


Explanation:
JavaScript files house the client-side programming code interpreted natively by browser engines to manipulate web content, handle user inputs, and update interfaces dynamically.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
What does the 'target' attribute in an HTML tag specify?
A. The media type
B. Where to open the linked document (e.g., new tab)
C. The URL of the link
D. The relationship to the linked document

Correct Answer: Option B


Explanation:
The target attribute defines where the linked document should be opened, such as _blank for a new tab or window.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
Which specific email header field identifies the chain of server hosts that routed a message from origin to its final endpoint mailbox destination?
A. Content-Type statement
B. Received header fields
C. Attachment index tag
D. Subject header

Correct Answer: Option B


Explanation:
The 'Received' lines in an email header record each mail server node that processed and passed the message along, aiding in source verification.

This question belongs to: Computer Internet and Web Technologies