it-security.html
* created: 2026-04-02T22:07
* modified: 2026-04-02T23:13
title
IT-Security
description
IT-Security describes the protection against intentional attacks against IT infrastructure.
related notes
IT-Security
An area on computer science that focuses on protecting the integrity, availability and authenticity of digital resources.
Safety vs Security
Safety mechanisms aim to protect against dangers that are not invoked on purpose. Security, on the other hand, mainly focuses on the protection against targeted attacks. These attacks try to manipulated, steal or denial access to data.
TLDR
- Safety = protection from unintended events (accidents, nature, human error)
- Security = protection from intentional threats (attacks, theft, manipulation)
Security aspects
See Goals of cryptography
- Integrity: Any manipulation of a resource can be detected
- Authenticity: The origin or authorship of a resource can be verified.
- Availability: The resource is accessible to authorized users when needed.
- Accountability: Actions and events can be traced back to a responsible entity.
- Confidentiality: Access to a resource is restricted to authorized parties only.
- Privacy: A resource cannot be used in a way that contradicts the owner's intent.