Ch. 8: Information System Controls for Systems Reliability
8.3 Reliability is often included in service level agreements (SLAs) when outsourcing.
The toughest thing is to decide how much reliability is enough. Consider an
application like e-mail. If an organization outsources its e-mail to a cloud provider,
what is the difference between 95%, 99%, 99.99%, and 99.9999% reliability?
The differences in promised reliability levels over the course of a year in terms of days
when the e-mail system may not work are:
95% reliability = 18.25 days
99% reliability = 3.65 days
99.99% reliability = .0365 days or approximately 52.56 minutes
99.9999% reliability = .000365 days or less than one minute
8.4 What is the difference between authentication and authorization?
Authentication and authorization are two related controls designed to restrict access to an
organization’s information systems and resources.
The objective of authentication is to verify the claimed identity of someone attempting to
obtain access.
The objective of authorization is to limit what an authenticated user can do once they
have been given access.
8.5 What are the limitations, if any, of relying on the results of penetration tests to
assess the overall level of security?
Penetration testing provides a rigorous way to test the effectiveness of an organization’s
computer security by attempting to break into the organization’s information system.
Internal audit and external security consulting team perform penetration tests in which
they try to compromise a company’s system. Some outside consultants claim that they
can get into 90 percent or more of the companies they attack. This is not surprising, given
that it is impossible to achieve 100% security. Thus, one limitation of penetration testing
is that it almost always shows that there are ways to break into the system.
The more important analysis, however, is evaluating how difficult it was to break in and
the cost-effectiveness of alternative methods for increasing that level of difficulty.
Another limitation is that failure to break in may be due to lack of skill by the tester.
Finally, penetration testing typically focuses on unauthorized access by outsiders; thus, it
does not test for security breaches from internal sources.
8-2
© 2010 Pearson Education, Inc. Publishing as Prentice Hall