A network operations team needs to verify that log files sent from edge firewalls to a central monitoring server are not altered or tampered with during transmission. Which core security principle is the team primarily enforcing, and which technical mechanism achieves this goal?
- Integrity, by using SHA-256 cryptographic hashing to verify file consistency.Answer
- BConfidentiality, by transmitting the log files via HTTPS over TCP port 443.
- CAvailability, by using UDP-based syslog transmission to maximize throughput.
- DNon-repudiation, by encapsulating syslog payloads into OSI Layer 2 Ethernet frames.
Answer
Integrity, by using SHA-256 cryptographic hashing to verify file consistency.
Integrity is the security principle that ensures data remains accurate and unaltered during transit or storage. Cryptographic hashing algorithms generate a fixed digest of the file; comparing the hash values before and after transmission conclusively proves whether the data was altered.
Step-by-Step Solution
Key Concept
Integrity in the CIA Triad