nerdexam
Cisco

352-001 · Question #268

You are tasked with implementing a 1000-phone remote access solution, where phone calls will traverse a WAN edge router. Assuming all of the following features are supported in a hardware- assisted ma

The correct answer is A. encryption. Encryption introduces the most delay among the listed options because cryptographic operations are computationally intensive even when hardware-assisted, making it most harmful to real-time voice quality.

Design Considerations

Question

You are tasked with implementing a 1000-phone remote access solution, where phone calls will traverse a WAN edge router. Assuming all of the following features are supported in a hardware- assisted manner, which of the following will have the most negative impact on the delay of the packet?

Options

  • Aencryption
  • Bstateful firewall
  • CMPLS encapsulation
  • DGRE encapsulation

How the community answered

(50 responses)
  • A
    80% (40)
  • B
    4% (2)
  • C
    6% (3)
  • D
    10% (5)

Why each option

Encryption introduces the most delay among the listed options because cryptographic operations are computationally intensive even when hardware-assisted, making it most harmful to real-time voice quality.

AencryptionCorrect

IPsec encryption requires every packet to undergo multiple rounds of cryptographic transformation - such as AES cipher rounds and HMAC integrity checks - adding processing latency that hardware acceleration reduces but cannot eliminate. For a 1000-phone VoIP deployment where end-to-end delay is a hard quality constraint, this per-packet cryptographic overhead is measurably larger than the simple header operations of GRE or MPLS encapsulation or the table-lookup cost of stateful firewall inspection. No other option in the list involves the same depth of per-packet computation.

Bstateful firewall

A hardware-assisted stateful firewall performs fast connection-table lookups with minimal added latency, far less than the cryptographic rounds required by encryption.

CMPLS encapsulation

MPLS encapsulation consists only of pushing or swapping a small label header, an operation hardware performs in negligible time with no meaningful delay impact.

DGRE encapsulation

GRE encapsulation prepends a fixed-size tunnel header to each packet, a simple operation that hardware executes with very low and predictable latency.

Concept tested: Encryption delay impact on VoIP quality of service

Source: https://www.cisco.com/c/en/us/support/docs/voice/voice-quality/14050-voip-encryptionqos.html

Topics

#VoIP delay#encryption overhead#WAN QoS#packet latency

Community Discussion

No community discussion yet for this question.

Full 352-001 Practice