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.
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)- A12% (6)
- B78% (40)
- C6% (3)
- D4% (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.
A packet-based architecture forwards individual packets without terminating sessions, so source port numbers remain unchanged across the entire path.
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.
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.
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
Community Discussion
No community discussion yet for this question.