What is cybersecurity?
Digital defense and data protection.
🌐 Términos en otros idiomas:
Digital defense and data protection.
graph LR
Center["What is cybersecurity?"]:::main
Pre_operating_systems["operating-systems"]:::pre --> Center
click Pre_operating_systems "/terms/operating-systems"
Center --> Child_network_security["network-security"]:::child
click Child_network_security "/terms/network-security"
Center --> Child_endpoint_security["endpoint-security"]:::child
click Child_endpoint_security "/terms/endpoint-security"
Center --> Child_zero_trust["zero-trust"]:::child
click Child_zero_trust "/terms/zero-trust"
Rel_firewall["firewall"]:::related -.-> Center
click Rel_firewall "/terms/firewall"
Rel_penetration_testing["penetration-testing"]:::related -.-> Center
click Rel_penetration_testing "/terms/penetration-testing"
Rel_malware_analysis["malware-analysis"]:::related -.-> Center
click Rel_malware_analysis "/terms/malware-analysis"
classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
linkStyle default stroke:#4b5563,stroke-width:2px;
🧒 Explícalo como si tuviera 5 años
🛡️ The technology and rules that keep you safe online, stopping bad people from stealing your information or breaking your devices.
🤓 Expert Deep Dive
## The CIA Triad: The Three Pillars
1. Confidentiality: Ensuring that sensitive information is only accessible to those authorized to have access. (e.g., Encryption)
2. Integrity: Ensuring that information is accurate and hasn't been tampered with. (e.g., Digital Signatures)
3. Availability: Ensuring that systems and data are ready to use when needed. (e.g., DDoS Protection)
🔗 Términos relacionados
Requisitos previos:
Más información:
📚 Fuentes
3. nist.gov