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.
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
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.
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
Explanation:
Tokenization swaps sensitive primary account numbers with algorithmic token strings, protecting original financial data from interception during online payment processing.
Explanation:
Third-party cookies are set by external domains (like embedded ad scripts or social tracking widgets) on the page you are currently browsing.
No comments yet. Be the first to start the discussion!