Which of the following is a version of IP that provides a larger address space to accommodate more devices? MCQ with Answer and Explanation

Which of the following is a version of IP that provides a larger address space to accommodate more devices?
A. IPsec
B. IPv6
C. IPv5
D. IPv4
Answer: Option B
Solution (By JKSSB Mock Tests)
IPv6 (Internet Protocol version 6) was developed to address the exhaustion of IPv4 addresses, offering a 128-bit address space.

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 application layer protocols is designed to be stateless, meaning the server does not retain any information about past user requests by default?
A. SMTP
B. POP3
C. HTTP
D. FTP

Correct Answer: Option C


Explanation:
HTTP (Hypertext Transfer Protocol) is a stateless protocol because each request is executed independently, without the server retaining context or session information from previous requests.

This question belongs to: Computer Internet and Web Technologies
Question #2
What structural element forms the separator dividing individual query parameter pairs inside a standard URL structure, such as '?id=1&page=2'?
A. The colon (:) character
B. The ampersand (&) character
C. The hash (#) character
D. The forward slash (/) character

Correct Answer: Option B


Explanation:
In a URL query string, the question mark (?) initiates the parameters, while individual key-value pairs are separated from each other using the ampersand (&) character.

This question belongs to: Computer Internet and Web Technologies
Question #3
What is the purpose of the 'robots.txt' file on a website?
A. To block malicious users
B. To configure the web server
C. To store user login credentials
D. To instruct search engine crawlers which parts of the site to index

Correct Answer: Option D


Explanation:
The robots.txt file is a standard used by websites to communicate with web crawlers, indicating which pages or sections should not be crawled or indexed.

This question belongs to: Computer Internet and Web Technologies