Dec 10, 2009

The need for Native Diameter Load Balancing

Load balancing has been almost a mandatory component to successfully provide high availability and nearly transparent scalability to web-based applications in the last 20 years.

Unlike HTTP and other web application protocols (SMTP, FTP, etc.), which are synchronous and stateless, the Diameter protocol is not only asynchronous but also do not abide by to a single request/reply communication sequence like web based communication protocols. This makes it more difficult to distribute Diameter because traditional web based load balancers are designed to operate best in a synchronous messaging environment in which a single request is made and responded to before another is processed.

In traditional load balancing, the load balancing is achieved in layer 4 (TCP/UDP), unlike this in Diameter the load balancing need to be message based, which means it has to be done in the Diameter level, above the TCP (and SCTP in Diameter case) level, since sessions are long lived and can outlive the relating layer 4 signaling.

More than this Diameter, due to its dynamic nature and the ability to add almost infinite amount of standard and vendor specific AVP’s and Grouped AVP’s in almost any combination, is a challenge to traditional web based load balancers, which cannot support the complex structure of Diameter and cannot fully use the Diameter AVP’s dictionary in order to perform dynamic load balancing of Diameter messages (for example try to configure iRules for Diameter, not a pleasant experience, I can assure you, make sure you got a few weeks of spare time)
To meet Diameter load balancing demands the Diameter load balancer needs to be a real native Diameter entity, this means it has to be a Diameter proxy in order to successfully use the entire set of AVP’s for load balancing decisions.
Being a native Diameter entity also enables the Load Balancer to offer many other benefits which are crucial for service providers, such as stateful configuration, Diameter masquerading, the ability to work dynamically with SCTP and TCP per the same session and to engage in Diameter over TLS in different scenarios.

To act in a stateful mode, is important requirement for Diameter load balancers due to the nature of the information inside the Diameter messages and service provider’s assurance needs.

Another related issue affecting service providers launch of new services is the complexity, cost and time associated with new network functionalities introduction. With the wide adoption of Diameter by service providers, every new network component is either a Diameter server or client, and needs to communicate with the other Diameter servers and clients around, this result in vast configuration and management burden and slow introduction of new services.
Having a Diameter native load balancer masquerades the need for this slow configuration, and services can be integrated and launched smoothly and faster, all the Diameter introduction/routing handling can be done in the native Diameter load balancer.

The ability to load balance Diameter requires a unique understanding of the way
in which the applications that use Diameter behave. Protocols such as Diameter that are
asynchronous and communicate bi-directionally are challenging to scale, hence rise the need for a native Diameter load balancer that has the ability to be stateful, extract and route requests at the Diameter message level and can load balance based on connections.

Nov 7, 2009

Some interesting Diameter legacy connectivity issues

At Traffix we come across many requests to connect Diameter to other legacy protocols.
We have the common familiar Gateway needs which usually involve two of the following:
LDAP, RADIUS, Diameter, Web Services, CAMEL.., but from time to time we got some other interesting requests, here are two that we recently had

Diameter GTP` connectivity
GTP` (GPRS Tunneling Protocol Prime) is used within GSM and GPRS networks, for transfer of charging data from GGSN’s to the charging function.
In MANY networks on the migration path to NGN, the GGSN’s are using GTP’ while the OCS (Online charging System) is already upgraded and using Diameter for charging connectivity, thus there is a need to convert GTP` messages into Diameter (Ro) and vice versa. We had an interesting case recently where we helped a service provider that had implemented a new charging system with all the goodies and with Diameter and needed to connect GTP` based charging interfaces from his GGSN’s to the new charging system.

Diameter CORBA connectivity

The Common Object Request Broker Architecture is a standard that enables software components written in multiple computer languages and running on multiple computers to work together, i.e. it supports multiple platforms. CORBA is widely used within NMS solutions, that are connected to different AAA Databases. With the migration to NGN, the AAA DB’s are migrating to Diameter, and a connectivity issue between existing CORBA interfaces and new Diameter interfaces arises. On a number of occasions recently we came across CORBA Diameter connectivity issues and with Traffix Diameter Gateway helped to bridge this gap.

Oct 6, 2009

