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.
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.
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.
Explanation:
SFTP (SSH File Transfer Protocol) utilizes Secure Shell (SSH) security to provide safe and encrypted file transfer channels over networks.
No comments yet. Be the first to start the discussion!