Symptoms: Video freezing and Voice interruption issues on Teams, Zoom and Webex.
Diagnosis: The protocol which is used for Voice and Videos is UDP. But on other hand, the protocol which is used for Chat is TCP. There are some specific UDP ports which need to be allowed in network for best experience of Voice and Video.
How issue start?: Issue starts when Voice and Video traffic start going via TCP (port 443).
TCP is connection oriented and UDP is connection less. Via using TCP port 443, if client would not get any response/ acknowledgement of any transmitted packet, it will re-transmit the same packet again. So lets assume, during Webex call (when it uses TCP), if client would not get any response of a TCP packet, it will re-transmit again until it get any response. This re-transmission can cause delay/ lag of voice traffic.
UDP performance is fastest at delivering packets on the network for many reasons. The first is that it doesn’t check if the packet is fully received. Another is that this protocol is not sensitive to packet reorder. This means that UDP can deal with it without considering it as packet loss.