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.
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)- A7% (4)
- B78% (45)
- C12% (7)
- D3% (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.
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.
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.
Packet sniffing is the passive capture and analysis of network traffic, an eavesdropping or diagnostic technique, not a connection-establishment method.
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
Community Discussion
No community discussion yet for this question.