Which of the following is a valid IPv4 address? MCQ with Answer and Explanation

Which of the following is a valid IPv4 address?
A. 192.168.1.1.1
B. 300.168.1.1
C. 192.168.1
D. 192.168.1.1
Answer: Option D
Solution (By JKExamLibrary)
An IPv4 address consists of four octets (0-255) separated by dots. 192.168.1.1 is valid. 300 is invalid, and the others have incorrect structure.

This question belongs to: Computer Internet and Web Technologies

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1 Report Error
What does a '405 Method Not Allowed' HTTP status code return imply about a client browser's interaction with a web application?
A. The input security certificate has an expired authorization date.
B. The server recognizes the request method, but the specific target resource does not support that method (e.g., trying to POST to a read-only static text file).
C. The requested URL address path has changed its location permanently.
D. The web server facility has completely crashed down.

Correct Answer: Option B


Explanation:
An HTTP 405 error occurs when the requested resource is configured to reject the specific HTTP method used (such as a browser attempting a POST action on a static page designed only to accept GET requests).

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
Which of the following is a protocol for secure remote login?
A. FTP
B. Telnet
C. SSH
D. HTTP

Correct Answer: Option C


Explanation:
SSH (Secure Shell) is a cryptographic network protocol for secure remote login and command execution over an insecure network, unlike Telnet which is unencrypted.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
Which organization is responsible for developing and maintaining international standards and guidelines for the World Wide Web?
A. W3C
B. ICANN
C. IEEE
D. IETF

Correct Answer: Option A


Explanation:
The World Wide Web Consortium (W3C) is the primary international standards organization responsible for developing protocols and core guidelines for the WWW.

This question belongs to: Computer Internet and Web Technologies