07-03-2008 05:52 AM - edited 03-15-2019 11:43 AM
Hello All & Greetings.
I am reading different VoIP books, CCM etc .. and so am getting familiar with various Protocols - H.323, MGCP, SCCP - but, what I am looking for is material that may tell or suggest which protocol would be preferable in which deployment, in general (each specific sitiuation being unique), etc .. Any material, links for such scenarios would be very helpful. Thanks in advance!
Kishan
07-03-2008 06:10 AM
maybe this clears some doubts you might have:
MGCP and H.323 Voice Gateway Protocol Comparison
http://www.cisco.com/en/US/tech/tk1077/technologies_tech_note09186a00806fedbe.shtml
it really depends on the capabilities or what you want. if you need call blocking then use h323, if you need to use vxml apps, use h323. if you want little config on router and all in ccm use mgcp. sccp is usually used only with vg224 and vg248
HTH
javalenc
if this helps, please rate
07-03-2008 06:33 AM
Hi Kishan,
Here are some related docs;
Cisco IOS H.323 Gateway Configuration for Use with Cisco CallManager
http://www.cisco.com/en/US/products/sw/voicesw/ps556/products_tech_note09186a0080094636.shtml
SIP Versus H.323
MGCP and H.323 Voice Gateway Protocol Comparison
http://www.cisco.com/en/US/tech/tk1077/technologies_tech_note09186a00806fedbe.shtml
Voice/Data Integration Technologies
Comparison and Contrast of the Various VoIP Signaling Alternatives
The various signaling alternatives each offer advantages and disadvantages for system designers. A few highlights are presented here.
First, regarding MGCP and H.323, the scope of the protocols is different. MGCP is a simple device-control protocol, while H.323 is a full-featured multimedia conferencing protocol. H.323 is currently approved up to version 3, while MGCP has not been and may never be fully ratified; it is merely a de facto standard adopted by some manufacturers. As such, MGCP interoperability has been demonstrated, but not industry-wide. Likewise, the complexity of H.323 has inhibited interoperability as well.
MGCP can set up a call in as few as two round-trips, while H.323 typically requires seven or eight round-trips. (Note: H.323v2 provides for a fast start process to set up some calls in only two round-trips, but this is not widely implemented.) Call control is little more than device control for MGCP, while H.323 derives call flow from Q.931 ISDN signaling as a media control protocol. This control information is transmitted over UDP for MGCP, and over TCP for H.323.
SIP and H.323 are more direct competitors. They are both peer-to-peer, full-featured multimedia protocols. SIP is an IETF RFC, while H.323v3 has been approved by the ITU. Interoperability of both protocols has been demonstrated. SIP is more efficient than H.323, allowing some call setups in as little as a single round-trip. In addition, SIP uses existing Internet-type protocols, while H.323 continues to evolve new elements to fit into the Q.931 ISDN model.
Comparison of SIP to MGCP is similar to the comparison of H.323 to MGCP, in that SIP (like H.323) is a media-control protocol and MGCP is a device-control protocol. The same differences emerge as before between client/server and peer-to-peer. The fundamental difference is that peer-to-peer protocols such as H.323 and SIP tend to scale more gracefully, but client/server protocols such as MGCP are easier to design and maintain.
http://www.cisco.com/en/US/docs/internetworking/technology/handbook/Voice_Data.html#wp1022130
Hope this helps!
Rob
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide