Chapter 7 - Host, Data, and Application Security Flashcards
what is the most common approach to implementing a database?
7 - 215
relational database
this language is the most commonly used language when speaking to databases
7 - 216
Structured Query Language
Contrast the 3 database system models.
7 - 216
one tier - database and application exist on a single system
two tier - client workstation runs an application that communicates with the database that is running on a different server
three tier - there is a middle tier server that operates between the client and the database server
there is a difference in benefits between the SQL server and the NoSQL server. what is that difference?
7 - 217
NoSQL can handle structured, semistructured, and unstructured data. SQL is good for structured data
what’s the problem with Big Data?
7 - 218
hard to manage
you have a mini-network with one purpose: store data. what is this network called?
7 - 218
Storage Area Network (SAN)
what is fuzzing?
7 - 218
providing unexpected values as input to an application in order to make it crash
how can you prevent fuzzing?
7 - 218
make sure your input is of the expected type
what is the only prevention for cross-site scripting and sql injection?
7 - 218
secure coding
what is OWASP?
7 - 219
voluntary group dedicated to forming secure coding practices for web-based applications
there is another group responsible for secure coding. what is that group?
7 - 219
CERT, the Computer Emergency Response Team
can baselining be done with metrics, applications, or both?
7 - 219
both
tell me the difference between a hotfix, a patch, and a service pack? how are they similar?
7 - 220
hotfix - immediate and urgent, applied to the system
patch - additional functionality, non urgent fix
service pack - cumulative assortment of hotfixes and patches
similar because they are all patches to the operating system
tell me the 5 user permissions, going from least restrictive to most restrictive
7 - 220,221
full control modify read and execute read write
in your own words, tell me what an access control list is
7 - 221
a list of who can access what resource and at what level