RadarURL
Skip to content
조회 수 8550 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

Voice Application의 Statistic 결과 항목들을 보면 다음 그림과 같이 "Packet Delay Variation" 항목과는 별도로 "Jitter (sec)" 항목도 있다.


일반적으로 Jitter는 패킷 전달 지연시간의 편차로 해석되기 때문에, 거의 동일한 의미로 해설될 수 있는 Packet Delay Variatioin 항목이 같이 있는 것은 사용자들에게 곧잘 혼란을 불러일으키고는 한다. 이 두 가지 값의 정확한 차이를 알아보도록 하자.
먼저 Packet Delay Variation의 (OPNET에서 사용하고 있는) 정의는 다음과 같다.
"Variance among end to end delays for voice packets received by this node. End to end delay for a voice packet is measured from the time it is created to the time it is received. "
실제로 delay variation 값은 gna_stat_variance_obtain() 함수에서 계산되는데, 해당 코드는 다음과 같다. (gna_support.ex.c 파일)
-----------------------------------------------------------------------------------
  mean_value = stat_data_ptr->sample_sum / stat_data_ptr->sample_count;
  variance_value = (stat_data_ptr->sample_sq_sum / stat_data_ptr->sample_count) -
   (mean_value * mean_value);
-----------------------------------------------------------------------------------
소스코드를 수식으로 변환하여 표현하면, 다음과 같다.


따라서, 소스코드와 Statistics 항목의 설며에서 명확하게 알 수 있듯이, 여기에서 variance가 의미하는 것은 일반적인 뜻인 '변화량'이 아니라 통게에서 사용하는 '분산'인 것이다.

다음으로 Jitter의 (OPNET에서 사용하는 있는) 정의는 다음과 같다.
"If two consequetive packets leave the source node with time stamps t1 & t2 and are played back at the destination node at time t3 & t4, then:
jitter = (t4 - t3) - (t2 - t1)
Negative jitter indicates that the time difference between the packets at the destination node was less than that at the source node."
실제로 jitter 값은 gna_voice_called_mgr (또는 gan_voice_calling_mgr) 프로세스 모델에서 계산되는데, 해당 코도는 다음과 같다.
-------------------------------------------------------------------------------------
/* Compute the jitter */
jitter = (op_sim_time () - prev_pk_info_ptr->play_back_time) - (rtp_pk_info_ptr->time_stamp - prev_pk_info_ptr->time_stamp);
-------------------------------------------------------------------------------------

Statistic 항목의 설명과 동일하게 jitter = (현재시간 - 이전 패킷의 수신시간) - (패킷을 송신한 시간 - 이전 패킷을 송신한 시간)으로 계산되고 있음을 확일할 수 있다. 즉, Jitter는 연속된 두 패킷에서 송신 노드에서 보내질 때의 시간 간격과 수신노드에 도착할 때의 시간 간격의 차이를 의미하는 것이다.

시뮬레이션 결과를 살펴보면 다음과 같이 전혀 다른 값이 기록되어 있는 것을 확인할 수 있으며, 그 이유는 앞에서 설명한 것처럼 서로 계산하는 방식이 전혀 다르기 때문이다.

 

출처 : http://moleman.tistory.com/5

?

  1. Reverse DNS - 등록및 확인

    Date2016.09.24 ByJAESOO Views374
    Read More
  2. 파일질라(filezilla) 디렉터리 목록 조회 실패

    Date2016.07.01 ByJAESOO Views397
    Read More
  3. 시만텍(Symantec) 솔루션 적용 구성도

    Date2015.06.20 ByJAESOO Views583
    Read More
  4. [기술자료] 전용선

    Date2015.04.17 ByJAESOO Views416
    Read More
  5. 전용회선의 종류

    Date2015.04.17 ByJAESOO Views348
    Read More
  6. [이도경 칼럼] 올해 인터넷전화 도입시 주의사항 10가지 2

    Date2015.04.16 ByJAESOO Views883
    Read More
  7. [이도경 칼럼] 올해 인터넷전화 도입시 주의사항 10가지 1

    Date2015.04.16 ByJAESOO Views423
    Read More
  8. How to Set a Passive Port Range in Serv-U FTP Server - KB Article #2100

    Date2015.01.21 ByJAESOO Views739
    Read More
  9. 초고속 정보통신 건물 앰블럼 시험항목

    Date2014.06.27 ByJAESOO Views1503
    Read More
  10. Digital 통신용 UTP 케이블의 종류와 특성

    Date2014.06.27 ByJAESOO Views1796
    Read More
  11. 디지털 통신용 UTP Cable의 종류와 특성 이해

    Date2014.06.27 ByJAESOO Views1891
    Read More
  12. 통신 네트워크 관련용어정리 (기본 통신네트워크, 데이터통신 네트워크, 영상통신 네트워크)

    Date2014.06.27 ByJAESOO Views17908
    Read More
  13. 전기 연선의 굵기(SQ), 가닥(C), 단위 읽는 방법과 해석

    Date2013.12.20 ByJaeSoo Views6888
    Read More
  14. 일반형 항온항습기와 일체형 항온항습기 비교

    Date2013.12.19 ByJaeSoo Views2557
    Read More
  15. IP 대역 계산

    Date2013.11.27 ByJaeSoo Views4325
    Read More
  16. 회선비, 상면비

    Date2013.10.24 ByJaeSoo Views2958
    Read More
  17. 코로케이션(Co-location)이란?

    Date2013.10.24 ByJaeSoo Views2113
    Read More
  18. 데이터 센터에 대한 일반 상식

    Date2013.10.24 ByJaeSoo Views2404
    Read More
  19. 텐센트 10TB 무료 대용량 클라우드 서비스 모바일 APP/PC 클라이언트 한글화 배포(PC버전 추가)

    Date2013.09.28 ByJaeSoo Views4635
    Read More
  20. 인터넷속도측정 10초면 가능 인터넷속도 체크해보세요

    Date2013.09.11 ByJaeSoo Views5225
    Read More
Board Pagination Prev 1 2 3 4 Next
/ 4

PageViews   Today : 5730 Yesterday : 5037 Total : 21961782  /  Counter Status   Today : 5544 Yesterday : 4602 Total : 1188267

Edited by JAESOO

sketchbook5, 스케치북5

sketchbook5, 스케치북5

나눔글꼴 설치 안내


이 PC에는 나눔글꼴이 설치되어 있지 않습니다.

이 사이트를 나눔글꼴로 보기 위해서는
나눔글꼴을 설치해야 합니다.

설치 취소