nerdexam
Cisco

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.

Remote Access VPN

Question

Cisco AnyConnect clients need to transfer large files over the VPN sessions. Which protocol provides the best throughput?

Options

  • ASSL/TLS
  • BL2TP
  • CDTLS
  • DIPsec IKEv1

How the community answered

(14 responses)
  • C
    93% (13)
  • D
    7% (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.

ASSL/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.

BL2TP

L2TP adds a layer of encapsulation overhead and typically requires IPsec for security, increasing header size and reducing effective throughput compared to DTLS.

CDTLSCorrect

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.

DIPsec IKEv1

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

#AnyConnect#DTLS#throughput#SSL/TLS

Community Discussion

No community discussion yet for this question.

Full 300-730 Practice