In a multitiered application, which tier is the browser in?
-
First tier.
-
Second tier.
-
Third tier.
-
Fourth tier.
A
Correct answer
Explanation
In a multitiered application architecture, the browser runs on the client side and handles user interface presentation. This is known as the presentation tier or first tier. The other tiers (application logic tier and data tier) typically run on servers.