300-730 · Question #4
Cisco AnyConnect clients need to transfer large files over the VPN sessions. Which protocol provides the best throughput?
The correct answer is C. DTLS. DTLS provides the best throughput for large file transfers over AnyConnect VPN because it runs over UDP and avoids the TCP-over-TCP performance collapse that affects SSL/TLS.
Question
Options
- ASSL/TLS
- BL2TP
- CDTLS
- DIPsec IKEv1
How the community answered
(14 responses)- C93% (13)
- D7% (1)
Why each option
DTLS provides the best throughput for large file transfers over AnyConnect VPN because it runs over UDP and avoids the TCP-over-TCP performance collapse that affects SSL/TLS.
SSL/TLS runs over TCP, and tunneling TCP application traffic inside a TCP-based VPN causes TCP meltdown, degrading throughput significantly for large transfers.
L2TP adds a layer of encapsulation overhead and typically requires IPsec for security, increasing header size and reducing effective throughput compared to DTLS.
DTLS (Datagram TLS) is UDP-based and is specifically used by Cisco AnyConnect to avoid the 'TCP meltdown' problem, where TCP retransmission logic at both the tunnel and application layers interferes with each other. For bulk data transfers, DTLS delivers significantly higher throughput by eliminating this double-retransmission overhead. Cisco AnyConnect negotiates DTLS as the preferred data channel when available precisely for this performance advantage.
IPsec IKEv1 has longer negotiation sequences and lacks the UDP-based transport optimizations that make DTLS efficient for bulk data over AnyConnect sessions.
Concept tested: DTLS throughput advantage for AnyConnect large file transfers
Source: https://www.cisco.com/c/en/us/td/docs/security/vpn_client/anyconnect/anyconnect410/administration/guide/b_AnyConnect_Administrator_Guide_4-10/b_AnyConnect_Administrator_Guide_4-10_chapter_0100.html
Topics
Community Discussion
No community discussion yet for this question.