Which type of web architecture uses a 'Three-Tier' format to divide application logical structures cleanly? MCQ with Answer and Explanation

Which type of web architecture uses a 'Three-Tier' format to divide application logical structures cleanly?
A. Presentation tier (Browser), Application tier (Server logic), and Data tier (Database)
B. Sender inbox, Gateway router, and Recipient junk folder
C. HTML file, CSS style script, and JavaScript dynamic loader
D. Local router, WAN switch, and Global satellite interface
Answer: Option A
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.

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1
Which of the following is a web-based email service?
A. Gmail
B. Outlook
C. Yahoo Mail
D. All of the above

Correct Answer: Option D


Explanation:
Gmail, Yahoo Mail, and Outlook (as a web client) are all web-based email services accessible via a browser.

This question belongs to: Computer Internet and Web Technologies
Question #2
Which of the following is a method of authentication that uses a token for API access?
A. NTLM
B. Basic Auth
C. Digest Auth
D. OAuth

Correct Answer: Option D


Explanation:
OAuth (Open Authorization) is an open standard for token-based authentication, commonly used for APIs to allow third-party services access without exposing passwords.

This question belongs to: Computer Internet and Web Technologies
Question #3
What does the 'Strict-Transport-Security' (HSTS) security header instruct a web browser to enforce for a specific domain?
A. To double the physical transmission speed of local routers
B. To wipe localized browser history data logs automatically
C. To force the browser to only connect to that website using secure HTTPS connections, preventing accidental or forced unencrypted HTTP fallbacks
D. To route incoming text emails through unencrypted FTP pathways

Correct Answer: Option C


Explanation:
HSTS protects websites against protocol downgrade attacks and cookie hijacking by forcing browsers to automatically upgrade all connection attempts to secure HTTPS.

This question belongs to: Computer Internet and Web Technologies