<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>The IMS jungle..</title>
	<atom:link href="http://theimsjungle.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://theimsjungle.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Sun, 17 Aug 2008 19:43:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='theimsjungle.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>The IMS jungle..</title>
		<link>http://theimsjungle.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://theimsjungle.wordpress.com/osd.xml" title="The IMS jungle.." />
	<atom:link rel='hub' href='http://theimsjungle.wordpress.com/?pushpress=hub'/>
		<item>
		<title>IPSec Security Associations between the UE and P-CSCF.</title>
		<link>http://theimsjungle.wordpress.com/2008/08/17/ipsec-security-associations-between-the-ue-and-p-cscf/</link>
		<comments>http://theimsjungle.wordpress.com/2008/08/17/ipsec-security-associations-between-the-ue-and-p-cscf/#comments</comments>
		<pubDate>Sun, 17 Aug 2008 19:40:23 +0000</pubDate>
		<dc:creator>theimsjungle</dc:creator>
				<category><![CDATA[IMS basics]]></category>
		<category><![CDATA[IP Security]]></category>
		<category><![CDATA[P-CSCF]]></category>
		<category><![CDATA[Security Associations]]></category>
		<category><![CDATA[UE]]></category>
		<category><![CDATA[headers]]></category>
		<category><![CDATA[IMS]]></category>
		<category><![CDATA[IPSec]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[SIP]]></category>

		<guid isPermaLink="false">http://theimsjungle.wordpress.com/?p=14</guid>
		<description><![CDATA[The IMS makes it mandatory for the establishment of IP Sec Security associations (SA) between the IMS UE and the Proxy CSCF. These security associations are set up during the two way handshake: REGISTER , 401, REGISTER and 200 OK, which takes place during IMS registration and authentication procedures. On the SIP level, there are three [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theimsjungle.wordpress.com&amp;blog=3585950&amp;post=14&amp;subd=theimsjungle&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:center;"><a href="http://theimsjungle.files.wordpress.com/2008/08/untitled.jpg"><img class="aligncenter size-full wp-image-15" src="http://theimsjungle.files.wordpress.com/2008/08/untitled.jpg?w=500&#038;h=250" alt="" width="500" height="250" /></a></p>
<p>The IMS makes it mandatory for the establishment of IP Sec Security associations (SA) between the IMS UE and the Proxy CSCF. These security associations are set up during the two way handshake:</p>
<p>REGISTER , 401, REGISTER and 200 OK, which takes place during IMS registration and authentication procedures.</p>
<p>On the SIP level, there are three headers that are of importance for the setup of these security associations. These are the Security-client, Security-server and Security-verify headers.</p>
<p>As part of the SA establishment at the client side, there are two ports that are negotiated with the P-CSCF. These are the protected client port and the protected server port. When the UE sends the initial &#8216;unprotected&#8217; REGISTER request to the P-CSCF, it is sent over the default port for SIP (5060). This initial REGISTER request contains the Security-client header which specifies the encryption algorithms that the UE supports, the security schema that the client supports and the parameters needed for SA setup.</p>
<p>This REGISTER request reaches the registrar (S-CSCF). The S-CSCF formulates an authentication challenge in the form of a 401 Unauthorized response back to the UE. This message contains the challenge parameters under the www-authenticate header. Additionally it also contains the Security-server header. The parameters received in this header are used by the UE to setup a temporary set of SAs. The lifetime of these SAs is set to the reg-await-auth timer.</p>
<p>Subsequently, the UE answers the challenge with another REGISTER request. This request contains the Security-verify header that mirrors the Security-server header of the 401 response received earlier. If the authentication answer is successful at the S-CSCF, a 200 ok is received. If the 200 ok is received, then the newly set of SAs are established between the UE and P-CSCF in place of the temporary SAs.</p>
<p>Thus, two protected ports each are negotiated between the UE and the P-CSCF for all subsequent signaling traffic.</p>
<p>Upon re-authentication by the UE, be sending another REGISTER refresh message, another set of SAs are established. The P-CSCF may or may not decide to keep the old set of SAs in lieu of the SAs established due to re-authentication.</p>
<p>To summarize, there are three types of Security Associations:</p>
<h5>1) <span lang="EN-GB"><span style="color:#ff0000;">Newly established set of security associations</span></span><span lang="EN-GB"><span style="color:#ff0000;">:<span> </span></span>Two pairs of IPsec security associations that have been created at the UE and/or the P-CSCF after the 200 (OK) response to a REGISTER request was received.</span></h5>
<h5><span lang="EN-GB">2) <span style="color:#ff0000;">Old </span><span><span style="color:#ff0000;">set of security associations:<span> </span></span>Two pairs of IPsec security associations still in existence after another set of security associations has been established due to a successful authentication procedure (re-authentication). </span></span></h5>
<h5><span lang="EN-GB"><span>3) <span lang="EN-GB"><span style="color:#ff0000;">Temporary set of security associations:<span> </span></span></span><span lang="EN-GB">Two pairs of IPsec security associations that have been created at the UE and/or the P-CSCF, after an authentication challenge within a 401 (Unauthorized) response to a REGISTER request was received. The SIP level lifetime of such created security associations will be equal to the value of reg-await-auth timer.</span></span></span></h5>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/theimsjungle.wordpress.com/14/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/theimsjungle.wordpress.com/14/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/theimsjungle.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/theimsjungle.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/theimsjungle.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/theimsjungle.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/theimsjungle.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/theimsjungle.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/theimsjungle.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/theimsjungle.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/theimsjungle.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/theimsjungle.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/theimsjungle.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/theimsjungle.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/theimsjungle.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/theimsjungle.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theimsjungle.wordpress.com&amp;blog=3585950&amp;post=14&amp;subd=theimsjungle&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://theimsjungle.wordpress.com/2008/08/17/ipsec-security-associations-between-the-ue-and-p-cscf/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/23d5111919c0385929a3b6442406affc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">theimsjungle</media:title>
		</media:content>

		<media:content url="http://theimsjungle.files.wordpress.com/2008/08/untitled.jpg" medium="image" />
	</item>
		<item>
		<title>P-CSCF: An introduction.</title>
		<link>http://theimsjungle.wordpress.com/2008/04/30/p-cscf-an-introduction/</link>
		<comments>http://theimsjungle.wordpress.com/2008/04/30/p-cscf-an-introduction/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 17:30:07 +0000</pubDate>
		<dc:creator>theimsjungle</dc:creator>
				<category><![CDATA[IMS basics]]></category>
		<category><![CDATA[P-CSCF]]></category>
		<category><![CDATA[DHCP]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[FQDN]]></category>
		<category><![CDATA[IMS registration]]></category>
		<category><![CDATA[PCRF]]></category>
		<category><![CDATA[UE]]></category>

		<guid isPermaLink="false">http://theimsjungle.wordpress.com/?p=11</guid>
		<description><![CDATA[The P-CSCF is the entry point to the IMS domain and serves as the outbound proxy server for the UE. The UE attaches to the P-CSCF prior to performing IMS registrations and initiating SIP sessions. The P-CSCF may be in the home domain of the IMS operator, or it may be in the visiting domain, where the UE [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theimsjungle.wordpress.com&amp;blog=3585950&amp;post=11&amp;subd=theimsjungle&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;"><a href="http://theimsjungle.files.wordpress.com/2008/04/aa1.jpg"></a>The P-CSCF is the entry point to the IMS domain and serves as the outbound proxy server for the UE. The UE attaches to the P-CSCF prior to performing IMS registrations and initiating SIP sessions. The P-CSCF may be in the home domain of the IMS operator, or it may be in the visiting domain, where the UE is currently roaming. For attachment to a given P-CSCF, the UE performs the P-CSCF discovery procedures. Attachment to the P-CSCF is necessary for the UE for initiating IMS registrations and sessions.</p>
<p style="text-align:center;"> <img class="aligncenter size-full wp-image-12" src="http://theimsjungle.files.wordpress.com/2008/04/aa1.jpg?w=406&#038;h=285" alt="" width="406" height="285" /></p>
<p style="text-align:justify;">In these procedures, the UE first establishes the IP connectivity access network (IP-CAN) bearer. Then, the UE sends a query to the DHCP server for retreiving the IP addresses and FQDN (Fully Qualified Domain Name) of the P-CSCF. After the DHCP query, the UE performs a DNS query on the FQDN received from the DHCP server. In response to the DNS query, the IP address of the P-CSCF is returned. This is known as the DHCP-DNS procedure for P-CSCF discovery. However, in some cases, it may be possible that the FQDN of the P-CSCF is pre-configured in the UE. In these scenarios, the UE can directly query the DNS server and get the IP address of the P-CSCF.</p>
<p style="text-align:center;"><a href="http://theimsjungle.files.wordpress.com/2008/04/ab.jpg"><img class="size-full wp-image-13 aligncenter" src="http://theimsjungle.files.wordpress.com/2008/04/ab.jpg?w=400&#038;h=220" alt="" width="400" height="220" /></a></p>
<p style="text-align:justify;">Subsequent to P-CSCF discovery, the UE can send a SIP REGISTER request to register itself in the IMS core network. The P-CSCF sets up IPSec security associations with the UE, which are facilitated with the two-way registration handshake (i.e. REGISTER-401-REGISTER-200 OK). The IPSec security assocaiations (SAs) setup four protected ports between the UE and the P-CSCF and ensure that all subsequent signaling traffic passes through the protected ports. The four protected ports negotiated during IMS registration are: The protected server port at the P-CSCF, the protected server port at the UE, the protected client port at the P-CSCF and the protected client port at the UE. The Protected client ports are used by the UE and P-CSCF to send requests while the server ports are used to receive incoming requests. IMS registration will be discussed seperately in another post.</p>
<p style="text-align:justify;">The P-CSCF also translates the SDP body contained in the SIP INVITE message from the UE into DIAMETER over the Rx interface and sends it to the PCRF. The PCRF is responsible for policy control in the IMS core network. If the SDP offer contains a codec or any other media characteristics that are not allowed as per the policies of the IMS operator, the operator can choose to disallow that session setup.</p>
<p style="text-align:justify;">Subsequent posts will dicuss the P-CSCF and PCRF interaction in more detail.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/theimsjungle.wordpress.com/11/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/theimsjungle.wordpress.com/11/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/theimsjungle.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/theimsjungle.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/theimsjungle.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/theimsjungle.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/theimsjungle.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/theimsjungle.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/theimsjungle.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/theimsjungle.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/theimsjungle.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/theimsjungle.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/theimsjungle.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/theimsjungle.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/theimsjungle.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/theimsjungle.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theimsjungle.wordpress.com&amp;blog=3585950&amp;post=11&amp;subd=theimsjungle&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://theimsjungle.wordpress.com/2008/04/30/p-cscf-an-introduction/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/23d5111919c0385929a3b6442406affc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">theimsjungle</media:title>
		</media:content>

		<media:content url="http://theimsjungle.files.wordpress.com/2008/04/aa1.jpg" medium="image" />

		<media:content url="http://theimsjungle.files.wordpress.com/2008/04/ab.jpg" medium="image" />
	</item>
		<item>
		<title>IMS core network components.</title>
		<link>http://theimsjungle.wordpress.com/2008/04/28/ims-core-network-components/</link>
		<comments>http://theimsjungle.wordpress.com/2008/04/28/ims-core-network-components/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 19:23:27 +0000</pubDate>
		<dc:creator>theimsjungle</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[IMS]]></category>
		<category><![CDATA[Introduction]]></category>
		<category><![CDATA[HSS]]></category>
		<category><![CDATA[I-CSCF]]></category>
		<category><![CDATA[IMS core]]></category>
		<category><![CDATA[P-CSCF]]></category>
		<category><![CDATA[S-CSCF]]></category>
		<category><![CDATA[SIP]]></category>

		<guid isPermaLink="false">http://theimsjungle.wordpress.com/?p=8</guid>
		<description><![CDATA[The IMS core network predominantly consists of the Call Session Control Function (CSCF) and the Home Subscriber Server (HSS). The Call session control function plays an important role in IMS. The CSCF node facilitates SIP session setup and teardown. The HSS plays the role of a location server in IMS, in addition to acting as [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theimsjungle.wordpress.com&amp;blog=3585950&amp;post=8&amp;subd=theimsjungle&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The IMS core network predominantly consists of the Call Session Control Function (CSCF) and the Home Subscriber Server (HSS). The Call session control function plays an important role in IMS. The CSCF node facilitates SIP session setup and teardown. The HSS plays the role of a location server in IMS, in addition to acting as an AAA server. The HSS also serves as a single point of provisioning for IMS subscribers and their services.</p>
<p>The IMS architectural view is given in the figure as under:</p>
<p><a href="http://theimsjungle.files.wordpress.com/2008/04/new-microsoft-powerpoint-presentation1.jpg"><img class="aligncenter size-full wp-image-10" src="http://theimsjungle.files.wordpress.com/2008/04/new-microsoft-powerpoint-presentation1.jpg?w=500&#038;h=397" alt="" width="500" height="397" /></a><a href="http://theimsjungle.files.wordpress.com/2008/04/new-microsoft-powerpoint-presentation.jpg"></a></p>
<p>The Call Session Control Function is divided into three logical verticals:</p>
<p>a) Proxy CSCF (P-CSCF)</p>
<p>b) Interrogating CSCF (I-CSCF), and..</p>
<p>c) Serving CSCF (S-CSCF).</p>
<p>The P-CSCF acts as the entry point in the IMS core network. All UE&#8217;s (User Equipment) in the IMS are attached to the Proxy CSCF. The P-CSCF may be in the home domain or in the visited domain. The P-CSCF is responsible for routing incoming SIP messages to the IMS registrar server and for facilitating policy control over the Rx interface towards the PCRF (Policy and Charging Rules Function). The P-CSCF is also responsible for setting up IPSec Security associations with the UEs, thus ensuring secure access to the IMS core.</p>
<p>The I-CSCF acts as an inbound SIP proxy server in the IMS. During IMS registrations, the I-CSCF queries the HSS to select the appropriate S-CSCF which can serve the UE. During IMS sessions, the I-CSCF acts as the entry point to terminating session requests. The I-CSCF routes the incoming session requests to the S-CSCF of the called party. The role of the I-CSCF in the IMS core network is minimal. However, its property of S-CSCF selection can be utilized for load sharing amongst multiple S-CSCF nodes in the IMS core.</p>
<p>The S-CSCF is the heart of the IMS core network. The S-CSCF acts as a registrar server, and in some cases as a redirect server. It is the central point for IMS service control over the ISC reference point. Moreover, the S-CSCF facilitates the routing path for mobile originated or mobile terminated session requests. The S-CSCF is the most processing intensive node of the IMS core network due to its initial filter criteria processing logic which enables IMS service control. It also interacts with the Media Resource Function over the Mr interface for playing tones and announcements.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/theimsjungle.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/theimsjungle.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/theimsjungle.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/theimsjungle.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/theimsjungle.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/theimsjungle.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/theimsjungle.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/theimsjungle.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/theimsjungle.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/theimsjungle.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/theimsjungle.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/theimsjungle.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/theimsjungle.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/theimsjungle.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/theimsjungle.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/theimsjungle.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theimsjungle.wordpress.com&amp;blog=3585950&amp;post=8&amp;subd=theimsjungle&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://theimsjungle.wordpress.com/2008/04/28/ims-core-network-components/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/23d5111919c0385929a3b6442406affc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">theimsjungle</media:title>
		</media:content>

		<media:content url="http://theimsjungle.files.wordpress.com/2008/04/new-microsoft-powerpoint-presentation1.jpg" medium="image" />
	</item>
		<item>
		<title>So,what is this IMS thingy??</title>
		<link>http://theimsjungle.wordpress.com/2008/04/27/sowhat-is-this-ims-thingy/</link>
		<comments>http://theimsjungle.wordpress.com/2008/04/27/sowhat-is-this-ims-thingy/#comments</comments>
		<pubDate>Sun, 27 Apr 2008 15:55:20 +0000</pubDate>
		<dc:creator>theimsjungle</dc:creator>
				<category><![CDATA[IMS]]></category>
		<category><![CDATA[Introduction]]></category>
		<category><![CDATA[DIAMETER]]></category>
		<category><![CDATA[services]]></category>
		<category><![CDATA[SIP]]></category>
		<category><![CDATA[WiMAX]]></category>

		<guid isPermaLink="false">http://theimsjungle.wordpress.com/?p=4</guid>
		<description><![CDATA[The IP Multimedia Subsystem is best defined as a third generation core network infrastructure designed specifically for facilitating the delivery of rich, real-time mutimedia services. Apart from rich services, the IMS core network is designed to support high quality multimedia calls consisting of an audio component coupled with a video component.  IMS uses the Session Initiation Protocol (SIP) for session setup [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theimsjungle.wordpress.com&amp;blog=3585950&amp;post=4&amp;subd=theimsjungle&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;"><a href="http://theimsjungle.files.wordpress.com/2008/04/aa.jpg"></a>The IP Multimedia Subsystem is best defined as a third generation core network infrastructure designed specifically for facilitating the delivery of rich, real-time mutimedia services. Apart from rich services, the IMS core network is designed to support high quality multimedia calls consisting of an audio component coupled with a video component.  IMS uses the Session Initiation Protocol (SIP) for session setup and teardown while DIAMETER is used as a AAA (Authorization,Authentication and Accounting) protocol.</p>
<p style="text-align:justify;">With the advent of IMS, comes the concept of access independence. Various 3G/3.5G access technologies can be directly plugged into a common IMS core network. A simplified view of the IMS architecture is shown in the figure below.</p>
<p><img class="size-full wp-image-6" src="http://theimsjungle.files.wordpress.com/2008/04/aa.jpg?w=400&#038;h=300" alt="" width="400" height="300" /></p>
<p style="text-align:justify;">May it be WiMax or WiFi access, or fixed broadband access, the IMS core network serves as a common &#8216;glue&#8217; layer for access aggregation. This is a significant value proposition for network operators, as they need to invest in the core network infrastructure only once. This is unlike the current scenario of legacy networks, where a GSM operator has to invest seperately if he wishes to roll out a CDMA2000 network for example.</p>
<p style="text-align:justify;">As shown in the figure, the IMS core network has an application layer which consists of various application server hosting IMS services. The IMS application layer consists of SIP-Application servers  and other service delivery platforms.</p>
<p style="text-align:justify;">The IMS-era promises to revolutionize the telco industry. For network operators, it generates new revenue generation streams by enabling them to provide newer, richer and personalized services to the end user. From the perspective of the customer, IMS offers an unparalleled customer experience and a greater choice of services. IMS thus offers a win-win situation for all.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/theimsjungle.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/theimsjungle.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/theimsjungle.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/theimsjungle.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/theimsjungle.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/theimsjungle.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/theimsjungle.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/theimsjungle.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/theimsjungle.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/theimsjungle.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/theimsjungle.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/theimsjungle.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/theimsjungle.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/theimsjungle.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/theimsjungle.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/theimsjungle.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theimsjungle.wordpress.com&amp;blog=3585950&amp;post=4&amp;subd=theimsjungle&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://theimsjungle.wordpress.com/2008/04/27/sowhat-is-this-ims-thingy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/23d5111919c0385929a3b6442406affc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">theimsjungle</media:title>
		</media:content>

		<media:content url="http://theimsjungle.files.wordpress.com/2008/04/aa.jpg" medium="image" />
	</item>
		<item>
		<title>The IMS Jungle is born..</title>
		<link>http://theimsjungle.wordpress.com/2008/04/26/the-ims-jungle-is-born/</link>
		<comments>http://theimsjungle.wordpress.com/2008/04/26/the-ims-jungle-is-born/#comments</comments>
		<pubDate>Sat, 26 Apr 2008 20:15:16 +0000</pubDate>
		<dc:creator>theimsjungle</dc:creator>
				<category><![CDATA[Introduction]]></category>
		<category><![CDATA[IMS]]></category>

		<guid isPermaLink="false">http://theimsjungle.wordpress.com/?p=3</guid>
		<description><![CDATA[So..here goes&#8230;my first post !  This blog is dedicated to the IP Multimedia Subsystem and its related technologies. In the coming days, I will be coming up with some introductory posts explaining what IMS is and what makes it special. Subsequently, I will move into the specifics of IMS, starting from the basics and then moving [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theimsjungle.wordpress.com&amp;blog=3585950&amp;post=3&amp;subd=theimsjungle&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So..here goes&#8230;my first post ! </p>
<p>This blog is dedicated to the <strong>IP Multimedia Subsystem</strong> and its related technologies. In the coming days, I will be coming up with some introductory posts explaining what IMS is and what makes it special. Subsequently, I will move into the specifics of IMS, starting from the basics and then moving to the core concepts. These technical posts will be punctuated with some market news-bits and the latest buzz of the telco domain.</p>
<p>I hope the readers will like what they see at the IMS Jungle ! For a more detailed explanation about this blog and it&#8217;s scope..i suggest that you read this page:</p>
<p><a href="http://theimsjungle.wordpress.com/about/" target="_blank"><strong>ABOUT THE IMS JUNGLE..</strong></a></p>
<p>I hope you will keep visiting !</p>
<p>The IMS Jungle guy !</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/theimsjungle.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/theimsjungle.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/theimsjungle.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/theimsjungle.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/theimsjungle.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/theimsjungle.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/theimsjungle.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/theimsjungle.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/theimsjungle.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/theimsjungle.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/theimsjungle.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/theimsjungle.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/theimsjungle.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/theimsjungle.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/theimsjungle.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/theimsjungle.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theimsjungle.wordpress.com&amp;blog=3585950&amp;post=3&amp;subd=theimsjungle&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://theimsjungle.wordpress.com/2008/04/26/the-ims-jungle-is-born/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/23d5111919c0385929a3b6442406affc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">theimsjungle</media:title>
		</media:content>
	</item>
	</channel>
</rss>
