nerdexam
GIAC

GSLC · Question #77

Which of the following methods will allow data to be sent on the Internet in a secure format?

The correct answer is A. Virtual Private Networks. VPNs create an encrypted tunnel over the internet, ensuring data is transmitted securely between endpoints.

Security Architecture & Engineering

Question

Which of the following methods will allow data to be sent on the Internet in a secure format?

Options

  • AVirtual Private Networks
  • BSerial Line Interface Protocol
  • CBrowsing
  • DPoint-to-Point Protocol

How the community answered

(18 responses)
  • A
    89% (16)
  • B
    6% (1)
  • C
    6% (1)

Why each option

VPNs create an encrypted tunnel over the internet, ensuring data is transmitted securely between endpoints.

AVirtual Private NetworksCorrect

A Virtual Private Network encrypts all traffic passing through it using protocols such as IPsec, SSL/TLS, or L2TP, creating a secure tunnel over the public internet. This ensures confidentiality and integrity of data in transit. VPNs are the standard solution for securely transmitting data across untrusted networks like the internet.

BSerial Line Interface Protocol

Serial Line Interface Protocol (SLIP) is a legacy data link layer protocol for serial connections that provides no encryption or authentication, making it unsuitable for secure transmission.

CBrowsing

Browsing alone does not secure data in transit - without an additional encryption layer such as HTTPS/TLS, data sent during a browsing session is transmitted in plaintext.

DPoint-to-Point Protocol

Point-to-Point Protocol (PPP) is a data link layer encapsulation protocol used for direct connections that does not provide encryption by default and is not designed for secure internet data transmission.

Concept tested: VPN as secure internet data transmission method

Source: https://learn.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-about-vpngateways

Topics

#VPN#secure data transmission#network encryption#Internet security

Community Discussion

No community discussion yet for this question.

Full GSLC Practice