300-820 · Question #82
What allows endpoints behind a NAT to discover the paths through which they will pass media?
The correct answer is D. ICE. ICE (Interactive Connectivity Establishment), defined in RFC 5245/8445, is the framework that enables endpoints behind NAT devices to discover all possible candidate media paths (local addresses, server-reflexive addresses via STUN, and relayed addresses via TURN). ICE gathers…
Question
What allows endpoints behind a NAT to discover the paths through which they will pass media?
Options
- ARTP
- BTLS
- CSNMP
- DICE
How the community answered
(60 responses)- A2% (1)
- B5% (3)
- C2% (1)
- D92% (55)
Explanation
ICE (Interactive Connectivity Establishment), defined in RFC 5245/8445, is the framework that enables endpoints behind NAT devices to discover all possible candidate media paths (local addresses, server-reflexive addresses via STUN, and relayed addresses via TURN). ICE gathers these candidates, exchanges them with the remote peer via the signaling channel (e.g., SDP offer/answer), and then systematically tests each candidate pair to find a working path for media. RTP (A) is the media transport protocol itself but provides no NAT traversal discovery. TLS (B) is for signaling encryption. SNMP (C) is a network management protocol with no role in media path discovery.
Topics
Community Discussion
No community discussion yet for this question.