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. Client-Server
B. Master-Slave
C. Monolithic
D. Peer-to-Peer
Answer: Option A
Solution (By JKExamLibrary)
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.

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 mechanism does a web browser implement to store layout stylesheets and image files from visited websites inside device storage to avoid re-downloading them on subsequent visits?
A. Static FTP file catalog adjustments
B. Browser Caching
C. Altering localized device hardware MAC address registries
D. Running outbound SMTP mail server delivery routines

Correct Answer: Option B


Explanation:
Browser caching saves static website assets (like logos, CSS files, and scripts) to the local hard drive, reducing page load times and saving bandwidth during repeat visits.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
What mechanism does an online payment web application implement over HTTPS routes to substitute sensitive credit card numbers with secure, randomized reference tokens during financial transactions?
A. Static FTP file catalog adjustments
B. Tokenization
C. Altering localized device hardware MAC address registries
D. Running outbound SMTP mail server delivery routines

Correct Answer: Option B


Explanation:
Tokenization swaps sensitive primary account numbers with algorithmic token strings, protecting original financial data from interception during online payment processing.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
Which type of web cookies originate from a domain different from the specific website currently being viewed by the user in their active browser tab?
A. First-Party Cookies
B. HttpOnly Tokens
C. Third-Party Cookies
D. Secure Session Flags

Correct Answer: Option C


Explanation:
Third-party cookies are set by external domains (like embedded ad scripts or social tracking widgets) on the page you are currently browsing.

This question belongs to: Computer Internet and Web Technologies