h.323 an international telecommunications union (itu) standard. architecture consisting of several...

9
H.323 An International Telecommunications Union (ITU) standard. Architecture consisting of several protocols o G.711: Encoding and decoding of speech (other protocols are supported as well) o H.245: Negotiates what type of compression to use as well as the bitrate o RTP/RTCP: (Real Time Transport Protocol) Handles the actual voice communication o Q.931: Standard telephony functions (connection establishment, dial tones, ringing) o H.225: PC to Gatekeeper function that utilizes the Registration/Admission/Status (RAS) channel

Upload: shanon-harrington

Post on 01-Jan-2016

222 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: H.323 An International Telecommunications Union (ITU) standard. Architecture consisting of several protocols oG.711: Encoding and decoding of speech (other

H.323• An International Telecommunications Union (ITU) standard.• Architecture consisting of several protocolso G.711: Encoding and decoding of speech (other protocols are supported as well)o H.245: Negotiates what type of compression to use as well as the bitrateo RTP/RTCP: (Real Time Transport Protocol) Handles the actual voice communicationo Q.931: Standard telephony functions (connection establishment, dial tones, ringing)o H.225: PC to Gatekeeper function that utilizes the Registration/Admission/Status (RAS) channel

Page 2: H.323 An International Telecommunications Union (ITU) standard. Architecture consisting of several protocols oG.711: Encoding and decoding of speech (other

Voice over IP (3)

Logical channels between the caller and callee during a call.

Page 3: H.323 An International Telecommunications Union (ITU) standard. Architecture consisting of several protocols oG.711: Encoding and decoding of speech (other

Voice over IP (2)

The H323 protocol stack.

Page 4: H.323 An International Telecommunications Union (ITU) standard. Architecture consisting of several protocols oG.711: Encoding and decoding of speech (other

Voice over IP

The H323 architectural model for Internet telephony.

Page 5: H.323 An International Telecommunications Union (ITU) standard. Architecture consisting of several protocols oG.711: Encoding and decoding of speech (other

Making a call with H.3231. Locate the Gatekeeper by broadcasting a UDP discover packet to port 1718. Gatekeeper responds with its IP address.

2. Register with the Gatekeeper via RAS.

3. Request bandwidth to be allotted for the call via RAS

(call setup begins – since telephone communication is connection oriented, TCP is used instead of UDP)

4. Client sends a SETUP request with the number being called

5. Gatekeeper sends a CALL PROCEEDING signal back to the client

6. Gatekeeper forwards the SETUP request to the Gateway

7. Gateway makes an ordinary telephone call to the desired number

8. The end office of the destination number sends back an ALERT signal to signify that the call was successful (phone is ringing)

9. When the call is answered the end office sends a CONNECT signal

10. At this point, the gatekeeper is bypassed and all packets are sent directly the gateway. H.245 determines the capabilities of both sides and communication commences via RTP.

Page 6: H.323 An International Telecommunications Union (ITU) standard. Architecture consisting of several protocols oG.711: Encoding and decoding of speech (other

SIP – The Session Initiation Protocol

• Designed by the IETF• Text-based protocol modeled on HTTP• Works well with existing Internet Applications• SIP URL:

• sip:[email protected]• Handles the setup of a call while actual data transfer is

handled by a protocol like RTP.

Page 7: H.323 An International Telecommunications Union (ITU) standard. Architecture consisting of several protocols oG.711: Encoding and decoding of speech (other

SIP – The Session Initiation Protocol

The SIP methods defined in the core specification.

Page 8: H.323 An International Telecommunications Union (ITU) standard. Architecture consisting of several protocols oG.711: Encoding and decoding of speech (other

SIP (2)

Use a proxy and redirection servers with SIP.

Page 9: H.323 An International Telecommunications Union (ITU) standard. Architecture consisting of several protocols oG.711: Encoding and decoding of speech (other

Comparison of H.323 and SIP