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 method to speed up browsing
B. A type of virus
C. A protocol for file transfer
D. A fraudulent attempt to obtain sensitive information
Answer: Option D
Solution (By JKSSB Mock Tests)
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.

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 a web cache?
A. A search engine algorithm
B. A type of browser extension
C. A protocol for secure communication
D. A storage area for frequently accessed web resources

Correct Answer: Option D


Explanation:
A web cache stores copies of web resources (like images, HTML) to reduce bandwidth and improve response times for subsequent requests.

This question belongs to: Computer Internet and Web Technologies
Question #2
Which of the following is a method of authentication that uses a token for API access?
A. OAuth
B. NTLM
C. Digest Auth
D. Basic Auth

Correct Answer: Option A


Explanation:
OAuth (Open Authorization) is an open standard for token-based authentication, commonly used for APIs to allow third-party services access without exposing passwords.

This question belongs to: Computer Internet and Web Technologies
Question #3
Which standard cryptographic protocol is most commonly used to establish an encrypted and secure link between a web browser and a web server in modern HTTPS implementations?
A. SFTP
B. SSH
C. TLS
D. PPTP

Correct Answer: Option C


Explanation:
Transport Layer Security (TLS) is the modern cryptographic protocol that has succeeded Secure Sockets Layer (SSL) to secure HTTP communications over HTTPS.

This question belongs to: Computer Internet and Web Technologies