MOS

From TBwiki
Revision as of 10:33, 17 January 2018 by Real Blanchet (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Mean Opinion Score, more commonly known as MOS, is a voice call quality metric range from 5 (excellent) to 1 (bad). It is a subjective method of quality assessment.


TelcoBridges and MOS

Toolpack uses a well known model to evaluate a MOS value based on metric of the call. There is 3 factors that significantly impact the call quality: latency, packet loss and jitter of RTP packets. With these values with calculate a R-value that ranges from 1 to 100 where the higher means better. Finally the MOS is calculated using this formula.


MOS = 1 + 0.035R + ((R - 60) * (100 – R) * 0.000007R)


TelcoBridges' MOS Implementation

On the MOS calculated from the R-value, there is no notion of codec. We decided to apply a ratio in relation to the codec ideal MOS. An illustration is provided below:


Mos codec conversion.jpg

Network quality TelcoBridges' MOS implementation adds an other concept over the standard MOS. The network quality gives a fast way to identify a bad network condition. The MOS is useful when comparing calls for the same NAP or on the same network but if you are using several codecs. The MOS value might be misleading to detect network problems.


A perfect network (no packet loss, no latency) using G.723 will have a MOS of 3.6. This represents a network quality of 100%. The only way to improve the situation will be to use an other codec.


A G.711 call with a MOS of 3.7 reprensents a network quality of 86%. With these values, you know there is something that can be improve with the network.

Personal tools