nerdexam
GIAC

GSLC · Question #5

Which of the following PPP configuration options is used to increase the effective throughput on PPP connections by reducing the amount of data in the frame that must travel across the link?

The correct answer is C. Compression. PPP compression reduces the size of data payloads before transmission, increasing effective throughput without requiring additional bandwidth.

Security Architecture & Engineering

Question

Which of the following PPP configuration options is used to increase the effective throughput on PPP connections by reducing the amount of data in the frame that must travel across the link?

Options

  • AAuthentication
  • BError detection
  • CCompression
  • DMultilink

How the community answered

(44 responses)
  • A
    2% (1)
  • B
    7% (3)
  • C
    89% (39)
  • D
    2% (1)

Why each option

PPP compression reduces the size of data payloads before transmission, increasing effective throughput without requiring additional bandwidth.

AAuthentication

Authentication (PAP/CHAP) verifies the identity of peers before establishing a session but does not alter frame size or increase throughput.

BError detection

Error detection (via LCP magic numbers or CRC) identifies corrupted frames but does not compress or reduce frame payload size.

CCompressionCorrect

Compression is a PPP option that applies algorithms such as Stacker or MPPC to reduce the byte size of frame payloads before they traverse the link. Because fewer bytes travel across the wire for the same amount of data, effective throughput increases without changing the physical link speed. This directly addresses the question's requirement of reducing the amount of data in the frame.

DMultilink

Multilink PPP (MLP) bundles multiple physical links for greater aggregate bandwidth but does not reduce the data in any individual frame.

Concept tested: PPP compression option for throughput optimization

Source: https://www.cisco.com/c/en/us/support/docs/wan/point-to-point-protocol-ppp/25440-ppp-compress.html

Topics

#PPP#compression#network protocol#throughput optimization

Community Discussion

No community discussion yet for this question.

Full GSLC Practice