SIP 이동성 환경에서 핸드오프 지연을 최소화한 사전 인증정보 전송 기법
DC Field | Value | Language |
---|---|---|
dc.contributor.advisor | 노병희 | - |
dc.contributor.author | 이승현 | - |
dc.date.accessioned | 2018-11-08T08:03:52Z | - |
dc.date.available | 2018-11-08T08:03:52Z | - |
dc.date.issued | 2011-02 | - |
dc.identifier.other | 11284 | - |
dc.identifier.uri | https://dspace.ajou.ac.kr/handle/2018.oak/10021 | - |
dc.description | 학위논문(석사)--아주대학교 일반대학원 :지식정보보안학과,2011. 2 | - |
dc.description.abstract | SIP프로토콜은 VoIP와 같은 인터넷 응용서비스를 위한 콜 시그널링 프로토콜로 HTTP 와 유사한 텍스트 기반의 메시지 타입을 사용하여 해석과 디버그가 용이 하고, 콜 설정과정이 간결하여 새로운 기능 및 부가서비스 제공에 유리한 이점이 있다. 또한 실시간 서비스를 위한 응용 계층에서의 이동성을 제공할 수 있는 프로토콜이다. 하지만 SIP를 이용한 이동성 보장 기법은 이동단말이 다른 네트워크로 이동하여 DHCP서버로부터 새로운 IP 주소를 할당 받고 인증절차를 수행한 후 외부단말과의 세션을 갱신할 때까지 핸드오프 지연이 발생하는 단점이 있다. 핸드오프 지연은 패킷 손실을 유발하고, 서비스의 품질을 떨어뜨리게 된다. 따라서 본 논문에서는 핸드오프 지연시간을 줄이기 위해서 이동단말을 인증하였던 정보를 서버들간의 메시지 교환으로 핸드오프가 발생하기 이전에 전송하여 실제 핸드오프가 발생하였을 때 미리 확보한 인증정보를 사용하여 소요되는 지연시간을 줄이는 사전 인증정보 전송 기법을 제안하였다. 제안하는 기법의 성능을 평가하기 위해서 네트워크 분석 모델을 제시하고 기존의 인증기법들과 제안하는 기법의 핸드오프 시 메시지 흐름에 따른 지연시간을 계산하여 비교 분석하는 방법을 사용하였다. 성능 평가의 결과로 제안하는 사전 인증정보 전송 기법이 기존의 인증기법들과 비교하여 지연시간이 감소됨을 확인하였다. | - |
dc.description.tableofcontents | 제1장 서 론 1 제2장 관련 연구 3 제1절 VoIP 세션 관리 3 제1항 H.323 3 제2항 SIP 7 제2절 이동성 제공 기법 13 제1항 Mobile IP 프로토콜 13 제2항 MIP 경로 최적화 기법 15 제3항 SIP 프로토콜을 확장한 기법 16 제3절 SIP 인증 기법 18 제1항 HTTP Digest 인증 기법 19 제2항 공유된 암호를 이용하는 인증 기법 21 제3항 디지털 인증서를 사용한 인증 기법 23 제3장 사전 인증정보 전송 기법 26 제1절 기존 SIP 핸드오프 시 인증방식의 문제점 26 제1항 HTTP Digest 인증기법의 문제점 26 제2항 공유된 암호를 이용하는 인증기법의 문제점 28 제3항 디지털 인증서를 이용한 인증기법의 문제점 30 제2절 사전 인증정보 전송 기법의 동작 과정 32 제3절 인증정보 메시지 종류 및 관리 방법 35 제4장 성능 평가 38 제1절 성능 평가 모델 38 제2절 기존 기법과의 성능 비교 39 제1항 기존의 핸드오프 지연 40 제2항 사전 인증정보 전송기법의 핸드오프 지연 43 제3항 기존 방식과 사전 인증정보 전송기법의 비교 44 제5장 결 론 47 참 고 문 헌 48 | - |
dc.language.iso | kor | - |
dc.publisher | The Graduate School, Ajou University | - |
dc.rights | 아주대학교 논문은 저작권에 의해 보호받습니다. | - |
dc.title | SIP 이동성 환경에서 핸드오프 지연을 최소화한 사전 인증정보 전송 기법 | - |
dc.title.alternative | Transmission Mechanism of Previous Authentication Information for Minimizing Hand-off Delay in the SIP Mobility Environment | - |
dc.type | Thesis | - |
dc.contributor.affiliation | 아주대학교 일반대학원 | - |
dc.contributor.alternativeName | LEE SEUNG-HYEON | - |
dc.contributor.department | 일반대학원 지식정보보안학과 | - |
dc.date.awarded | 2011. 2 | - |
dc.description.degree | Master | - |
dc.identifier.localId | T000000011284 | - |
dc.identifier.url | http://dcoll.ajou.ac.kr:9080/dcollection/jsp/common/DcLoOrgPer.jsp?sItemId=000000011284 | - |
dc.description.alternativeAbstract | SIP Protocol has the advantage providing the new function and optional services because it is easy to interpret, debug and simple the process establishing call using the message type based on text similar to http as call signaling protocol for internet application service like VoIP. In addition, it is the protocol that can provide mobility in the application layer for real time services. However, Mobility guarantee scheme for using SIP has a disadvantage occurring in hand-off delay until renewing the session with a foreign device after the mobility device move to other networks and it assigns a new IP address from DHCP server and implements the authentication process. Hand-off delay causes the packet loss and lowers the quality of the service. So in this thesis, to reduce hand-off delay when occurring in real hand-off after transmitting the information that authenticated mobility device before occurring in hand-off by the exchange of messages between servers, we proposed previous authentication information transmission scheme to reduce the delay time spent using the authentication information obtained in advance. To evaluate performance of the proposing scheme, We proposed network analysis model and used the method that comparatively analyses after calculate the delay time according to the message flow when occurring in hand-off of the previous authentication schemes and hand-off of the proposing scheme. The result of our performance evaluation demonstrated that the proposing previous authentication information transmission scheme decreased the delay time compared with the previous authentication schemes. | - |
Items in DSpace are protected by copyright, with all rights reserved, unless otherwise indicated.