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? MCQ with Answer and Explanation

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. HTTP-Proxy
B. IRC (Internet Relay Chat)
C. POP3
D. SMTP
Answer: Option B
Solution (By JKSSB Mock Tests)
IRC (Internet Relay Chat) is an old application layer protocol created specifically to handle structured text messaging networks in real-time.

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 is a valid IPv4 address?
A. 192.168.1
B. 192.168.1.1.1
C. 300.168.1.1
D. 192.168.1.1

Correct Answer: Option D


Explanation:
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
Question #2
Which of the following is a valid scheme in a URL?
A. ftp
B. All of the above
C. https
D. http

Correct Answer: Option B


Explanation:
http, https, and ftp are all valid URL schemes (protocols).

This question belongs to: Computer Internet and Web Technologies
Question #3
Which component of a URL string architecture outlines specific filter commands or input variables passed into a dynamic web database engine, initiated by a question mark '?'?
A. The Scheme specification block
B. The Query String / Parameter segment
C. The Port identifier code value
D. The Top-Level Domain suffix

Correct Answer: Option B


Explanation:
The query string component contains data variables (expressed as key-value pairs) passed to server-side scripts to filter content or run custom database queries.

This question belongs to: Computer Internet and Web Technologies