Next Generation Networks Control Plane Challenges

The Challenge
The introduction of NGN elements into the telecom network present opportunities to utilize technological advancements to reliably and cost effectively provide a broad array of all IP based services (mobile data, streaming video, advertisements, stock-market quotes,…) to an ever-expanding customer-base, in real time. Yes, we all know NGN is not happening overnight, nor is it happening all over the network at one time. But it is clear to the telecom observer that certain NGN elements are making their appearance in the telecom network, at times as a new Diameter-based OCS node and at other times as a newly introduced NGN element such as a PCRF.

But to make this efficient, manageable and cost effective, the telco must adopt an overall NGN strategy. This NGN strategy needs to take into account both the opportunities that NGN presents to them as well as deal with the challenges presented by the new architecture. An NGN strategic view is especially important because an NGN network doesn't happen overnight. The last thing a telecom operator would like is to have an evolving NGN introduction without a real vision of the final goal. Were NGN an easy short term effort, the coherent implementation would be a simple part of the NGN project implementation; but NGN introduction is slow, at times very local to a specific area within the network (such as the interface between the GGSN and the OCS). Especially under these conditions the challenge of having an overall NGN strategy is crucial to the telecom operator.

Of the many opportunities and challenges that NGN strategy presents to the telco, I would like to focus on those related to the NGN Control Plane. Unlike legacy networks, in which the control plane was primarily the proprietary domain of the Network Equipment Provider, the new NGN control plane is more open and standard. It benefits from well defined interfaces and functionalities and a new broad and flexible enhanced AAA signaling protocol –Diameter - which replaces the existing variety of legacy signaling protocols.

Information that in the past was very difficult to retrieve from the network is now easily obtained. Interfaces requiring long and cumbersome integration are now replaced by standardized connectivity. NGN signaling enables new, fast, easy and cost effective service launches, translating into more services to the customer.

However, this new NGN architecture faces some critical challenges (especially since more and more services will be, over time, launched based on this architecture):
· How to roll out and activate new real time services.
· How to handle the rapidly increasing signaling volume from the new services (which are typically more signaling-intensive than common in the past. Most legacy protocols that are UDP based, Diameter is TCP-based, with an ACK for each transaction – this alone doubles the amount of signaling),
· How to deal with the unavoidably greater fragmentation and amount of network components needed for real time and new multimedia services introduced by NGN.
Thus, load balancing (LB) becomes a key issue, - specifically the control plane load balancing.

This is the challenge of the Control Plane – ensuring that the network is able to optimize the signaling load according to individual telco-defined network, subscriber needs and business operations parameters.

Aug 27, 2009

RADIUS Diameter Gateway

We come across many issues involving RADIUS to Diameter connectivity with requests to assist with our Diameter-RADIUS Gateway.
It’s really became a very common scenario, the System Integrator is deploying NGN infrastructure that comes equipped with Diameter connectivity and in is network he has legacy equipment that is sitting there for many years (and will stay for many years more) and supports only legacy connectivity (i.e. RADIUS) and now the System Integrator needs to connect the two protocols.
And of course Diameter and RADIUS are different protocols and cannot be bridged.

I stumbled across an initial work by the IETF Dime group- draft-zorn-dime-radia-gate-00.txt, really in early stages, not even a draft yet, driven by Lionel Morend and Glen Zorn.
Glen is really one of the major forces behind Diameter for many years (I still don’t understand why the blessed CMS related work driven by him wasn’t standardized)

It’s an interesting case where the standard bodies (the technical guys, flying in the air with no commercial weights to reality ) are behind the network adoption and the market need. Usually it’s the other way, for example LTE was standardized and until we will see real deployments it will be a few more years.
But in this case the standard bodies are behind, maybe because we live in a non standard world and the migration to NGN is evolution and not revolution, and RADIUS and Diameter need to co-exist for many years. Anyway this is blessed and very important work, and is based on real market need.

Jul 14, 2009

Diameter Routing Agent

