SipThorDescription

Version 1 (Adrian Georgescu, 09/20/2009 01:32 am)

1 1 Adrian Georgescu
= SIP Thor description =
2 1 Adrian Georgescu
3 1 Adrian Georgescu
[[TOC(SipThorDescription, SipThorPreparations, SipThorInstallation, depth=2)]]
4 1 Adrian Georgescu
5 1 Adrian Georgescu
SIP Thor provides scalability and resilience for [wiki:MSPPreparations Multimedia Service Platform]
6 1 Adrian Georgescu
components. A SIP Thor platform is using the same software components for
7 1 Adrian Georgescu
the interfaces with the end-user SIP devices like SIP Proxy and Media Proxy
8 1 Adrian Georgescu
used by [wiki:MSPPreparations Multimedia Service Platform] but it is using a different architecture
9 1 Adrian Georgescu
to achieve the scalability and resilience in case of failure.
10 1 Adrian Georgescu
11 1 Adrian Georgescu
SIP Thor creates an overlay across multiple IP addresses that can run in
12 1 Adrian Georgescu
different locations, like different data centers or cities or countries. On
13 1 Adrian Georgescu
each node different software can run to perform a different service (like
14 1 Adrian Georgescu
SIP Registrar). The sum of all nodes provide a consolidated platform that can
15 1 Adrian Georgescu
automatically deal with the addition and removal of nodes.
16 1 Adrian Georgescu
17 1 Adrian Georgescu
SIP Thor is running fully automatic once in service, there is no need for
18 1 Adrian Georgescu
monitoring or administrating it as its main purpose is to automatically
19 1 Adrian Georgescu
self-heal in case of failures. The only parameter that the operator needs to
20 1 Adrian Georgescu
monitor in a SIP Thor network is the number of active servers that serve a
21 1 Adrian Georgescu
certain role.
22 1 Adrian Georgescu
23 1 Adrian Georgescu
[[Image(http://www.ag-projects.com/images/stories/ag_images/thor-platform-big.png, width=500)]]
24 1 Adrian Georgescu
25 1 Adrian Georgescu
== Components ==
26 1 Adrian Georgescu
27 1 Adrian Georgescu
SIP Thor architecture introduces several new components to the Multimedia Service Platform.  To implement its functions SIP Thor implements a dynamic overlay of several logical network entities called '''roles''' installed on multiple physical machines called '''nodes'''. Each node can run one or multiple roles. An example of such role is '''sip_proxy'''. Nodes that advertise SIP Proxy capabilities, will handle the load associated with the SIP traffic and will inherit the built-in resilience and load distribution provided by SIP Thor design.
28 1 Adrian Georgescu
29 1 Adrian Georgescu
=== Security ===
30 1 Adrian Georgescu
31 1 Adrian Georgescu
All communication between the nodes of the SIP Thor network is encrypted by using Transport Level Security (TLS). Each node part of the SIP Thor network is uniquely identified by a X.509 certificate provisioned by the operator of the platform. The X.509 certificate and various attributes it contains are used for authentication and authorization of the nodes when they exchange overlay messages within SIP Thor network. 
32 1 Adrian Georgescu
33 1 Adrian Georgescu
=== Thor Event server ===
34 1 Adrian Georgescu
35 1 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
36 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
37 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.
38 1 Adrian Georgescu
39 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
40 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
41 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.
42 1 Adrian Georgescu
43 1 Adrian Georgescu
=== Thor Manager ===
44 1 Adrian Georgescu
45 1 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.
46 1 Adrian Georgescu
47 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.
48 1 Adrian Georgescu
49 1 Adrian Georgescu
=== Thor Database ===
50 1 Adrian Georgescu
51 1 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.
52 1 Adrian Georgescu
53 1 Adrian Georgescu
=== Thor DNS ===
54 1 Adrian Georgescu
55 1 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 nameserver 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.
56 1 Adrian Georgescu
57 1 Adrian Georgescu
=== Thor Monitor ===
58 1 Adrian Georgescu
59 1 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, it is part of sipthor-utils package.
60 1 Adrian Georgescu
61 1 Adrian Georgescu
=== Thor Node ===
62 1 Adrian Georgescu
63 1 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.
64 1 Adrian Georgescu
65 1 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. 
66 1 Adrian Georgescu
67 1 Adrian Georgescu
=== New roles ===
68 1 Adrian Georgescu
69 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. In any case the software will need to implement a component that publishes its availability in the network (this task can be programmed outside of the specific software by adding it to the generic thor_node configuration and logic) and must be able to lookup resources in the SIP Thor network and use the results of a lookup  in its own application logic. 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).