본문 바로가기

Protocol/SIP

Stateful Proxy

Server의 구성 : Client Transaction, Server Transaction, Proxy Transaction
Server transaction : request을 받아 proxy transaction에게 전달
Client transaction : response을 받아 proxy에 전달, request 전달
Proxy Transaction : 상위 transaction
Next-hop location 결정
Response 수집
Request 마다 server transaction을 생성 – 재전송 관리


1. Validate the request
2. Preprocess routing information
3. Determine target for the request
4. Forward the request to each target
5. Process all responses


요청이 올바른지.
라우팅 정보 작업 처리
요청의 목적지를 결정
각각 타겟에 요청을 포워딩(fork)
모든 응답에 대해 작업 처리

'Protocol > SIP' 카테고리의 다른 글

SIP/SIPS URI  (0) 2013.09.25
Request Forwarding  (0) 2013.09.25
transaction 종류 및 정의  (0) 2013.09.25
응답 메시지 타입 response message type  (0) 2013.09.25
SIP 메시지 구조  (0) 2013.09.25