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. Request Timeout
B. Unauthorized Access
C. Bad Gateway
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
Which of the following fields in an email header allows you to send a copy of a message to a recipient without their email address being visible to other recipients?
A. To
B. Subject
C. Cc
D. Bcc

Correct Answer: Option D


Explanation:
Bcc stands for Blind Carbon Copy. Addresses added to the Bcc field are hidden from all other recipients of the email.

This question belongs to: Computer Internet and Web Technologies
Question #2
Which internet protocol enables network users to join live interactive conversation text forums globally in real-time, operating under a traditional client-server architecture pattern?
A. SMTP
B. POP3
C. HTTP-Proxy
D. IRC (Internet Relay Chat)

Correct Answer: Option D


Explanation:
IRC (Internet Relay Chat) is an old application layer protocol created specifically to handle structured text messaging networks in real-time.

This question belongs to: Computer Internet and Web Technologies
Question #3
What is the primary function of a 'MIME' (Multipurpose Internet Mail Extensions) header statement added inside a modern email message file?
A. To wipe old email logs automatically from client hardware setups
B. To track the geographic location coordinates of the target recipient host
C. To encrypt user server passwords securely using asymmetric algorithms
D. To announce the specific media format type and character configuration of the email body payload and attachments

Correct Answer: Option D


Explanation:
MIME headers let email clients know if an incoming message contains rich HTML text, images, sound files, or binary documents so the client software can render them correctly.

This question belongs to: Computer Internet and Web Technologies