I want to discuss today a new network function introduced by 3GPP in its Release 8 standards.
The Diameter Routing Agent (DRA), the DRA is a functional element that ensures that all Diameter sessions established over the Gx, S9, Gxx and Rx reference points for a certain IP-CAN session reach the same PCRF when multiple and separately addressable PCRFs have been deployed in a Diameter realm.
What this means in plain English, is that the DRA helps to sort out the Diameter spaghetti in the network.
Routing of Diameter messages from a network element towards the right Diameter realm in a PLMN is based on standard Diameter realm-based routing, as specified in IETF RFC 3588.
The DRA keeps status of the assigned PCRF for a certain UE and IP-CAN session across all reference points (e.g. Gx, Gxx, S9 and Rx interfaces)
The DRA supports the functionality of a proxy agent and a redirect agent as defined in RFC 3588 . The mode in which it operates (i.e. proxy or redirect) shall be based on the operator’s requirements.
Diameter clients of the DRA (i.e. AF, PCEF, BBERF and PCRF) in roaming scenarios shall support all procedures required to properly interoperate with the DRA in both the proxy and redirect modes.

After all this technical flood, I think that the main importance of DRA from Diameter perspective is that it’s the first time that the 3GPP standard body is supporting and backing an “in between” Diameter component.
Those components known as agents are part of Diameter in its IETF base, but were never used and adopted by the telecom standard bodies that adopted Diameter and headed by 3GPP, it was always a client server game. A DRA is really a Diameter Redirect Agent or a Diameter Proxy Agent as defined by the IETF.

In my opinion the adoption and backing of the DRA, is the final stamp of approval to the IETF Diameter work and to the embracement of Diameter as the main signaling protocol for telecommunication networks. I suspect we will see more and more Diameter agents either packaged as DRA or in other names in the coming years with the continuing migration to NGN and the growing amount of signaling.

Jun 12, 2009

The forces behind increasing Diameter signaling

I want to discuss some of the issues pushing the amount of signaling and Diameter.
We see growing amount of Diameter traffic in the networks, presenting Service providers with new challenges of managing Diameter traffic, scalability and confronting bottlenecks in their networks.

Here are some of the reasons for the growing amount of Diameter signaling
- Subscriber growth and subscribers migration to Next Gen. Networks
- Flat rate plans for data services
- Growing amount of Converged networks
- Diameter maturity with growing amount of interfaces and connectivity
- Continuing network migration to NGN
- Growing number of enforcement (DPI/PCEF) and policy (PDF/PCRF) functions, which are major source of Diameter signaling
- Increase in new services
- Continuing migration from 2G/2.5G to 3G, NGN and beyond (e.g. LTE)
- New interface speeds

Another important affect to take into consideration is that with the increase in network and signaling complexity and traffic of Diameter signaling in NGN, the network management becomes a growing concern, with new issues (surprisingly familiar from the days of SS7 based networks) related to identifying, analyzing and solving network related issues.
All those signaling and Diameter related issues can result in growing maintenance and management costs, increasing downtime, QoS issues, customer satisfaction and of course Service providers revenues.

To confront those issues, Services providers need to add and scale NGN infrastructure capacity, and to take into account Diameter and network design, scalability, signaling balancing and routing when charting new NGN related RFP’s.
Here at Traffix we offer them a set of products to confront those issues, from Diameter Gateways to confront vendor and standard interoperability issues, through Diameter load balancers and up to advanced contextual signaling and Diameter management solutions.

May 18, 2009

Hi,

I want to share with you a question asked by our VP Marketing Lior in the Diameter group

What is the most interesting (for you) Diameter based service?... and why?

I think it's a great question, and represents the real reason to move to NGN/IMS/LTE and as a result Diameter.

May 2, 2009

Diameter implementations – not for the faint of heart

I want to share with you a few horror stories about some of the Diameter implementations we see out there.
We recently came across an implementation by one of the main network vendors where Diameter server is sending Diameter client messages – of course that the clients in the other end could not respond and some of them where getting quite mixed up with the unexpected message.
This is really the tip of the iceberg, Diameter is very flexible and in NGN the applications are still very young – a destructive combination it seems, so the way the standards are translated and implemented varies across different vendors.
It’s not only the network equipment providers, some of the operators have also joined the party, with in-house Diameter standards and requirements that have already gained quite a “notorious reputation” in where they taken the standards and their non conformance, I don’t want to name and shame anyone, but I’m sure some of you are nodding their heads with called sweat.

