End Point Security and Network Access Control
Test your knowledge of .NET cryptographic classes and network security techniques for endpoint security and access control.
Questions
Which of the following .NET cryptographic classes the set of valid key sizes for the symmetric cryptographic algorithms?
- CngKey
- CngKeyBlobFormat
- AsymmetricKeyExchangeFormatter
- KeySizes
- RandomNumberGenerator
Which of the following security standards performs some action such as transmit the message to the recipient depending on whether confidentiality, authenticity, etc?
- Pretty good privacy
- Message integrity check
- Proc-Type
- Stateful inspection firewall
- Transport layer security
We can add functionality to a proxy firewall until it starts to look a lot like, which of the following security techniques?
- Non repudiation
- Transport layer security
- The certificate scheme
- Stateful inspection firewall
- Guard
Which of the following .NET cryptographic classes computes a MAC using Triple data encryption standard algorithm for the input data CryptoStream?
- TripleDES
- MACTripleDES
- DES
- DESCryptoServiceProvider
- ProtectedData
Which of the following .NET cryptographic classes computes a HMAC using the secure hash algorithm 1 hash function?
- HMACSHA256
- HMACSHA384
- HMACSHA1
- HashAlgorithm
- ProtectedData
In which of the following security mechanisms is the data received from the application compressed, signed and encrypted?
- The certificate scheme
- Message integrity
- Secure socket layer
- Transport layer security
- Stateful inspection firewall
Which of the following security techniques essentially intrudes in the middle of this protocol exchange, seeming like a destination in communication with the sender that is outside the firewall?
- Stateful inspection firewall
- Application proxy
- Message integrity check
- DEK-Info
- Transport layer security
Which of the following .NET cryptographic classes represents the abstract class from which all implementations of keyed hash algorithms must derive?
- KeyedHashAlgorithm
- HashAlgorithm
- CngKey
- CngKeyBlobFormat
- ProtectedMemory
Which of the following security techniques can generate logs of accesses, which can be useful to examine in case something harmful does slip through the firewall?
- Stateful inspection firewall
- Personal firewall
- Transport layer security
- Message integrity check
- Sender authenticity
Which of the following .NET cryptographic classes represents a read-only set of ManifestSignatureInformation objects?
- ProtectedMemory
- ManifestSignatureInformation
- SignatureDescription
- ManifestSignatureInformationCollection
- AsymmetricSignatureFromatter
Which of the following security mechanisms includes vital attributes required for secure over the internet credit-card transactions such as integrity of data, cardholder account authentication, etc?
- Transport layer security
- Non repudiation
- Message authentication code
- Stateful inspection firewall
- Secure electronic transaction
Which of the following .NET cryptographic classes represents the abstract class from which all mask generator algorithms must derive?
- RandomNumberGenerator
- PKCS1MaskGeneration Method
- MaskGeneration
- CngKey
- QueryString parameter
Which of the following .NET cryptographic classes provides a CNG implementation of the (message digest 5) 128-bit hashing algorithm?
- MD5Cng
- MD5
- ECDsaCNG
- CngProvider
- ProtectedData
Which of the following security techniques uses either source or destination address or specific protocol type to control access to packets?
- Stateful inspection firewall
- Packet filtering gateway
- The certificate scheme
- Sender authenticity
- Transport layer security
Which of the following .NET cryptographic classes computes the message digest 5 hash value for the input data using the implementation provided by CSP?
- MD5CryptoServiceProvider
- MD5
- DESCryptoServiceProvider
- DSACryptoServiceProvider
- ProtectedMemory