Lecture Module: Introduction to Security Systems

Introduction to Security

Contents
  1. What does security mean?
  2. Security Properties
  3. Security Goals
  4. Threats
  5. Security Mechanisms
  6. Challenges
  7. Practical Considerations
  8. Who are the attackers

What does security mean?

Human beings understand well what security means in real world. First an foremost it means one's physical security from any harm. It further means security of one's property, so it does not get stolen or damaged.

In a broader sense, we can enumerate security requirements in real world in the following manner:

Notice that some of these requirements relate to one's safety and others relate to convenience, i.e. we both want to be safe and to go about our business with minimal distraction from others.

In computing and networking one can find the similar cobmination of security requirements that blend the need for safety with the need for uninterupted operation. Making a parallel with physical security requirements, in the Internet I may want (this is not a comprehensive list):

Many of you have heard about computer security (e.g., security from intrusion, viruses, worms, etc.) How does it relate to network security? Computer security aims to protect a single machine and data residing on it. Networking goal is to enable communication between any pair of machines, in any scenario. Thus the goal of network security is to protect this communication and all participants. The focus of network security is thus on threats that require network access to be perpetrated.

Another issue that often arises is whether security means robustness (e.g., no one can break into my computer), or fault-tolerance (e.g., fast detection of intrusions and patching). In real world security is achieved by combining techniques that achieve robustness and fault-tolerance. Known and distinct threats should be prevented, while new and stealthy threats should be quickly detected and handled.


Questions & Comments: Prof. Mirkovic at USC-ISI (sunshine at isi.edu)