Is it becoming better ? well not really, LTE/SAE is being developed today, new cable standards, new ETSI TISPAN equipment, and there things aren’t better, development is starting before the interfaces are finalized, so sorry no good end to this post, I believe the interoperability issues will keep accompany us in the recent future and will affect the dream of open plug & play no silo networks.

Apr 20, 2009

Some thoughts about Diameter

Is there a need in Diameter cards ? I looked at some SS7 and Sigtran projections a few days ago, there is a market for SS7 and Sigtran cards, this is a market along the stack market and actually even bigger.
I’m personally not sure there is a need for Diameter cards, I think IP based protocols market behave differently, but time will tell.

Apr 4, 2009

The amount of Diameter signaling

I come across more and issues regarding the amount of Diameter signaling and how it affects service providers networks.
Diameter is coming out of the labs, and when it’s moving to working environment the real network issues are starting to emerge.
So why Diameter is creating so much signaling, I believe the main issues are:
- Diameter is TCP/SCTP based compared to legacy signaling protocols like RADIUS that where mostly UDP based.

- Network fragmentation - in NGN like architectures, the number of network components is increasing, and many components were divided (for example the softswitch was divided to three different CSCF functionalities)

- Nature of new services – many of the services and applications (AS) are heavy signaling generators – like Presence and Location servers that create heavy signaling load or Policy servers (PDF/PCRF/RACS) that are creating heavy policy and enforcement Diameter traffic.

- Direct connectivity – in NGN connectivity between the components was defined directly, point to point - from functionality to functionality, at the time the standard bodies didn’t believe “in-between” components are needed, well I guess they skipped the history lessons especially the chapters about routers, STP’s and SBC’s – this is also contributing to the heavy load, complexity and lack of ability to balance and manage the Diameter signaling.

- New charging models and closer integration of BSS and network, which create heavier network load, in both the network side (Diameter signaling) and the BSS (CDR’s).

I believe this is only the tip of the iceberg, Diameter today is really still mainly in testing and within the labs, I think the amount of signaling issues will only increase in the coming years directly with Diameter adoption. It’s defiantly going to be interesting.


Mar 20, 2009

Diameter adoption and network geography


Diameter is used everywhere in the NGN core network – it is in the mobile, wireline, WiMax, Cable, from the ASN’s, GGSN’s and BRAS up to Application Servers. There isn’t a network core entity without at least Diameter interfaces, and some of them network functionalities have up to 4 different Diameter interfaces.
There are dozens of Diameter interfaces defined, over 110 interfaces are actually defined for Mobile, Wireline, Cable and WiMax and it seems also that the number is growing rapidly, new interfaces are introduced all the time, either for LTE (dozen of new interfaces), Lawful interception, interoperability, Roaming, IPTV, advanced policy and other needs.

But in reality most of those interfaces are still on the drawing boards or in the R&D labs, and not deployed and used yet in operators networks.
So what we see in the market, what places have the highest Diameter maturity, here is my view, top to bottom
I believe that the highest maturity is around the Charging and Billing systems ( what is called Rf, Ro, Gy, Gz, CCA interfaces)
It could be the connection from the Application to the Charging system, or from the GGSN to the Billing, or other network functionality, but it seems always to involve some charging component.
2nd place is given to the AAA servers and subscribers databases area, either HSS, NASS or other AAA Server, (interfaces like Sh, Dh, Cx, Dx), it could be CSCF connectivity to HSS, HSS to Application Server or one of many other scenarios of connecting to a AAA and subscriber databases using Diameter.
The 3rd place closely behind is taken by the policy and enforcement area. Policy is a spaghetti of Diameter with more than 9 Diameter interfaces (Gx, Rx, Gq, Gq’, Tx,Ty…) and we see almost any combination you can imagine of those policy related Diameter interfaces nd sometimes requests for all of them.

The rest of the network Diameter interfaces are defiantly behind, we see growing number of requests for almost all the 100+ defined interfaces, but they are still tailoring behind and you can find them today mainly in the vendors and operators labs and not in deployed operational networks.
Actually one of the emerging areas is the LTE related Diameter interfaces, although not finalized yet, and bearing a temporary name those Diameter interfaces are in high demand with strong interest by vendors starting to developing and testing LTE related equipment.

