What Does Security Mean?Human beings understand well what security means in real world. First and 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, the following is a list of some requirements in real world:
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:
Computer vs Network SecurityMany people 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.Robustness or Fault ToleranceAnother 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. | ![]() |

