Created
April 23, 2012 15:37
-
-
Save erikbgithub/2471722 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############# | |
# INFO # | |
############# | |
Allgemein: | |
========== | |
- NGN: Konvergenz aller Netzwerke zu IP-Netzwerken um Kosten zu sparen | |
- PBX: Router für Telefon-Netzwerke | |
- Telepathy (http://telepathy.freedesktop.org) communications framework | |
- Sofia-SIP: Telepathy Plugin for SIP connection management | |
- NoSQL DBs: Hadoop, HBase, Cassandra, Hypertable, Cloudera, MongoDB, CouchDB | |
IPTEGO: (18 Leute?) | |
======= | |
- Gründer: Alexander Hoffmann (CEO), Uli Abend (COO) | |
- Team: | |
* Peter Glavas? (Senior Architect), | |
* Charlotte von Krause (HR) | |
* Chris (Software Dev) | |
* David Kaltschmidt? (Senior Dev) | |
* Tudor Golubenco (CTO, aus Bukarest) | |
* Gino Bettoni (VP Sales) | |
- Kunden/Partner: HIPCOM, Siphon Networks, INDES IDS BV, Teraquant, MYCOM, Centile, Aricent, Belcentrale, TeleWare, HP, Acme Packet, IBM | |
- Investors: XAnge, Intel Capital | |
SIP: | |
==== | |
- Anwendungsprotokoll (auf TCP/IP Basis) | |
- Handelt Verbindungsmodalitäten aus, nicht mehr | |
- zur Kommunikationsverhandlung oft SDP (Session Description Protocol) | |
- für Videotelefonie oft RTP (Realtime Transport Protocol) | |
- für verschlüsselte Videotelefonie SRTP (Secure RTP) | |
- auch im 3G+ Mobilfunk und NGN | |
VoIP: | |
===== | |
Verbreitete Signalisierungsprotokolle sind: | |
SIP – Session Initiation Protocol, IETF RFC 3261 | |
SIPS – Session Initiation Protocol over SSL, RFC 3261 | |
H.323 – Packet-based multimedia communications systems, ein ITU-T-Standard | |
IAX – Inter-Asterisk eXchange protocol | |
ISDN over IP – ISDN/CAPI-basierendes Protokoll | |
MGCP und MeGaCo – Media Gateway Control Protocol H.248, gemeinsame Spezifikation von ITU-T und IETF | |
MiNET – von Mitel | |
Skinny Client Control Protocol – von Cisco (nicht zu verwechseln mit SCCP (Q.71x) der ITU-T) | |
Jingle – Erweiterung des XMPP Protokolls, begründet durch Google Talk | |
Qualitätsmerkmale: | |
================== | |
- Durchsatz: unkomprimiert avg 64kbit/s, max 100kbit/s | |
- Laufzeit/Latenz: max 400 millisec laut ITU-T, >=125ms störend für Menschen | |
- Jitter: Schwankung in Laufzeiten, Jitterbuffer verzögert einzelne Pakete für isochrone Wiedergabe | |
- Paketverlust: 5% noch akzeptabel laut ITU-T G.114 (auch zu spätes erreichen bei realtime gilt als Verlust) | |
- Verfügbarkeit: min aller Verfügbarkeiten jedes Gerätes im Netzes + Redundanz. 97% durchnitt weltweit VoIP | |
################# | |
# Links # | |
################# | |
IPTEGO: | |
- Main: http://www.iptego.com/ | |
- Brochure: http://www.siphonnetworks.com/data_sheets/PALLADION%20Software%20Suite%20-%20Brochure.pdf | |
- Job: http://www.iptego.com/jobs/software-developer-python-in-berlin | |
- Demo: http://demo.palladion.net/ | |
- Fraud: http://www.youtube.com/watch?v=BF2CKG5yc0Y | |
- On Demand: http://www.youtube.com/watch?v=vRg7ybmFfKU and https://www.palladion-on-demand.com/ | |
- Careers: http://www.youtube.com/watch?v=I_1qqgVfhcM | |
- 5 minutes: http://www.youtube.com/watch?v=Kb0D8GiyIb8 | |
SIP: | |
- http://de.wikipedia.org/wiki/Session_Initiation_Protocol | |
- http://tools.ietf.org/html/rfc3261 | |
NGN: http://de.wikipedia.org/wiki/Next_Generation_Network |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment