Developing Solutions for Microsoft Azure (AZ-204) Practice Exam

Disable ads (and more) with a membership for a one time $2.99 payment

Developing Solutions for Microsoft Azure Exam. Prepare with flashcards and multiple choice questions, get hints and explanations for each question. Ace your test prep!

Each practice test/flash card set has 50 randomly selected questions from a bank of over 500. You'll get a new set of questions each time!

Practice this question and more.


What protocol does Azure Key Vault utilize for encryption while data is in transit?

  1. Presentation Layer Security

  2. Secure Sockets Layer

  3. Transport Layer Security

  4. Internet Protocol Security

The correct answer is: Transport Layer Security

Azure Key Vault uses Transport Layer Security (TLS) for encrypting data in transit. TLS is a widely accepted protocol that ensures secure communication over a computer network. It operates between the transport layer and the application layer in the OSI model, providing a critical layer of encryption that protects data transmitted between clients and servers. By implementing TLS, Azure Key Vault ensures that sensitive data such as encryption keys and secrets are transmitted securely, minimizing the risk of interception by unauthorized parties. The use of TLS also includes authentication, ensuring that communication occurs between trusted parties. Other protocols listed, such as Secure Sockets Layer (SSL), are outdated and have been largely replaced by TLS, which offers enhanced security features. Presentation Layer Security is not a recognized standard protocol for secure data transmission, and Internet Protocol Security (IPsec) is primarily used for securing network connections at the IP layer rather than at the application layer, making them less relevant in the context of Azure Key Vault’s operations.