What does the term 'phishing' refer to in the context of web and email? MCQ with Answer and Explanation

What does the term 'phishing' refer to in the context of web and email?
A. A protocol for file transfer
B. A type of virus
C. A method to speed up browsing
D. A fraudulent attempt to obtain sensitive information
Answer: Option D
Solution (By JKExamLibrary)
Phishing is a cyber attack that uses deceptive emails or websites to trick users into providing personal data such as usernames, passwords, or credit card details.

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 architecture asset functions as a highly lightweight text data-interchange format, structured using basic key-value pairs that are exceptionally easy for JavaScript to parse natively?
A. Unencrypted text files
B. SMTP route configurations
C. JSON (JavaScript Object Notation)
D. CSS formatting style frameworks

Correct Answer: Option C


Explanation:
JSON is a language-independent, text-based format for storing and exchanging data. Its simple key-value structure makes it a popular choice for web APIs and modern web applications.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
Which of the following is a method to improve the security of a website by preventing attacks like XSS?
A. Input validation
B. Content Security Policy (CSP)
C. Output encoding
D. All of the above

Correct Answer: Option D


Explanation:
Output encoding, input validation, and CSP are all effective defenses against XSS attacks.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
Which specific design model defines the organizational framework where multiple localized client browsers access centralized web data files hosted on global high-capacity servers?
A. The Client-Server Architecture Model
B. The Monolithic isolated system design
C. The Peer-to-Peer direct mesh configuration
D. The Unlinked hardware layout framework

Correct Answer: Option A


Explanation:
The World Wide Web relies on a client-server architecture where client web browsers send resource requests over the network to remote web servers, which process and return the requested data.

This question belongs to: Computer Internet and Web Technologies