Chapter 6 Quiz Flashcards
_______ and _______can be used to simplify management of permissions
Roles , schemas
_______does not prevent data loss but can make data _______
Encryption , unintelligible
A SQL Server login may not access a database directly because it is a _______
server-level principal
Databases often contain _______ or confidential information that must be protected
sensitive
_______ keys use a public key to encrypt and a different, private key to decrypt
Asymmetric
use a public key to encrypt and a different (private) key to decrypt data
Asymmetric keys
_______are the objects in a database and on a SQL Server instance that can be secured
Securables
TDE uses a _______ key called the _______ to encrypt individual pages within data and log files
symmetric ,DEK
use the same key to encrypt and decrypt data
Symmetric keys
SQL Server _______operate at the level of the SQL Server _______and are server-level security principals
logins , instance
a symmetric key used to protect asymmetric private keys and certificates stored in the database
– Database master key (DMK)
SQL function that uses a passphrase to generate a key and uses the Triple DES algorithm to encrypt data
EncryptByPassphrase()
SQL function that encrypts data using a key that has been registered with the database
– EncryptByKey() -
Client/server messages are susceptible to _______
interception
A user connecting to SQL server must have an _______ that specifies the type of authentication used by that login
associated SQL Server login