Chapter 7 Host, Data and Application Security Flashcards
Relational Database
pg.216
most common approach to database implementation. Technology allows data to be viewed in dynamic ways based on the users or administrator’s needs
One-Tier Model or Single-Tier environment
pg.216
database and the application exist on a single sytem
Two-Tier Model
pg.217
Two-tier Model the client workstation or system runs an application that communicates with the database that is running on a different server
Third-Tier Model
pg.217
effectively isolates the end user from the database by introducing a middle term/third-tier model. Accepts clients requests from clients, evaluates them, and sends them back
No SQL
pg.217
More servers on for database management. . Its relatively a new concept.
Big data
pg.218
organizations have to store extremely large amounts of data, often many terabytes
SAN
pg.218
storage are network as a separate network set up to appear as a server to the main organizational network
Fuzzing
pg.
the technique of providing unexpected values, numerical values as input to an application in order to make it crash
Secure Coding
pg.218
can best prevent many attack. Cross site scripting and SQL injection
OWASP
pg.219
Open Web Application Security Project is a voluntary group dedicated to forming secure coding practices for web based applications as well as mobile and client applications along the back end design issues. Organization has a range of coding standards, most fundamental is security validation
Cert Secure Coding Standards
pg.219
Computer Emergency Response Team (cert) at Carnage Mellon University also details standards for coding
Baselining
pg.219
involves comparing performance to a metric. Can be done with any metric such as a network performance or CPU usage as well as with applications
Metric
pg.219
a historical measure that you can point to and identify as coming before a configuration change
Hotfix
pg.220
an immediate and urgent patch. Applied to the system
Patch
pg.220
provides some additional functionality or a non urgent fix