Which type of web architecture uses a 'Three-Tier' format to divide application logical structures cleanly?
A. Sender inbox, Gateway router, and Recipient junk folder
B. HTML file, CSS style script, and JavaScript dynamic loader
C. Presentation tier (Browser), Application tier (Server logic), and Data tier (Database)
D. Local router, WAN switch, and Global satellite interface
Answer: Option C
Solution (By JKSSB Mock Tests)
A standard three-tier web application architecture separates concerns into the presentation layer (UI), the application logic tier, and the database storage tier.
No comments yet. Be the first to start the discussion!