Episode Details
Back to Episodes
Course 17 - Computer Network Security Protocols And Techniques | Episode 1: Computer Network Security: Foundations, Core Aspects
Published 4 months, 3 weeks ago
Description
In this lesson, you’ll learn about:
- The fundamental goals of computer network security
- The four core security properties used to protect network communications
- The classic security model involving Alice, Bob, and Eve
- Common threat behaviors observed in insecure communication channels
- If a sender encrypts a message, only the intended recipient should be able to decrypt and read it.
- Unauthorized parties should gain no meaningful information, even if they intercept the data.
- Both the sender and receiver must confirm who they are communicating with.
- This prevents attackers from pretending to be trusted users or systems.
- The receiver must be able to detect any modification immediately.
- This protects against tampering, insertion, or deletion of data during transmission.
- Legitimate users must be able to access systems and services when needed.
- Security mechanisms should protect against disruptions that prevent normal operation.
- Represent legitimate and trusted entities.
- They may be real users, applications, network devices, or servers.
- Their goal is to communicate securely and reliably.
- A user accessing an online banking service
- Two routers exchanging routing information
- A client communicating with a web server
- Represents the adversary or intruder.
- Eve is not a specific person, but a model for any malicious entity attempting to interfere with communication.
- Eve listens to the communication to obtain confidential information.
- This violates confidentiality.
- Eve intercepts messages and modifies their contents.
- She may delete messages or inject new, fake ones.
- This breaks message integrity.
- Eve positions herself between Alice and Bob.
- All communication passes through Eve without their knowledge.
- Eve can read, modify, or redirect messages freely.
- Eve pretends to be Alice when communicating with Bob.
- Bob believes the messages originate from Alice, even though they do not.
- This undermines au