Mar 3, 2009

LTE and Diameter

It seems LTE is moving to the manufacturing halls.
The industry has aligned behind it (leaving far behind some potential alternatives such as Mobile WiMax), and in recent weeks we saw some new announcements on first deployments in Tier-1’s in 2010.
What place does Diameter take in LTE architecture ? well it seems much bigger than in the past, even compared to IMS.

There are about 15 new Diameter interfaces (on top of the existing 30 inherited from previous 3GPP versions and that are also used in LTE), and Diameter is getting out of the network core, closer to the edge and to the interconnectivity and roaming connections between operators.
However there are some warning signs – LTE standards are still work in progress, and the same for the LTE Diameter interfaces – so the potential for interoperability, connectivity and vendor lock-in issues is stronger than ever before.
Here in Traffix we supplied a number of network equipment vendors with LTE Diameter interfaces – and surprisingly each one wanted a different version of the still forming LTE (3GPP Rel. 8) specifications.
In some places where the standards and the Diameter interfaces are still too young to do the job, the equipment vendors are using earlier Diameter interfaces – again this wont contribute to connectivity.
So what’s the conclusion – well that the interoperability issues that operators are facing today won’t disappear with LTE, actually I believe they will be even bigger than in the past, especially in the first 2-3 years of LTE deployments.
I believe this might also slow LTE adoption – operators will understand the immaturity and that the “dream” is far from reality, and the related costs and will prefer to wait a bit until LTE will be more mature.
Actually it sounds a bit like IMS all over again (just replace LTE with IMS in the lines above :-) )
Ben

Feb 21, 2009

Barcelona – thoughts in Layer 5


This week I been in the Mobile World Congress in Barcelona.
A lot of words were written about the show, by people with much more knowledge and better writing skills.
I will try to give another view of the show – not from the shiny handsets point of view, but from the Diameter view of things.
I think that from the network side there are three main trends/activities that are happening and have close symbiotic relationship with Diameter
The first one is Convergence, I know it’s been around since the millennium, but it’s really happening, maybe not because of the service transparency and new services, as much as the fact that it can save OPEX and CAPEX and create new revenues by opening new markets. Convergence requires a lot of Diameter, but also presents a huge challenge in the Diameter level – how to connect wireline and mobile infrastructure that use different Diameter standards, or how to connect mobile Diameter based equipment to ISP equipment that is still using RADIUS.

The second trend is LTE, it’s enough to see some of the press releases from Verizon, Ericsson and Alcatel-Lucent to understand that the industry is aligning behind the technology, and in 2010 we are expected to see the first roll outs.
LTE represent a all new set of Diameter interfaces, with brand new networks that are using (by the standard) more than 45 Diameter interfaces, Diameter is everywhere and actually not limited to the core anymore, it is moving out to the edges, up to the last mile – those Diameter interfaces are not out there yet – so what will NEP’s do – I guess as always – build their own semi standard interfaces – and will continue to sweat on interoperability and lock the operators

The last trend is the Cloud – some heavyweights such as IBM, are pushing it, and they see it taking over the telecom world.
Financially it makes sense, mainly with MVNO’s and small operators but also with the Tier-1’s that don’t want to spend billions on OPEX and CAPEX.
I think one of the main issues that I can see from that level is that there are going to be huge interoperability issues, and the datacenters will need to have Diameter Gateways in the entrance to the cloud to make sure the information can be spread inside the cloud with no vendor and standard lock-in.

There are a few more things that changed this year, such as UMA – one of the big trends of the last few years almost disappeared, and it seems that Mobile WiMax might be going in the same route, unless something drastic will change, most of the people I met weren’t’ optimistic on its future.

That it, next time I will try to dig in Diameter and LTE, what is new, and some of the challenges.

Feb 10, 2009

Diameter and the Internet

Diameter and the Internet

Diameter as the primary control and AAA protocol in the telecom arena, is something most of you will shift a bit in your chair but will agree is around the corner.
What about Diameter as the primary AAA protocol in the Internet ? well this is something that might require a bit more imagination (and wider chair).
(OK now take a deep breath) I personally believe there is no other alternative and this is not so far away.

