What type of software architecture pattern does the relationship between a modern web browser and a remote web server represent? MCQ with Answer and Explanation

What type of software architecture pattern does the relationship between a modern web browser and a remote web server represent?
A. Master-Slave
B. Monolithic
C. Peer-to-Peer
D. Client-Server
Answer: Option D
Solution (By JKSSB Mock Tests)
Web browsing relies on a Client-Server model, where the web browser acts as the client requesting resources, and the web server processes and responds to those requests.

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1
What is the primary function of a web browser's 'Cookie' file storage management system?
A. To hold persistent or temporary text string data blocks used to remember session preferences and tracking profiles
B. To host background email client delivery routines
C. To protect against inbound server crash sequences
D. To compress structural HTML files to accelerate local render logic

Correct Answer: Option A


Explanation:
Cookies allow web servers to save short strings of state or identifying data within a user's browser, enabling features like persistent shopping carts or login sessions.

This question belongs to: Computer Internet and Web Technologies
Question #2
What does the acronym URL stand for?
A. Universal Resource Link
B. Uniform Retrieval Locator
C. Uniform Resource Locator
D. Unified Resource Locator

Correct Answer: Option C


Explanation:
URL stands for Uniform Resource Locator, which is a reference to a web resource that specifies its location on a computer network and a mechanism for retrieving it.

This question belongs to: Computer Internet and Web Technologies
Question #3
What standard protocol is used for securely transmitting files over an encrypted SSH connection on the internet?
A. SMTP
B. HTTP
C. FTP
D. SFTP

Correct Answer: Option D


Explanation:
SFTP (SSH File Transfer Protocol) utilizes Secure Shell (SSH) security to provide safe and encrypted file transfer channels over networks.

This question belongs to: Computer Internet and Web Technologies