What does a web browser perform when executing a 'DNS Lookup' operation? MCQ with Answer and Explanation

What does a web browser perform when executing a 'DNS Lookup' operation?
A. It establishes a secure tunnel path via proxy configurations.
B. It queries DNS servers to resolve a domain name string into its underlying IP address.
C. It clears out localized hardware registry errors.
D. It downloads heavy multimedia files to local cache blocks.
Answer: Option B
Solution (By JKSSB Mock Tests)
DNS resolution looks up human-readable text domain destinations to find their matching numerical IP addresses so network connections can be established.

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Internet and Web Technologies Questions

Question #1
Which of the following is an example of a web-based social media platform?
A. Twitter
B. Facebook
C. Instagram
D. All of the above

Correct Answer: Option D


Explanation:
Twitter, Facebook, and Instagram are all web-based social media platforms accessible via browsers.

This question belongs to: Computer Internet and Web Technologies
Question #2
Which of the following parameters represents an accurate description of the web development concept called 'OAuth'?
A. An open-standard authorization framework that allows third-party applications to grant limited, secure access to user account resources without exposing user passwords
B. A physical computer processing core chip standard
C. A specialized local browser button designed to clear cache history
D. An unlinked text configuration archive stored on local devices

Correct Answer: Option A


Explanation:
OAuth enables secure token-based authorization, allowing applications (like a mobile game) to access user profile data from a provider (like Google) without requiring their raw login password.

This question belongs to: Computer Internet and Web Technologies
Question #3
What is the purpose of the 'rel' attribute in an HTML tag?
A. To provide an alternate URL
B. To define the relationship between the current document and the linked resource
C. To specify the MIME type
D. To set the media type

Correct Answer: Option B


Explanation:
The rel attribute specifies the relationship (e.g., stylesheet, icon, preconnect) between the current page and the linked resource.

This question belongs to: Computer Internet and Web Technologies