16
How would you design a secure three-tier application?
Tap to write answer
0 words | 0 charsPress Enter ↵ to reveal
Your Attempt
0 wordsRefined Model Answer
ReferenceI would isolate the web, application, and data layers, limit traffic between tiers, and avoid exposing the database directly to the internet. Then I would add authentication, encryption, monitoring, and least-privilege permissions for each layer. The important part is to make lateral movement hard if one tier is compromised.