SipThorDescription

Version 85 (Tijmen de Mes, 12/04/2012 03:35 pm)

1 84 Adrian Georgescu
h1. SIP Thor
2 78 Adrian Georgescu
3 33 Adrian Georgescu
4 79 Adrian Georgescu
5 1 Adrian Georgescu
6 84 Adrian Georgescu
SIP Thor provides scalability, load-sharing  and resilience for [[MSPDescription|Multimedia Service Platform]]. The software is mature and stable, having several years in production environments with a good track record. Based on previous experiences, it takes between 6 to 12 weeks to put in service a SIP service infrastructure based on it.
7 1 Adrian Georgescu
8 84 Adrian Georgescu
SIP Thor platform is using the same software components for the interfaces with the end-user SIP devices, namely the SIP Proxy, Media relay and XCAP server used by _Multimedia Service Platform_ but it implements a different system architecture for them by using Peer-To-Peer concepts.
9 1 Adrian Georgescu
10 85 Tijmen de Mes
!{width:500px}http://www.ag-projects.com/images/stories/ag_images/thor-platform-big.png!
11 1 Adrian Georgescu
12 84 Adrian Georgescu
13 84 Adrian Georgescu
h2. Architecture
14 84 Adrian Georgescu
15 84 Adrian Georgescu
16 84 Adrian Georgescu
To implement its functions, SIP Thor introduces several new components to Multimedia Service Platform. SIP Thor creates a self-organizing peer-to-peer overlay of several logical network entities called *roles* installed on multiple physical machines called *nodes*. 
17 84 Adrian Georgescu
18 84 Adrian Georgescu
Each node can be configured to run one or multiple roles. Typical example of such roles are *sip_proxy* and *media_relay*. Nodes that advertise such capabilities, will handle the load associated with the SIP and RTP traffic respectively and will inherit the built-in resilience and load distribution provided by SIP Thor design.
19 84 Adrian Georgescu
20 1 Adrian Georgescu
SIP Thor operates at IP layer and the nodes can be installed at different IP locations, like different data centers, cities or countries. The sum of all nodes provide a consolidated single logical platform. 
21 1 Adrian Georgescu
22 1 Adrian Georgescu
23 84 Adrian Georgescu
h2. NAT Traversal
24 35 Adrian Georgescu
25 1 Adrian Georgescu
26 84 Adrian Georgescu
The platform provides a fail-proof NAT traversal solution that impose no requirements in the SIP clients by using a reverse-outbound technique for SIP signaling and geographically distributed relay function for RTP media streams. Based on configured policy in the nodes, "ICE ":http://mediaproxy-ng.org/wiki/ICE is supported in the end-points and selection of a media relay can be done by taking into consideration geographical location of the calling party.
27 1 Adrian Georgescu
28 84 Adrian Georgescu
29 84 Adrian Georgescu
h2. References
30 84 Adrian Georgescu
31 84 Adrian Georgescu
32 84 Adrian Georgescu
The closest reference of a standard related to what SIP Thor implements is the "Self-organizing SIP Proxy farm":http://tools.ietf.org/html/draft-bryan-p2psip-usecases-00#section-3.4.2 described in 2007 by the original P2P use cases draft produced by IETF "P2PSIP Working Group":http://www.ietf.org/dyn/wg/charter/p2psip-charter.html. SIP Thor started development during early 2005, for this reason the software uses a slight variation of the terminology used later by the P2PSIP Working Group.
33 84 Adrian Georgescu
34 1 Adrian Georgescu
SIP Thor particular design and implementation has been explored in several white-papers and conferences:
35 1 Adrian Georgescu
36 84 Adrian Georgescu
* "Addressing survivability and scalability of SIP networks by using Peer-to-Peer protocols":http://www.sipcenter.com/sip.nsf/html/AG+P2P+SIP published by *SIP Center* in September 2005
37 84 Adrian Georgescu
* "Building scalable SIP networks":http://ag-projects.com/docs/Present/20060518-ScalableSIP.pdf presented by Adrian Georgescu at *VON Conference* held Stockholm in May 2006 
38 84 Adrian Georgescu
* "Solving IMS problems using P2P technology":http://ag-projects.com/docs/Present/20061004-IMSP2P.pdf presented by Adrian Georgescu at *Telecom Signalling World* held in London in October 2006
39 84 Adrian Georgescu
* "Overview of P2P SIP Principles and Technologies":http://ag-projects.com/docs/Present/20070227-P2PSIP.pdf presented by Dan Pascu at *International SIP Conference* held in Paris in January 2007 
40 84 Adrian Georgescu
* "P2PSIP and the IMS: Can they complement each other?":http://www.imsforum.org/search/imsforum/p2p published by *IMS forum* June 2008 -  online accessible "here":http://www.ag-projects.com/content/view/519/176/
41 1 Adrian Georgescu
42 1 Adrian Georgescu
43 84 Adrian Georgescu
h2. P2P Design
44 84 Adrian Georgescu
45 84 Adrian Georgescu
46 31 Adrian Georgescu
SIP Thor is designed around the concept of a peer-to-peer overlay with equal peers. The overlay is a flat level logical network that handles multiple roles. Peers are dedicated servers with good IP connectivity and low churn rate and are part of an infrastructure managed by a service provider. The software design and implementation has been fine-tuned for this scope and differs to some degree from other classic implementations of P2P overlays that are typically run by transitive end-points.
47 75 Adrian Georgescu
48 1 Adrian Georgescu
The nodes interface with native SIP clients that are unaware of the overlay logic employed by the servers. Internally to the SIP Thor network, the lookup of a resource (a node that handles a certain subscriber for a given role at the moment of the query) is a one step lookup in a hash table.
49 21 Adrian Georgescu
50 84 Adrian Georgescu
The hash table is an address space with integers arranged on a circle, nodes and SIP addresses map to integers in this space. This concept can be found in classic DHT implementations like "Chord":http://en.wikipedia.org/wiki/Chord_(DHT). Join and leave primitives take care for the addition and removal of nodes in the overlay in a self-organizing fashion.
51 53 Adrian Georgescu
52 1 Adrian Georgescu
53 84 Adrian Georgescu
h2. Security
54 84 Adrian Georgescu
55 84 Adrian Georgescu
56 12 Adrian Georgescu
Communication between SIP Thor nodes is encrypted by using Transport Level Security (TLS). Each node part of the SIP Thor network is uniquely identified by a X.509 certificate. The certificates are  signed by a Certificate Authority managed by the service provider and can be revoked as necessary for example when a node has been compromised.
57 16 Adrian Georgescu
58 1 Adrian Georgescu
The X.509 certificate and its attributes are used for authentication and authorization of the nodes when they exchange overlay messages over the SIP Thor network. 
59 1 Adrian Georgescu
60 1 Adrian Georgescu
61 84 Adrian Georgescu
h2. Scalability
62 84 Adrian Georgescu
63 84 Adrian Georgescu
64 1 Adrian Georgescu
Because by scope, the number of peers in the overlay is fairly limited (tens to hundreds of nodes in practice), there is no need for a Chord-like finger table, iterative or recursive queries. The overlay lookup type is one hop, referred as O(1) in classic P2P terminology and SIP Thor's implementation handles up to half a million queries per second on a typically server processor, which is several orders of magnitude higher than what is expected in normal operations.
65 1 Adrian Georgescu
66 1 Adrian Georgescu
Thanks to the single hop lookup mechanism, SIP call flows over the SIP Thor overlay involves a maximum of two nodes, regardless of the number of nodes, subscribers or devices handled by the SIP Thor network. Shall SIP devices be 'SIP Thor aware' and able to perform lookups in the overlay themselves, this could greatly improve the overal efficiency of the system as less SIP traffic and less queries will be generated inside the SIP Thor network. A publicly reachable lookup interface is exposed over a TCP socket by each node using a simple query syntax.
67 5 Adrian Georgescu
68 53 Adrian Georgescu
The current implementation allows SIP Thor to grow to accomodate thousands of physical nodes, which can handle the traffic of any size for a real-time communication service deployable in the real world today (e.g. if the SIP server node implementation can handle one hundred thousand subscribers then 100 nodes (roughly the equivalent of three 19 inch racks of data center equipment) are required to handle a base of 10 million subscribers. 
69 17 Adrian Georgescu
70 1 Adrian Georgescu
The service scalability is in reality limited by the performance of accounting sub-system used by the operator or by the presence of centralized functions like prepaid. If the accounting functions are performed outside SIP Thor, for instance in external gateway system, there is no hard limitation in how much the overlay can really scale.
71 1 Adrian Georgescu
72 1 Adrian Georgescu
73 84 Adrian Georgescu
h2. Load Sharing
74 29 Adrian Georgescu
75 84 Adrian Georgescu
76 84 Adrian Georgescu
SIP Thor is designed to equally share the traffic between all available nodes. This is done by returning to the SIP clients that use standard RFC 3263 style lookups, a random and limited slice of the DNS records that point to actual live nodes that perform the SIP server role. DNS records are managed internally by a special role *thor-dns* on multiple nodes assigned as DNS servers in the network. This simple DNS query/response mechanism achieves a near perfect distribution without introducing any intermediate load balancer or latency. Internally to SIP Thor, similar principle is used for load balancing internal functions like XCAP queries or SOAP/XML provisioning requests.
77 84 Adrian Georgescu
78 73 Adrian Georgescu
For functions driven internally by SIP Thor, for instance the reservation of a media relay for a SIP session, other selection techniques could be potentially applied for instance selecting a candidate based on geographic proximity to the calling party to minimize round trip time. Though captured in the initial design, such techniques have not been implemented because no customers demanded them.
79 73 Adrian Georgescu
80 1 Adrian Georgescu
By using a virtualization technique, the peer-to-peer network is able to function with a minimum number of nodes while still achieving fair equal distribution of load when using at least three physical servers.
81 73 Adrian Georgescu
82 1 Adrian Georgescu
83 84 Adrian Georgescu
h2. Zero Configuration
84 84 Adrian Georgescu
85 84 Adrian Georgescu
86 1 Adrian Georgescu
There is no need to configure anything in the SIP Thor network for supporting the addition of a new node besides starting it with the right X.509 certificate.
87 1 Adrian Georgescu
88 1 Adrian Georgescu
89 84 Adrian Georgescu
h2. Failover
90 84 Adrian Georgescu
91 84 Adrian Georgescu
92 1 Adrian Georgescu
SIP Thor is designed to automatically recover from disasters like network connectivity loss, server failures or denial of service attacks. On node failure, all requests handled by the faulty node are automatically distributed to surviving nodes without any human intervention. When the failed node becomes available, it takes back its place in the network without any manual interaction. 
93 1 Adrian Georgescu
94 1 Adrian Georgescu
The logic of all active and signaling active components inherit this failover property from SIP Thor.
95 1 Adrian Georgescu
96 1 Adrian Georgescu
97 84 Adrian Georgescu
h2. Thor Event Server
98 84 Adrian Georgescu
99 84 Adrian Georgescu
100 84 Adrian Georgescu
*thor-eventserver* is an event server, which is the core of the messaging system that is used by the SIP Thor network to implement communication between the network
101 1 Adrian Georgescu
members.  The  messaging  system  is based on publish/subscribe messages that are exchanged between network members.  Each entity in the network publishes its own
102 1 Adrian Georgescu
capabilities and status for whomever is interested in the information. At the same time each entity may subscribe to certain types of information which  is  published by the other network members based on the entity's functionality in the network.
103 1 Adrian Georgescu
104 1 Adrian Georgescu
Multiple event servers can be run as part of a SIP Thor network (on different systems, that are preferably in different hosting facilities) which will improve the
105 1 Adrian Georgescu
redundancy of the SIP Thor network and its resilience in the face of network/system failures, at the expense of linearly increasing the  messaging  traffic  with
106 1 Adrian Georgescu
the number of the network members. It is recommended to run at least 3 event servers in a given SIP Thor network.
107 1 Adrian Georgescu
108 1 Adrian Georgescu
109 84 Adrian Georgescu
h2. Thor Manager
110 1 Adrian Georgescu
111 84 Adrian Georgescu
112 84 Adrian Georgescu
*thor-manager* is the SIP Thor network manager, which has the role of maintaining the consistency of the SIP Thor network as members join and leave the network. The manager  will  publish  the  SIP  Thor  network status regularly, or as events occur to inform all network members of the current network status, allowing them to adjust their internal state as the network changes.
113 84 Adrian Georgescu
114 1 Adrian Georgescu
Multiple managers can be run as part of a SIP Thor network (on different systems, that are preferably in different hosting  facilities), which  will  improve  the redundancy  of  the  SIP Thor network and its resilience in the face of network/system failures, at the expense of a slight increase in the messaging traffic with each new manager that is added. If multiple managers are run, they will automatically elect one of them as the active one and the others will be  idle until the active manager stops working or leaves the network. Then a new manager is elected and becomes the active manager.  It is recommended to run at least 3 managers in a given SIP Thor network preferably in separate hosting facilities.
115 1 Adrian Georgescu
116 1 Adrian Georgescu
117 84 Adrian Georgescu
h2. Thor Database
118 1 Adrian Georgescu
119 2 Adrian Georgescu
120 84 Adrian Georgescu
*thor-database* is a component of the SIP Thor network that runs on the central database(s) used by the SIP Thor network. Its purpose is to publish the location of the provisioning database in the network, so that other SIP Thor network members know where to find the central database if they need to access information from it.
121 1 Adrian Georgescu
122 1 Adrian Georgescu
123 84 Adrian Georgescu
h2. Thor DNS
124 1 Adrian Georgescu
125 2 Adrian Georgescu
126 84 Adrian Georgescu
*thor-dns* is a component of the SIP Thor network that runs on the authoritative name servers for the SIP Thor domain. Its purpose is to keep the  DNS  entries for the SIP Thor network in sync with the network members that are currently online. Each authoritative name-server needs to run a copy of the DNS manager in combination with a DNS server. The SIP Thor DNS manager will update the DNS backend database with the appropriate records as nodes join/leave the SIP Thor network,  making  it reflect the network status in realtime.
127 1 Adrian Georgescu
128 2 Adrian Georgescu
129 84 Adrian Georgescu
h2. Thor Node
130 1 Adrian Georgescu
131 84 Adrian Georgescu
132 84 Adrian Georgescu
*thor-node* is to be run on a system that wishes to become a SIP Thor network member. By running this program, the system will join the SIP Thor network and  become part of it, sharing its resources and announcing its capabilities to the other SIP Thor network members.
133 84 Adrian Georgescu
134 84 Adrian Georgescu
The network can accomodate one or more nodes with this role, SIP Thor takes care automatically of the additions and removal of each instance. The currently supported roles are *sip_proxy* in combination with OpenSIPS and *voicemail_server* in combination with Asterisk. Other roles are directly built in MediaProxy (*media_relay*), NGNPro (*provisioning_server*) and OpenXCAP (*xcap_server*), for these resources no thor-node standalone component is required. 
135 84 Adrian Georgescu
136 84 Adrian Georgescu
137 84 Adrian Georgescu
h2. Thor Monitor
138 84 Adrian Georgescu
139 84 Adrian Georgescu
140 84 Adrian Georgescu
*thor-monitor* is a utility that shows the SIP Thor network state in a terminal. It can be used to monitor the SIP Thor network status and events.
141 84 Adrian Georgescu
142 84 Adrian Georgescu
143 84 Adrian Georgescu
h2. NGNPro
144 84 Adrian Georgescu
145 84 Adrian Georgescu
146 4 Adrian Georgescu
NGNPro component performs the enrollment and provisioning server role. It saves all changes persistently in the bootstrap database and caches the data on the responsable node at the moment of the change. The network can accomodate multiple nodes with this role, SIP Thor takes care automatically of the additions and removal of each instance.
147 59 Adrian Georgescu
148 84 Adrian Georgescu
NGNPro exposes a [[ProvisioningGuide|SOAP/XML interface]] to the outside world and bridges the SOAP/XML queries with the distributed data structures employed by SIP Thor nodes. 
149 59 Adrian Georgescu
150 2 Adrian Georgescu
NGNPro is also the component used to harvest usage statistics and provide status information from the SIP Thor nodes.
151 62 Adrian Georgescu
152 1 Adrian Georgescu
153 84 Adrian Georgescu
h2. Third-party Software
154 84 Adrian Georgescu
155 84 Adrian Georgescu
156 1 Adrian Georgescu
Adding new roles to the system can be realized programatically by obeying to the SIP Thor API and depending on the way of working of the component that needs to be integrated in the SIP Thor network. 
157 66 Adrian Georgescu
158 56 Adrian Georgescu
The following integration steps must be taken to add a new role to the system in the form of a third-party software:
159 56 Adrian Georgescu
160 84 Adrian Georgescu
# The third-party software must implement a component that publishes its availability in the network. This can also be programmed outside of the specific software by adding it to the generic *thor_node* configuration and logic
161 84 Adrian Georgescu
# The third-party software must be able to lookup resources in the SIP Thor network and use the returned results in its own application logic
162 84 Adrian Georgescu
# Depending of the inner-working of the application performed by the new role, other roles may need  to be updated in order to serve it (e.g. adding specific entries into the DNS or moving provisioning data to it)