|
Security is a constant trade-off between functionality and risk-avoidance. Security consists of those procedures and policies which seek to insure that the right people perform the right actions at the right times using the right resources. Security procedures seek to prevent persons who are not authorized to perform certain actions or use certain resources are restricted or prohibited from doing so.
Logical security is essentially access control. Access control consists of Identification, Authentication, and Authorization. The Identification step requires the user to state his or her identity. This is usually a Username, Login ID, or Account Name. The Authentication step is the system challenging the user to prove he or she is actually the person represented by the Username or Account Name that has just been provided. This can be done in three ways:
After the user is Identified and Authenticated, Authorization is that portion of Access Control which grants the user access to specific system resources. A firewall provides a barrier between an internal network and an external network. A firewall restricts (either completely or selectively) data traffic from passing from one side to the other. A firewall may be composed of hardware components, software components, or both. |