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. Pharming
B. Spamming
C. DDoS
D. Phishing
Answer: Option A
Solution (By JKSSB Mock Tests)
Pharming is a cyberattack intended to redirect a website's traffic to another fake site by spoofing DNS records or host configuration settings.

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 'link' tag in HTML?
A. To embed a hyperlink
B. To include a style sheet
C. To define a relationship between the document and an external resource
D. To import a script

Correct Answer: Option C


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 #2
Which organization is responsible for developing and maintaining international standards and guidelines for the World Wide Web?
A. W3C
B. IEEE
C. IETF
D. ICANN

Correct Answer: Option A


Explanation:
The World Wide Web Consortium (W3C) is the primary international standards organization responsible for developing protocols and core guidelines for the WWW.

This question belongs to: Computer Internet and Web Technologies
Question #3
Which of the following is a scripting language primarily used for client-side web development?
A. Python
B. Java
C. JavaScript
D. PHP

Correct Answer: Option C


Explanation:
JavaScript is a high-level, interpreted scripting language that is primarily used for client-side web development to create interactive web pages.

This question belongs to: Computer Internet and Web Technologies