I didn't understood importance of three tests in case of STUN ? STUN server is used for knowing external port and ip address so why three requests?

Thanks

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

The three tests are used by a sip client to determine in which mode the STUN-Gateway is operating

  • Open Internet
  • Full Cone NAT
  • Restricted Cone
  • Restricted Port
  • UDP Blocked
  • Symmetric UDP Firewall
  • Symmetric NAT

If the three tests algorithm ends up in one of the later three states no UDP communication is possible.

Check this nice wikimedia graphic for a flowchart of the NAT characterization algorithm

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.