The Internet and the telecom environment are moving closer – FMC, Convergence, unified subscriber databases, mobile operators becoming ISP’s, death of the telecom walled garden and NGN are some of the reasons. Convergence and FMC don’t end up in the flyers and marketing brochures, it goes down beneath the hood, to the wires – to the signaling – to Diameter.

New services – The Internet is shifting, new services are being introduced by ISP’s – few examples are gambling, multimedia, VoIP, QoS, Ads – those require a bit more than the current RADIUS AAA signaling of user name and password used today. ISP’s want it all, they want advanced pre/post billing, insured QoS for SIP and VoIP services, content based billing and so on.

Standard bodies – last but not least, did you know that Diameter was initially defined for the Internet by IEEE ? so this is a good start – Diameter is not seen by the IEEE Internet gurus as another “strange telco feature” that the strange guys in 3GPP and TISPAN want them to adopt . Also there is a lot of ongoing work in IEEE and other standard bodies in this direction(such as the Diameter SIP Application)

Those are some of the reasons why I believe Diameter is on a solid path to become the leading AAA and Control protocol in the Internet arena.
Now if I managed to convince you, the next question is When ?

Feb 8, 2009

Diameter reality check

Diameter was adopted by 11 standard bodies as the main protocol for their NGN networks.
There is no other emerging protocol today or on the horizon that can become an alternative.
And Diameter is defiantly happening, as someone who live the Diameter market I can tell you, Diameter is booming.
So it seems the road ahead to world dominance is clear, well not so fast, there are a few bumps on the road that might block the path or at least slow the speed.

I believe that the main reason hampering Diameter adoption is interoperability, there are a few layers of interoperability here:

Legacy to NGN – Full Bottom up NGN deployments are rare we can count them on one hand, especially in today’s climate - operators want to get new multimedia services at least costs as possible. This means operators are launching hybrid semi NGN networks and using existing network functionality. However the two network parts the legacy and the NGN “speak” different protocols Diameter versus RADIUS/LDAP…. which don’t communicate.

Cross technologies – If I had a penny for every time I heard about Convergence and FMC, I wasn’t sitting on the couch and writing this blog, this is one of the industry’s hottest trends (and surprisingly it is really happening) The standard bodies have all lined up behind Diameter but (to make it interesting) they adopted Diameter differently (as usual politics and slightly different view of the world). Now you can imagine this is not helping an operator going FMC and want to connect the mobile Diameter interfaces based on 3GPP to the wireline Diameter interfaces based on ETSI TISPAN.

Vendor-lock in – I promise you this wasn’t written in the 70’s, problems has a strange habit of repapering. In Diameter which was designed to be very flexible and is still half cooked, this is a huge issue. For example there are RFP’s today in the market to connect the NSN Diameter Rf to Ericsson Diameter RF.

Still forming standards - Diameter interfaces are still fresh and changing all the time, more than this it seems Diameter is conquering more and more ground (do you remember COPS in 3GPP release 6 that was kicked out in release 7 ? or have you seen how Diameter spreading in LTE Control Plane – maybe it should be called Diameter plane) – the vast numbers of versions and releases, is certainly not helping adoption.

After this pessimistic blog, a few words of hope- I think those are serious issues on the road to Diameter wide spread adoption, they might slow the adoption, but my personal view is that there is nothing to block the way for Diameter adoption as the main protocol for telecom signaling and control

Next time Diameter and the Internet

Feb 7, 2009

Welcome to Diameter Blog

Welcome to the Traffix Diameter Blog.
In this space we will discuss some of Diameter trends and issues.
We will share with you information about Diameter adoption, in different standards and technologies.
The adoption of Diameter in the mobile and wireline domains, in the telecom and the Internet arenas.
Diameter alternatives, the pros and cons of Diameter over existing legacy protocols.
What roll Diameter is taking in coming technologies like LTE and Mobile WiMax.
We will also present some of the technical and market issues affecting Diameter adoption.
The Traffix team will share with you our view of those issues and many more.
Your feedback is welcome and I’m looking forward to interesting and open discussion.

Regards,
Ben