A technician is troubleshooting a VoIP phone that intermittently drops calls. The phone uses SIP (Session Initiation Protocol) for signaling and RTP (Real-time Transport Protocol) for audio. Which ports are typically used by these protocols?
SIP uses port 5060 for signaling, and RTP uses a dynamic UDP range for audio.
Why this answer
SIP typically uses port 5060 (UDP or TCP) for signaling, and RTP uses a range of UDP ports (often 16384-32767) for audio streams. Port 80 is HTTP, port 443 is HTTPS, and port 1720 is H.323 (another VoIP protocol).