What status code is returned by a web server to indicate a '301' redirection? MCQ with Answer and Explanation

What status code is returned by a web server to indicate a '301' redirection?
A. Bad Gateway
B. Unauthorized Access
C. Request Timeout
D. Moved Permanently
Answer: Option D
Solution (By JKSSB Mock Tests)
A 301 status code signifies a permanent redirection, indicating that the requested resource has been assigned a new permanent URI.

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1
What does a '429 Too Many Requests' HTTP status code return imply about a client browser's interaction with a web application?
A. The web server hardware has completely broken down internally.
B. The input security certificate has an expired authorization date.
C. The user has submitted too many requests in a given amount of time, triggering rate-limiting protections on the server.
D. The requested URL destination has changed its location permanently.

Correct Answer: Option C


Explanation:
An HTTP 429 status code indicates that the client has exceeded the server's rate limits, protecting the web application from automated scraping or brute-force attacks.

This question belongs to: Computer Internet and Web Technologies
Question #2
Which of the following refers to a specific web software asset used to provide localized data charts, real-time stock prices, or news items directly embedded into a sidebar workspace?
A. Robots Indexer
B. FTP Directory Link
C. Web Widget
D. SMTP Routing Tag

Correct Answer: Option C


Explanation:
A web widget is a small, portable application snippet embedded within a web page to display real-time information or specific dynamic tools.

This question belongs to: Computer Internet and Web Technologies
Question #3
What is the primary operational task of a 'DNS Authoritative Name Server' operating within the broader Domain Name System framework?
A. To track local physical network interface hardware performance logs
B. To parse HTML structural page data inside browser applications
C. To filter email spam items from corporate mail boxes
D. To hold the actual, official DNS record configurations for a domain, providing definitive IP answers to inquiring DNS resolvers

Correct Answer: Option D


Explanation:
Authoritative nameservers are the final stop in the DNS lookup process, containing the exact domain-to-IP configuration records maintained by a website's hosting registry.

This question belongs to: Computer Internet and Web Technologies