What mechanism does a web server implement to gracefully instruct a browser that an old web resource has changed its location permanently to a new URL address asset? MCQ with Answer and Explanation

What mechanism does a web server implement to gracefully instruct a browser that an old web resource has changed its location permanently to a new URL address asset?
A. Altering the local computer DNS router configurations
B. Setting a temporary session tracking cookie inside memory
C. Issuing an HTTP 301 Moved Permanently response code with the new location header
D. Issuing a general 500 Internal Error crash notification alert
Answer: Option C
Solution (By JKSSB Mock Tests)
An HTTP 301 redirect informs browsers and search engines that a page has permanently relocated, prompting them to update their links and pass SEO ranking history to the new URL.

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 options provides an accurate description of a 'Web Browser Extension' or 'Add-on'?
A. A piece of hardware that boosts wireless internet signals
B. A dedicated database table used to archive old email attachments
C. A small custom software component that adds specific features, tools, or modifications to a web browser's core interface
D. The main operational routing server used by a global ISP facility

Correct Answer: Option C


Explanation:
Browser extensions are modular software components built on web standards that install directly into the browser to extend its functionality, such as adding ad blockers or translation tools.

This question belongs to: Computer Internet and Web Technologies
Question #2
What does the 's' in HTTPS stand for?
A. Simple
B. Standard
C. System
D. Secure

Correct Answer: Option D


Explanation:
HTTPS stands for HyperText Transfer Protocol Secure, indicating that communication is encrypted using SSL/TLS.

This question belongs to: Computer Internet and Web Technologies
Question #3
What is a web server?
A. A search engine
B. A program that stores and serves web pages
C. An email client
D. A program that browses web pages

Correct Answer: Option B


Explanation:
A web server is software that handles HTTP requests and serves web pages to clients, e.g., Apache, Nginx.

This question belongs to: Computer Internet and Web Technologies