nerdexam
F5

101 · Question #664

An administrator lakes a capture of five Traffic using tcpdump. The administrator notices that different ephemeral port numbers are architecture does this indicate?

The correct answer is B. full proxy architecture. Observing different ephemeral source ports on each side of a captured session identifies a full proxy architecture, where the proxy terminates and independently re-originates every connection.

Section 2: F5 Solutions and Technology

Question

An administrator lakes a capture of five Traffic using tcpdump. The administrator notices that different ephemeral port numbers are architecture does this indicate?

Options

  • Apacket-based architecture
  • Bfull proxy architecture
  • Chub and spoke architecture
  • Dring network architecture

How the community answered

(51 responses)
  • A
    12% (6)
  • B
    78% (40)
  • C
    6% (3)
  • D
    4% (2)

Why each option

Observing different ephemeral source ports on each side of a captured session identifies a full proxy architecture, where the proxy terminates and independently re-originates every connection.

Apacket-based architecture

A packet-based architecture forwards individual packets without terminating sessions, so source port numbers remain unchanged across the entire path.

Bfull proxy architectureCorrect

A full proxy architecture terminates the inbound client connection entirely and creates a brand-new, independent outbound connection to the server, assigning a fresh ephemeral source port for each leg. A tcpdump capture will therefore show distinct source port numbers on the client-to-proxy flow versus the proxy-to-server flow, which is the definitive indicator that a full proxy - not a pass-through or packet-forwarding device - is in the path.

Chub and spoke architecture

Hub and spoke is a WAN or site-connectivity topology describing how remote branches connect to a central location, not a session-processing model visible in port numbers.

Dring network architecture

Ring network is a physical or logical topology where devices are connected in a circular path; it has no bearing on how connections are processed or how ephemeral ports are assigned.

Concept tested: Full proxy architecture identification via ephemeral port behavior

Topics

#full proxy architecture#ephemeral ports#tcpdump#packet capture

Community Discussion

No community discussion yet for this question.

Full 101 Practice