top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Why to use Diameter Protocol

+1 vote
1,107 views

Probably a basic question but still want better clarity so some basic question ?
1. What is the Diameter protocol in simple explanation?
2. Why is it used?
3. How can one use it?

posted Jul 18, 2013 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

3 Answers

+1 vote

Google and this is what I found

Per the ITU, DIAMETER is the successor to RADIUS (twice as good). No, it's not a joke. RADIUS was, and is still used, in many telecommunications networks as the interface to the authorization, authentication and accounting protocol server (typically just called the AAA). The problem with RADIUS is that:

It's built on UDP -- RADIUS packets can just drop off. It was never designed to handle much more than short, attribute/value pairs. While it is extendible, it's limited to vendor-specific attributes (VSAs)

Theses were all wonderful back with Livingston incorporated made the Portmaster terminal/modem server. (Ah, back in the day... I can hear the telebit trailblazers now...) But that was when 19.2Kb UUCP was cool.

DIAMETER aims to address these issues for the modern world. First, it's based on TCP. This addresses the drop-out problem. We now know that packets don't get there "half way". We can also encrypt streams. It's also, courtesy of TCP, capable of having much larger attribute sets (we call them AVPs). Thus, it's much easier to convey value sets beyond the simple key/value pair.

As an example, in DIAMETER< you can do a login request, sending far more than a username/password. You can send the course location for example, telling the AAA where the user is at login (maybe there are geo-location rules for access). And, because we have a more robust, richer language to say things in, the AAA can convey, not only the yes/no, but the rules for a given yes, or the reasons for the no.

http://stackoverflow.com/questions/11502522/what-is-the-diameter-protocol

answer Jul 19, 2013 by Nora Jones
To add a bit of market perspective: Diameter has gained popularity in the recent years because 3GPP adopted it as a key control protocol and defined many 'applications' (protocol extensions) for policy control, billing etc. 3G and LTE networks use this protocol.
Do we have any other use of diametere other then LTE/UMTS??? AAA is the feature required outside of LTE/UMTS, do we have any use case of diameter being used in Non UMTS/LTE scenario.
0 votes

Diameter grew out of a previous standard, the RADIUS protocol, to cope with the more complex access control mechanisms and increased security required by the current generation of mobile IP devices and wireless networks. RADIUS (Remote Authentication Dial-in User Service) was inadequate to deal with the new requirements. Diameter is built to allow extension when needed.

Diameter Terms and Components
At its heart, the Diameter protocol is about message exchange. Diameter is constructed as a peer-to-peer architecture, where every node can be a client, server or agent. Agents relay messages between clients and servers. A Diameter message is the base unit used to send commands or deliver notifications to other nodes.

AAA in Diameter
Diameter handles authentication and authorization by way of generalized message passing that is customized by the application being used. In this way, Diameter allows individual applications to perform functions applicable to their use. Accounting messages are more well-defined than authentication messages, and are handled as such by the protocol. One important feature is the enforcement of non-duplication of accounting records using session and message IDs.

answer Jul 31, 2013 by Salil Agrawal
0 votes
  1. What is the Diameter protocol in simple explanation?
    Used only to do AAA [Authentication Authorization Accounting]

  2. Why is it used?
    I guess only these 2 protocols [Radius, Diameter] can be used for AAA.
    But diameter will support Roaming also, and it have multiple communication over peer nodes where Radius does not do this.

  3. How can one use it?
    ???? We have treat this is Protocols [TCP/IP etc].

answer Dec 12, 2013 by sivanraj
Similar Questions
+3 votes

Some techies tell that diameter supports better roaming as compare to radius protocol. Can someone please explain why it is called ?

+6 votes

I have a requirement for diameter protocol extension. Please explain in details.

+1 vote

We have a single GPRS session with two Rating Groups (e.g. 53 for a specific service and 54 for any service). OCS will send a FUI with redirection when Package reaches credit limit (4012) only for navigation through RG 54 (redirection based on Rating Group).

If OCS answers 4012 and sends FUI with redirection to SGSN for this session, then the user chooses to keep wholesale navigation at the redirection portal, the SGSN sends de ReAuth request only for RG 54 but OCS keeps waiting for RAR for RG 53 and it is needed to re-establish a new session to keep navigating through RG 53. How can we make it to keep navigation in RG 53 after redirection with another RG?

...