nerdexam
GIAC

GSEC · Question #398

Which of the following processes is used by remote users to make a secure connection to internal resources after establishing an Internet connection?

The correct answer is B. Tunneling. Tunneling is the mechanism used to encapsulate and encrypt traffic so remote users can securely traverse the public internet to reach internal network resources via a VPN.

Network Security

Question

Which of the following processes is used by remote users to make a secure connection to internal resources after establishing an Internet connection?

Options

  • APacket filtering
  • BTunneling
  • CPacket sniffing
  • DSpoofing

How the community answered

(58 responses)
  • A
    7% (4)
  • B
    78% (45)
  • C
    12% (7)
  • D
    3% (2)

Why each option

Tunneling is the mechanism used to encapsulate and encrypt traffic so remote users can securely traverse the public internet to reach internal network resources via a VPN.

APacket filtering

Packet filtering is a firewall technique that permits or denies traffic based on rules; it controls access but does not establish a secure remote connection.

BTunnelingCorrect

Tunneling wraps private network packets inside a protocol (such as IPsec, L2TP, or SSL/TLS) to create an encrypted point-to-point path across an untrusted public network. This is the foundational process behind VPNs, allowing remote users to securely access internal resources as if they were on the local network. The tunnel both encapsulates and protects data from interception during transit.

CPacket sniffing

Packet sniffing is the passive capture and analysis of network traffic, an eavesdropping or diagnostic technique, not a connection-establishment method.

DSpoofing

Spoofing involves forging source addresses or identities to deceive systems; it is an attack vector, not a legitimate secure-access mechanism.

Concept tested: VPN tunneling for secure remote access

Source: https://learn.microsoft.com/en-us/windows-server/remote/remote-access/vpn/vpn-top

Topics

#VPN tunneling#remote access#secure connection#network security

Community Discussion

No community discussion yet for this question.

Full GSEC Practice