Zero Trust एक security model है जो never trust, always verify सिद्धांत पर आधारित है — network location (अंदर बनाम बाहर) के आधार पर किसी भी चीज़ पर भरोसा करने के बजाय, प्रत्येक access request को authenticate, authorize, और verify किया जाता है। यह traditional perimeter-based सुरक्षा की विफलताओं को संबोधित करता है।
perimeter security की समस्या
TRADITIONAL ("castle and moat") security:
→ a strong PERIMETER (firewall); trust everything INSIDE the network
✗ once an attacker gets IN (breach, insider, compromised device), they move FREELY
(lateral movement) — the inside is implicitly trusted
✗ doesn't fit modern reality: cloud, remote work, mobile, distributed services (no clear
perimeter)
