1 <?xml version="1.0" encoding="UTF-8"?>
4 Copyright © 2013 František Kučera (frantovo.cz)
6 Permission is granted to copy, distribute and/or modify this document
7 under the terms of the GNU Free Documentation License, Version 1.3
8 or any later version published by the Free Software Foundation;
9 with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
10 A copy of the license is included in the section entitled "GNU
11 Free Documentation License".
13 You should have received a copy of the GNU Free Documentation License
14 along with this program. If not, see <http://www.gnu.org/licenses/>.
16 <dictionary xmlns="https://telco.frantovo.cz/xmlns/dictionary">
19 <tag id="acision" name="Acision" description="comes from Acision or is specific for this company"/>
20 <tag id="ericsson" name="Ericsson" description="comes from Ericsson or is specific for this company"/>
21 <tag id="nsn" name="Nokia Siemens Networks" description="comes from Nokia Siemens Networks or is specific for this company"/>
23 <tag id="charging" name="Charging" description="charging, billing"/>
24 <tag id="messaging" name="Messaging" description="sending messages, receiving messages (SMS, MMS etc.)"/>
26 <tag id="computer" name="Computer" description="general IS/ICT term"/>
27 <tag id="general" name="General" description="general term"/>
28 <tag id="finance" name="Finance" description="financial term"/>
30 <tag id="java" name="Java" description="Java and other JVM languages"/>
31 <tag id="xml" name="XML" description="eXtensible Markup Language"/>
32 <tag id="security" name="Security" description="security and cryptography"/>
33 <tag id="protocol" name="Protocol" description="communication protocol"/>
37 <term abbreviation="MVNO" completeForm="mobile virtual network operator" language="en"/>
38 <term abbreviation="MOLO" completeForm="mobile other licensed operator" language="en"/><!-- in the United Kingdom -->
39 <explanation language="en"><text>a provider which does not have own wireless network infrastructure; but does marketing and sets the prices for subscribers</text></explanation>
42 <term abbreviation="MVNE" completeForm="mobile virtual network enabler" language="en"/>
43 <explanation language="en"><text>a company that provides technical services to MVNO thus MVNO can focus on marketing, pricing, brand and customer care</text></explanation>
46 <term abbreviation="" completeForm="hot billing" language="en"/>
47 <term abbreviation="" completeForm="late billing" language="en"/>
48 <term abbreviation="" completeForm="latebiller" language="en"/>
49 <explanation language="en">
51 a technique used in charging;
52 for pre-paid subscribers the standard way to charge services is online
53 – subscriber's balance is checked in the billing system and if sufficient, the service (e.g. sending a SMS) is provided, otherwise the service is denied;
54 if the billing system is not currently available (so we can't say if the subscriber's balance is high enough), we can provide the service anyway and try to charge it later;
55 this feature requires saving state (transactions which weren't charged yet) in some persitent storage (CDR files, SQL database etc.)
56 and can be done at the billing gateway or directly at system like SMSC
62 <term abbreviation="SMS" completeForm="short message service" language="en"/>
63 <explanation language="en">
65 a service or particular short text message sent from or to a mobile phone;
66 length of the content in one message is 140 bytes (octets), the number of characters depends on encoding, if 7-bit one is used, it is well known 160 characters;
67 the number „160“ is iconic for SMS
73 <term abbreviation="" completeForm="octet" language="en"/>
74 <term abbreviation="" completeForm="byte" language="en"/>
75 <explanation language="en">
77 a unit of digital information;
78 byte (almost always) consists of 8 bits, which means 256 possible values (2^8);
79 octet is a synonym for 8-bit byte which accents that we really mean the 8-bit byte (and not e.g. the 7-bit one)
85 <term abbreviation="MMS" completeForm="multimedia messaging service" language="en"/>
86 <explanation language="en">
88 a service or particular multimedia message sent from or to a mobile phone;
89 in contrast to SMS, supports not only text but also pictures, videos, sounds…
90 thus subscriber can take a photo by his mobile phone and easily send it to a friend;
91 other use case is AOMT messaging e.g. news with pictures or some premium content;
92 MMS requires special infrastructure including MMSC deployed by the operator
98 <term abbreviation="DMS" completeForm="donors message service" language="en"/>
99 <term abbreviation="DMS" completeForm="dárcovská SMS" language="cs"/>
100 <explanation language="en">
102 specific kind of MOAT short message which is used to donate money to charity or some organization;
103 the donation is charged from sender's pre-paid balance or in his monthly bill alongside the fees for placed calls and sent SMS
109 <term abbreviation="EMS" completeForm="enhanced messaging service" language="en"/>
110 <explanation language="en">
112 an application-level extension to SMS;
113 adds some new features like formatted text, pictures or sounds
114 but works with existing networks (unlike MMS which requires new infrastructure)
120 <term abbreviation="SMIL" completeForm="synchronized multimedia integration language" language="en"/>
121 <explanation language="en">
123 a markup language for describing multimedia presentations;
124 describes timing, layout, animations etc.
131 <term abbreviation="SVG" completeForm="scalable vector graphics" language="en"/>
132 <explanation language="en"><text>an XML-based file format for vector graphics</text></explanation>
137 <term abbreviation="IM" completeForm="instant messaging" language="en"/>
138 <term abbreviation="OTT" completeForm="over the top" language="en"/>
139 <explanation language="en">
141 a kind of electronic communication between two persons or a group chat;
142 compared to e-mail, IM messages are short (few words, sentence) and the other side is expected (depending on his/her online status) to read and respond it immediately;
143 compared to SMS, IM messages are cheap – typically free of charge;
144 important IM feature is presence – the sender knows current status of the recipient: online, offline, away, busy etc.;
145 IM is rooted in the computer world but nowadays it is often used also on mobile phones as an alternative to (expensive) SMS – in such case it is called OTT and requires mobile Internet connectivity;
146 IM messages are usually transferred over an TCP/IP protocol – good example is Jabber/XMPP which is free and open protocol for IM and presence based on XML
153 <term abbreviation="IMS" completeForm="IP Multimedia Subsystem" language="en"/>
154 <explanation language="en"><text></text></explanation>
158 <term abbreviation="RCS" completeForm="Rich Communication Suite" language="en"/>
159 <term abbreviation="RCSE" completeForm="" language="en"/>
160 <term abbreviation="RCSx" completeForm="" language="en"/>
161 <term abbreviation="" completeForm="Joyn" language="en"/>
162 <explanation language="en"><text></text></explanation>
166 <term abbreviation="XMPP" completeForm="extensible messaging and presence protocol" language="en"/>
167 <term abbreviation="" completeForm="jabber" language="en"/><!-- original name -->
168 <explanation language="en">
170 a communication protocol for messaging based on XML;
171 used for transferring
173 presence information (statuses like: online, busy, away etc.),
174 contact list (called roster here) management,
175 singaling of VoIP and video, file transfers etc.;
176 can be also used as generic messaging protocol for connecting computer systems (not only human-human interaction)
177 or for human-computer interaction (for accessing services like dictionaries, weather forecast or TV guide)
186 <term abbreviation="" completeForm="roster" language="en"/>
187 <explanation language="en"><text>a contact list; term used by Jabber/XMPP</text>
193 <term abbreviation="IMAP4" completeForm="Internet message access protocol version 4" language="en"/>
194 <term abbreviation="IMAP" completeForm="Internet message access protocol" language="en"/>
195 <explanation language="en">
197 a text-based client-server protocol for accessing e-mail mailbox;
199 multiple hierarchical folders (inbox, sent, drafts… or user defined),
200 marging messages with tags/flags,
201 notifications of new messages from server to client (the client does not have to periodically check the inbox and just waits for new messages),
202 full-text search and other features;
203 messages usually stays at server storage after reading which allows using multiple client programs/devices;
204 is more complex than POP3 protocol;
205 uses TCP and standard port is 143 (STARTTLS or unencrypted) or 993 (SSL/TLS)
213 <term abbreviation="POP3" completeForm="post office protocol version 3" language="en"/>
214 <term abbreviation="POP" completeForm="post office protocol" language="en"/>
215 <explanation language="en">
217 a text-based client-server protocol for accessing e-mail mailbox;
218 messages are usually deleted from server after reading and are stored only on the client side;
219 nowadays the more advanced IMAP4 protocol is often used instead of POP3;
220 uses TCP and standard port is 110 (STARTTLS or unencrypted) or 995 (SSL/TLS)
228 <term abbreviation="SMTP" completeForm="simple mail transfer protocol" language="en"/>
229 <term abbreviation="ESMTP" completeForm="Extended SMTP" language="en"/>
230 <explanation language="en">
232 a text-based client-server protocol for sending e-mail messages
233 uses TCP and standard port is 25 (STARTTLS or unencrypted) or 465 (SSL/TLS) or 587 (STARTTLS or unencrypted for Message Submission – RFC 6409);
234 is defined in RFC 5321
242 <term abbreviation="LMTP" completeForm="local mail transfer protocol" language="en"/>
243 <explanation language="en">
245 a derivative of ESMTP designed for transferring messages locally from MTA component to MDA (mail storage, no queue);
246 uses TCP/IP but must not use port 25 (SMTP);
247 is defined in RFC 2033
255 <term abbreviation="MUA" completeForm="mail user agent" language="en"/>
256 <explanation language="en">
258 an e-mail client – a software used for managing user's e-mail;
259 because the MUA (like most client software) runs only when user needs it,
260 the messages from the Internet are received by a remote MTA over the SMTP protocol,
261 then delivered using an MDA into user's remote mailbox,
262 from which they are obtained by the MUA using POP3 or IMAP4 protocols;
263 when sending an e-mail, the MUA composes the message in RFC 5322 format and then submits it using the SMTP protocol to a MTA or MSA server;
264 examples of MUA: Mozilla Thunderbird, KMail, Evolution, Mutt, Lotus Notes
271 <term abbreviation="MTA" completeForm="message transfer agent" language="en"/>
272 <term abbreviation="MTA" completeForm="mail transfer agent" language="en"/>
273 <term abbreviation="MX" completeForm=" mail exchanger" language="en"/>
274 <explanation language="en">
276 a software component which transferres e-mails from one computer to another using SMTP protocol (implements both sending and receiving);
277 messages can be passed over network (relayed) or for local recipients stored locally (passing them to the MDA using LMTP);
278 examples of MTA: Postfix, Sendmail, Exim, Courier Mail Server, Apache James
285 <term abbreviation="MSA" completeForm="message submission agent" language="en"/>
286 <explanation language="en">
288 a software component dedicated to receive e-mails from MUA;
289 cooperates with MTA or is often integrated in MTA as one of its features;
290 uses a variant of SMTP (RFC 6409) and TCP port 587 (different than SMTP/MTA port 25)
297 <term abbreviation="MDA" completeForm="message delivery agent" language="en"/>
298 <term abbreviation="LDA" completeForm="local delivery agent" language="en"/>
299 <explanation language="en">
301 a software component that receives e-mail from the MTA and stores them in the recipient's mailbox;
302 the MDA can also apply Sieve filters on processed messages;
303 examples of MDA: Dovecot, Cyrus IMAP, procmail, maildrop
310 <term abbreviation="MRA" completeForm="message retrieval agent" language="en"/>
311 <explanation language="en">
313 a software component that fetches e-mails from remote server (over POP3 or IMAP4 protocol)
314 and then passes them to the MDA for local storage, or over SMTP to an MTA, or directly delivers it to the mailbox, or prints to standard output etc.;
315 implements pull (not push) approach: fetches messages periodically (or on user's demand)
316 instead of waiting for incoming messages and receiving them immediatelly when they emerge (like MTA does);
317 examples of MRA: fetchmail, getmail
324 <term abbreviation="" completeForm="sieve" language="en"/>
325 <explanation language="en">
327 a standardized language for describing e-mail filters;
328 the MDA can apply system-wide or user-defined filters on incoming messages;
329 a filter has conditions (connected by logical operators: AND, OR…) like „message header contains value X“
330 and actions that will be done with the message like „file into folder X“ or „add flag/label X“ or „redirect message to some.address@example.com“ or „discard message“;
331 filters are executed on the server where MDA resides,
332 so they are independent of the MUA currently used by the user
333 and works even if the user is offline (useful for OOTO messages when the user is on vacation)
340 <term abbreviation="OOTO" completeForm="out of the office" language="en"/>
341 <explanation language="en">
343 an automatic response on a message (e-mail, SMS etc.) which is sent when the recipient is for example on vacation and can't respond immediately;
344 in case of e-mail it can be easily configured as a Sieve filter
351 <term abbreviation="MIME" completeForm="multipurpose Internet mail extensions" language="en"/>
352 <explanation language="en">
354 an Internet standard for extended e-mail format which supports
355 international character sets for body parts,
356 international characters in message headers,
357 attachements of various types,
359 MIME message itself is a human-readable text starting with header section and having one or more body parts;
360 binary or non-ASCII values are encoded in several ways described by the MIME's RFCs;
361 the content types defined by MIME is used also outside of e-mail – for indicating format of the content in HTTP, databases or operating systems
368 <term abbreviation="SAP" completeForm="sms application protocol" language="en"/>
369 <explanation language="en"><text></text></explanation>
374 <term abbreviation="SPID" completeForm="service provider ID" language="en"/>
375 <explanation language="en"><text></text></explanation>
378 <term abbreviation="UTF-8" completeForm="unicode transformation format 8-bit" language="en"/>
379 <explanation language="en">
381 an character encoding that can represent every character in the Unicode character set;
382 is multibyte and variable-width encoding which means that one character can be represented by one or more bytes
383 (i.e. character length of the text does not have to be equal to byte lenght of the data),
384 in case of UTF-8 it is from 1 byte up to 6 bytes per character;
385 is backward compatible with ASCII – one-byte characters in UTF-8 are encoded in same way as in ACSII;
386 nowadays is widely used: on web, in e-mail, in operating systems (file names), in XML files etc.
391 <term abbreviation="UCS-2" completeForm="universal character set 2-byte" language="en"/>
392 <explanation language="en">
394 an multibyte but fixed-length (2 byte) character encoding;
395 sometimes is used for SMS when international characters are needed – such single message has only 70 characters instead of 160 (7-bit encoding);
396 for general use it was superseded by UTF-16 (in Unicode 2.0 in 1996)
402 <term abbreviation="UTF-16" completeForm="unicode transformation format 16-bit" language="en"/>
403 <explanation language="en">
405 an multibyte and variable-width encoding for Unicode codepoints from 0 to 0x10FFFF;
406 successor of UCS-2 encoding (for range 0-0xFFFF they have same values)
412 <term abbreviation="SMPP" completeForm="short message peer-to-peer" language="en"/>
413 <explanation language="en">
415 open and industry standard protocol for transferring SMS messages among service centers (SC), applications (ESME) and routing entities (RE);
416 was designed by the Aldiscon company (later Logica CMG and later Acision);
417 binary PDUs are transported over TCP/IP or X.25 connection
425 <term abbreviation="NMS" completeForm="network management system" language="en"/>
426 <explanation language="en"><text></text></explanation>
430 <term abbreviation="SNMP" completeForm="simple network management protocol" language="en"/>
431 <explanation language="en"><text></text></explanation>
435 <term abbreviation="MIB" completeForm="management information base" language="en"/>
436 <explanation language="en"><text></text></explanation>
440 <term abbreviation="OID" completeForm="object identifier" language="en"/>
441 <explanation language="en"><text></text></explanation>
445 <term abbreviation="SPBP" completeForm="SMS prepaid billing protocol" language="en"/>
446 <explanation language="en"><text></text></explanation>
453 <term abbreviation="RTPP" completeForm="Real Time Payment Protocol" language="en"/>
454 <explanation language="en"><text></text></explanation>
460 <term abbreviation="BIP" completeForm="billing interface protocol" language="en"/>
461 <explanation language="en"><text></text></explanation>
466 <term abbreviation="LTE" completeForm="Long Term Evolution" language="en"/>
467 <explanation language="en"><text></text></explanation>
470 <term abbreviation="VoLTE" completeForm="Voice over LTE" language="en"/>
471 <explanation language="en"><text></text></explanation>
474 <term abbreviation="FTTH" completeForm=" fiber to the home" language="en"/>
475 <explanation language="en"><text></text></explanation>
478 <term abbreviation="CIC" completeForm="Carrier Identification Code" language="en"/>
479 <explanation language="en"><text></text></explanation>
482 <term abbreviation="" completeForm="E.164" language="en"/>
483 <explanation language="en">
485 an ITU-T recommendation;
486 full title: The international public telecommunication numbering plan;
487 defines the numbering plan of the PSTN and general format of international phone numbers
492 <term abbreviation="MSISDN" completeForm="mobile subscriber integrated services digital network number" language="en"/>
493 <term abbreviation="MSISDN" completeForm="mobile subscriber ISDN number" language="en"/>
494 <term abbreviation="MSISDN" completeForm="mobile station international ISDN number" language="en"/>
495 <explanation language="en">
497 a globally unique indentifier of a subscription in a GSM or a UMTS network;
498 follows numbering plan defined by E.164 – international phone number
503 <term abbreviation="IMEI" completeForm="international mobile station equipment identity" language="en"/>
504 <explanation language="en">
506 a number used to identify GSM, UMTS, LTE, iDEN or satelite mobile phones;
507 it identifies the device not the subscribtion (like IMSI or MSISDN);
508 on most phones can be displayed by typing *#06#
513 <term abbreviation="IMSI" completeForm="international mobile subscriber identity" language="en"/>
514 <explanation language="en">
516 a globally unique identifier stored on the SIM card used in GSM, UMTS and LTE networks;
517 a 64 bit value usually presented as 15 digit number;
518 consists of MCC (country code), MNC (network code) and MSIN (subscription ID)
523 <term abbreviation="MCC" completeForm="mobile country code" language="en"/>
524 <explanation language="en">
526 a unique numeric identifier of a country;
528 often used in tuple with MNC;
534 https://en.wikipedia.org/wiki/Mobile_country_code
535 http://wammu.eu/tools/countries/
536 http://wammu.eu/tools/networks/
539 <term abbreviation="MNC" completeForm="mobile network code" language="en"/>
540 <explanation language="en">
542 a unique numeric identifier of a mobile network (carrier);
544 often used in tuple with MCC
549 <term abbreviation="MSIN" completeForm="mobile subscription identification number" language="en"/>
550 <term abbreviation="MIN" completeForm="mobile identification number" language="en"/>
551 <explanation language="en">
558 <term abbreviation="Ki" completeForm="" language="en"/>
559 <explanation language="en"><text></text></explanation>
562 <term abbreviation="SIM" completeForm="subscriber identification module" language="en"/>
563 <term abbreviation="SIM" completeForm="subscriber identity module" language="en"/>
564 <explanation language="en">
566 a smartcard which contains IMSI, ke and cryptographic functions;
567 is used to identify and authenticate subscribers in mobile phone networks
572 <term abbreviation="GT" completeForm="global title" language="en"/>
573 <explanation language="en"><text></text></explanation>
576 <term abbreviation="SCCP" completeForm="signalling connection control part" language="en"/>
577 <explanation language="en"><text></text></explanation>
580 <term abbreviation="ICCID" completeForm="integrated circuit card identifier" language="en"/>
581 <!-- https://en.wikipedia.org/wiki/Subscriber_identity_module#ICCID -->
582 <explanation language="en"><text></text></explanation>
585 <term abbreviation="MWC" completeForm="Mobile World Congress" language="en"/>
586 <explanation language="en"><text></text></explanation>
589 <term abbreviation="ITU" completeForm="International Telecommunication Union" language="en"/>
590 <explanation language="en"><text></text></explanation>
593 <term abbreviation="3GPP" completeForm="3rd Generation Partnership Project" language="en"/>
594 <term abbreviation="TGPP" completeForm="Third Generation Partnership Project" language="en"/><!-- used as an identifier if can not start with number -->
595 <explanation language="en"><text></text></explanation>
598 <term abbreviation="ASN.1" completeForm="abstract syntax notation one" language="en"/>
599 <explanation language="en"><text></text></explanation>
602 <term abbreviation="" completeForm="X.400" language="en"/>
603 <explanation language="en"><text></text></explanation>
606 <term abbreviation="" completeForm="X.500" language="en"/>
607 <explanation language="en"><text></text></explanation>
610 <term abbreviation="" completeForm="X.509" language="en"/>
611 <explanation language="en"><text></text></explanation>
616 <term abbreviation="BER" completeForm="basic encoding rules" language="en"/>
617 <explanation language="en"><text></text></explanation>
621 <term abbreviation="DER" completeForm="distinguished encoding rules" language="en"/>
622 <explanation language="en"><text></text></explanation>
626 <term abbreviation="CER" completeForm="canonical encoding rules" language="en"/>
627 <explanation language="en"><text></text></explanation>
631 <term abbreviation="PER" completeForm="packed encoding rules" language="en"/>
632 <explanation language="en"><text></text></explanation>
636 <term abbreviation="XER" completeForm="XML Encoding Rules" language="en"/>
637 <explanation language="en"><text></text></explanation>
642 <term abbreviation="EMV" completeForm="Europay, MasterCard and Visa" language="en"/>
643 <explanation language="en"><text></text></explanation>
648 <term abbreviation="AVP" completeForm="attribute-value pair" language="en"/>
649 <explanation language="en"><text></text></explanation>
653 <term abbreviation="TLV" completeForm="type-length-value" language="en"/>
654 <explanation language="en"><text></text></explanation>
658 <term abbreviation="PDU" completeForm="protocol data unit" language="en"/>
659 <explanation language="en"><text></text></explanation>
663 https://en.wikipedia.org/wiki/MM1_%28MMS%29
666 <term abbreviation="MM1" completeForm="" language="en"/>
667 <explanation language="en"><text></text></explanation>
672 <term abbreviation="MM7" completeForm="" language="en"/>
673 <explanation language="en"><text></text></explanation>
678 <term abbreviation="AAA" completeForm="authentication, authorization and accounting" language="en"/>
679 <explanation language="en"><text></text></explanation>
684 <term abbreviation="" completeForm="Diameter" language="en"/>
685 <explanation language="en"><text></text></explanation>
691 <term abbreviation="" completeForm="Radius" language="en"/>
692 <explanation language="en"><text></text></explanation>
697 <term abbreviation="SCAP" completeForm="service charging application protocol" language="en"/>
698 <term abbreviation="SCAPv2" completeForm="service charging application protocol version 2" language="en"/>
699 <term abbreviation="" completeForm="Draft 8" language="en"/>
700 <term abbreviation="" completeForm="Draft-8" language="en"/>
701 <explanation language="en"><text></text></explanation>
707 <term abbreviation="DCC" completeForm="Diameter credit control" language="en"/>
708 <explanation language="en"><text></text></explanation>
712 <term abbreviation="DAAC" completeForm="Diameter accounting and authorization control" language="en"/>
713 <explanation language="en"><text></text></explanation>
717 <term abbreviation="SPI" completeForm="service parameter info" language="en"/>
718 <explanation language="en"><text></text></explanation>
722 <term abbreviation="" completeForm="result code" language="en"/>
723 <explanation language="en"><text></text></explanation>
726 <term abbreviation="CCR" completeForm="Credit-Control-Request" language="en"/>
727 <explanation language="en"><text></text></explanation>
731 <term abbreviation="CCA" completeForm="Credit-Control-Answer" language="en"/>
732 <explanation language="en"><text></text></explanation>
736 <term abbreviation="CCN" completeForm="Charging Control Node" language="en"/>
737 <explanation language="en"><text></text></explanation>
741 <term abbreviation="IN" completeForm="Intelligent Network" language="en"/>
742 <explanation language="en"><text></text></explanation>
747 <term abbreviation="BS" completeForm="billing system" language="en"/>
748 <explanation language="en"><text></text></explanation>
752 <term abbreviation="CTF" completeForm="Charging Trigger Function" language="en"/>
753 <explanation language="en"><text></text></explanation>
757 <term abbreviation="OCF" completeForm="Online Charging Function" language="en"/>
758 <explanation language="en"><text></text></explanation>
762 <term abbreviation="" completeForm="charged party" language="en"/>
763 <!-- A, B, AB, - RTPP/MMSC -->
764 <explanation language="en">
766 the party (sender or recipient) who is charged for the service (e.g. SMS);
767 MOMT messages (or other traffic) are typically charged to the sender (A);
768 AOMT messages (like weather forecast or news) are typically charged to the recipient (B);
769 some messages can be free of charge and some can be charged to both party (AB)
775 <term abbreviation="" completeForm="subscriber" language="en"/>
776 <explanation language="en">
778 a subscriber of a mobile network, a customer of a telco operator
779 (but term „customer“ is ambiguous because „customer“ from SW development team point of view is the telco operator)
784 <term abbreviation="" completeForm="SMS gateway" language="en"/>
785 <term abbreviation="RE" completeForm="routing entity" language="en"/>
786 <explanation language="en"><text></text></explanation>
789 <term abbreviation="" completeForm="pre-paid" language="en"/>
790 <explanation language="en"><text></text></explanation>
794 <term abbreviation="" completeForm="post-paid" language="en"/>
795 <explanation language="en"><text></text></explanation>
799 <term abbreviation="CDR" completeForm="call detail record" language="en"/>
800 <term abbreviation="SDR" completeForm="service detail record" language="en"/>
801 <explanation language="en">
803 kind of log file in machine-readable format (ASN.1, XML, CSV etc.)
804 which describes particular usages of a service – e.g. placed phone call, sent SMS, Internet connection;
805 CDR/SDR files are used for post-paid billing (not processed online but in batch) and as documentation of usage;
806 they must be handled carefully because they contain private information (who calls or texts who);
807 always respect subscriber's privacy!
813 <term abbreviation="MO" completeForm="mobile originated" language="en"/>
814 <explanation language="en">
816 traffic which comes from a cell phone resp. mobile network,
817 e.g. an SMS sent from your Handy
823 <term abbreviation="MT" completeForm="mobile terminated" language="en"/>
824 <explanation language="en">
826 traffic which comes to a cell phone resp. mobile network,
833 <term abbreviation="AO" completeForm="application originated" language="en"/>
834 <explanation language="en">
836 traffic which comes from an application i.e. not from the mobile network/phone,
837 e.g. some weather forecast messages generated by an SPA
843 <term abbreviation="AT" completeForm="application terminated" language="en"/>
844 <explanation language="en">
846 traffic which comes to an application i.e. not to the mobile network/phone,
847 e.g. message sent to an application in order to subscribe the service or to send your vote
853 <term abbreviation="MOMT" completeForm="mobile originated → mobile terminated" language="en"/>
854 <explanation language="en"><text>e.g. when Bob texts Alice from his phone to her phone</text></explanation>
858 <term abbreviation="MOAT" completeForm="mobile originated → application terminated" language="en"/>
859 <explanation language="en"><text>e.g. if Bob subscribes a weather forecast service by sending a message from his phone</text></explanation>
863 <term abbreviation="AOMT" completeForm="application originated → mobile terminated" language="en"/>
864 <explanation language="en"><text>e.g. if Alice receives to her phone a news message which she has previously subscribed</text></explanation>
868 <term abbreviation="AOAT" completeForm="application originated → application terminated" language="en"/>
869 <explanation language="en">
871 if two applications communicates over an SMS gateway and there are no cell phones involved;
872 this is pretty rare, but somewhere you can meet such configuration
878 <term abbreviation="" completeForm="Handy" language="de"/>
879 <explanation language="en"><text>a cell phone</text></explanation>
882 <term abbreviation="" completeForm="billing" language="en"/>
883 <term abbreviation="" completeForm="charging" language="en"/>
884 <explanation language="en"><text></text></explanation>
888 <term abbreviation="IEC" completeForm="immediate event charging" language="en"/>
889 <explanation language="en"><text></text></explanation>
893 <term abbreviation="ECUR" completeForm="event charging with unit reservation" language="en"/>
894 <explanation language="en"><text></text></explanation>
898 <term abbreviation="SCUR" completeForm="session charging with unit reservation" language="en"/>
899 <explanation language="en"><text></text></explanation>
903 <term abbreviation="COI" completeForm="community of interest" language="en"/>
904 <explanation language="en"><text></text></explanation>
907 <term abbreviation="" completeForm="aliasing" language="en"/>
908 <term abbreviation="" completeForm="de-aliasing" language="en"/>
909 <term abbreviation="" completeForm="dealiasing" language="en"/>
910 <term abbreviation="" completeForm="hashing" language="en"/>
911 <explanation language="en">
913 when a subscriber communicates with an application (MOAT/AOMT messaging)
914 he might not want expose his identity (MSISDN or IMSI);
915 the aliasing feature (sometimes called hashing) deployed on an SMS gateway enables this communication and rewrites the subscriber's ID to some generated ID;
916 the application can then send a response on a message without knowing subscriber's identity (on the gateway the ID is translated back to real ID – de-aliasing);
918 subscribers can vote in some survey,
919 everyone will have one vote,
920 but the owner of the survey will not know the opinion of particular subscibers
921 because of missing their real IDs
928 <term abbreviation="" completeForm="provisioning" language="en"/>
929 <explanation language="en"><text></text></explanation>
933 <term abbreviation="CP" completeForm="content provider" language="en"/>
934 <explanation language="en"><text></text></explanation>
937 <term abbreviation="" completeForm="short code" language="en"/>
938 <explanation language="en"><text></text></explanation>
942 <term abbreviation="VASP" completeForm="value-added service provider" language="en"/>
943 <explanation language="en">
945 a provider who operates an ESME (application)
951 <term abbreviation="ESME" completeForm="external short message entity" language="en"/>
952 <term abbreviation="" completeForm="application" language="en"/>
953 <term abbreviation="LA" completeForm="large account" language="en"/>
954 <term abbreviation="VAS" completeForm="value-added service" language="en"/>
955 <term abbreviation="SPA" completeForm="service provider application" language="en"/>
956 <term abbreviation="AIM" completeForm="application interface module" language="en"/>
958 LA vs. AIM „Use AIM instead of LA (AIM is an MCO term, LA is a V5 term).“
960 ESME = any application which can either
961 recieve or send or both is an ESME (also known as VAS or SPA or LA)
962 LA Large Account (also known as ESME or SPA or VAS)
963 SPA Service Provider Application (also known as ESME or VAS or LA)
964 VAS Value Added Service (also known as ESME or SPA or LA)
966 <explanation language="en">
968 an application a software component which sends and receives messages (SMS, MMS, e-mail…) and is connected over IP (not directly attached to mobile network) and protocol like SMPP;
969 often is operated by different company than telco operator – a VASP;
975 <term abbreviation="NEP" completeForm="network end point" language="en"/>
976 <explanation language="en"><text></text></explanation>
980 <term abbreviation="SPDB" completeForm="service provider database" language="en"/>
981 <explanation language="en"><text></text></explanation>
984 <term abbreviation="MCO" completeForm="Message Controller" language="en"/>
985 <!-- bridge mezi TCP/IP a SS7 ? -->
986 <explanation language="en"><text></text></explanation>
991 <term abbreviation="SME" completeForm="short message entity" language="en"/>
993 http://www.telecomspace.com/forum/messaging-sms-smpp-mms/sms-gateway-smpp-esme-smsc
994 Ex: Your mobile handset
996 <explanation language="en"><text></text></explanation>
1000 <term abbreviation="GSM" completeForm="Global System for Mobile communications" language="en"/>
1001 <term abbreviation="GSM" completeForm="Groupe Spécial Mobile" language="fr"/>
1002 <explanation language="en"><text></text></explanation>
1005 <term abbreviation="GSMA" completeForm="GSM Association" language="en"/>
1006 <explanation language="en"><text></text></explanation>
1009 <term abbreviation="CDMA" completeForm="code division multiple access" language="en"/>
1010 <explanation language="en"><text></text></explanation>
1013 <term abbreviation="TDMA" completeForm="time division multiple access" language="en"/>
1014 <explanation language="en"><text></text></explanation>
1017 <term abbreviation="UMTS" completeForm="universal mobile telecommunications system" language="en"/>
1018 <explanation language="en"><text></text></explanation>
1021 <term abbreviation="SS7" completeForm="signalling system no. 7" language="en"/>
1022 <explanation language="en"><text></text></explanation>
1025 <term abbreviation="SIGTRAN" completeForm="SIGnaling TRAnsport" language="en"/>
1026 <explanation language="en"><text></text></explanation>
1029 <term abbreviation="3G" completeForm="third generation" language="en"/>
1030 <explanation language="en"><text></text></explanation>
1033 <term abbreviation="4G" completeForm="fourth generation" language="en"/>
1034 <explanation language="en"><text></text></explanation>
1037 <term abbreviation="" completeForm="Baby Bell" language="en"/>
1038 <!-- https://en.wikipedia.org/wiki/Regional_Bell_Operating_Company -->
1039 <explanation language="en"><text></text></explanation>
1042 <term abbreviation="EAIF" completeForm="external application interface" language="en"/>
1043 <explanation language="en"><text>Nokia's protocol for sending and receiving MMS, is based on HTTP and transferres binary content.</text></explanation>
1045 <tag>messaging</tag>
1049 <term abbreviation="UCP" completeForm="universal computer protocol" language="en"/>
1050 <explanation language="en"><text></text></explanation>
1051 <tag>messaging</tag>
1055 <term abbreviation="EMI" completeForm="external machine interface" language="en"/>
1056 <explanation language="en"><text>an extension of UCP</text></explanation>
1058 <tag>messaging</tag>
1062 <term abbreviation="CIMD" completeForm="computer interface to message distribution" language="en"/>
1063 <explanation language="en"><text></text></explanation>
1065 <tag>messaging</tag>
1069 <term abbreviation="URLP" completeForm="URL encoded message protocol" language="en"/>
1070 <explanation language="en"><text>A simple protocol that can be used between AAG and SPA for transmitting messages. Uses HTTP GET method and encodes data in the URL or in HTTP response body</text></explanation>
1072 <tag>messaging</tag>
1076 <term abbreviation="SMAP" completeForm="short message application protocol" language="en"/>
1077 <explanation language="en"><text></text></explanation>
1078 <tag>messaging</tag>
1083 <term abbreviation="PSA" completeForm="" language="en"/>
1084 <explanation language="en"><text></text></explanation>
1088 <term abbreviation="PAP" completeForm="push access protocol" language="en"/>
1089 <explanation language="en"><text></text></explanation>
1093 <term abbreviation="SC" completeForm="service center" language="en"/>
1094 <term abbreviation="MC" completeForm="message centre" language="en"/>
1095 <explanation language="en">
1097 a component in telecommunication network;
1098 SMSC for SMS or MMSC for MMS messages
1101 <tag>messaging</tag>
1104 <term abbreviation="SMSC" completeForm="SMS service center" language="en"/>
1105 <term abbreviation="SMS-SC" completeForm="Short Message Service - Service Centre" language="en"/>
1106 <explanation language="en">
1108 a component in telecommunication network dedicated to store, forward, convert and deliver SMS messages;
1109 is connected to the SS7 network on one side and to routing entities (RE) using SMPP on the other side;
1110 is able to process MOMT messaging and also MOAT or AOMT messaging (using RE)
1111 Example of SMSC: SMSCv5
1114 <tag>messaging</tag>
1117 <term abbreviation="SMSCv5" completeForm="SMS service center version 5" language="en"/>
1118 <term abbreviation="v5" completeForm="" language="en"/><!-- jargon -->
1119 <explanation language="en">
1121 an implementation of SMSC from Acision;
1122 runs on an OpenVMS system
1126 <tag>messaging</tag>
1129 <term abbreviation="MMSC" completeForm="Multimedia Messaging Service Centre" language="en"/>
1130 <term abbreviation="MMSC" completeForm="MMS Service Centre" language="en"/>
1131 <term abbreviation="" completeForm="MMS store and forward server" language="en"/>
1132 <explanation language="en">
1134 a kind of SC dedicated to processing multimedia messages;
1135 the messaging is more comlex process than in case of SMS:
1136 MO MMS message is received (in similar format to MIME e-mail) by the MMSC and stored,
1137 then SC determines if the recipient is capable to receive MMS,
1138 if yes, the message is put at a server with HTTP interface and the recipient gets special SMS containing the URL and downloads it over WAP,
1139 if recipient is not capable he gets plain text SMS with URL and have to use computer and www browser
1142 <tag>messaging</tag>
1145 <term abbreviation="BMSC" completeForm="Broadband Messaging Service Centre" language="en"/>
1146 <term abbreviation="" completeForm="Fusion" language="en"/>
1147 <explanation language="en">
1149 a consolidated messaging platform announced by the Acision company in 2013;
1150 integrates RSC, SMS, MMS and voice mail
1154 <tag>messaging</tag>
1157 <term abbreviation="IWG" completeForm="inter-working gateway" language="en"/>
1158 <explanation language="en"><text></text></explanation>
1159 <tag>messaging</tag>
1162 <term abbreviation="WAP" completeForm="wireless application protocol" language="en"/>
1163 <explanation language="en"><text></text></explanation>
1167 <term abbreviation="OTA" completeForm="over-the-air" language="en"/>
1168 <explanation language="en"><text></text></explanation>
1171 <term abbreviation="FOTA" completeForm="firmware over the air" language="en"/>
1172 <explanation language="en"><text></text></explanation>
1175 <term abbreviation="DRM" completeForm="digital restrictions management" language="en"/>
1176 <term abbreviation="DRM" completeForm="digital rights management" language="en"/>
1177 <explanation language="en"><text></text></explanation>
1181 <term abbreviation="SyncML" completeForm="synchronization markup language" language="en"/>
1182 <explanation language="en"><text></text></explanation>
1186 <term abbreviation="VoIP" completeForm="voice over IP" language="en"/>
1187 <explanation language="en">
1189 delivering voice communication (or other multimedia sessions like video) over the Internet Protocol (IP) instead of traditional telco networks;
1190 there are open and standard protocols for signaling: SIP and XMPP and open protocols for the payload (audio/video) like RTP;
1191 VoIP is nowadays widely used inside companies where often shares same ethernet network with computers (can be separeted by VLANs)
1192 and also in households espetially for cheap overseas calls;
1193 as VoIP phone can be used a computer with appropriate software or a cell phone or dedicated hardware phone;
1194 there are also gateways that enable connecting old analog phones to the VoIP network
1199 <term abbreviation="SIP" completeForm="session initiation protocol" language="en"/>
1200 <explanation language="en"><text></text></explanation>
1204 <term abbreviation="RTP" completeForm="real-time transport protocol" language="en"/>
1205 <explanation language="en"><text></text></explanation>
1209 <term abbreviation="SRTP" completeForm="secure RTP" language="en"/>
1210 <explanation language="en"><text></text></explanation>
1215 <term abbreviation="ZRTP" completeForm="Zimmermann RTP" language="en"/>
1216 <explanation language="en"><text></text></explanation>
1221 <term abbreviation="" completeForm="throttling" language="en"/>
1222 <explanation language="en"><text></text></explanation>
1223 <tag>messaging</tag>
1226 <term abbreviation="" completeForm="keep alive" language="en"/>
1227 <term abbreviation="" completeForm="keep-alive" language="en"/>
1228 <explanation language="en"><text></text></explanation>
1232 <term abbreviation="" completeForm="inroaming" language="en"/>
1233 <explanation language="en"><text>roaming of subscribers from other operator in your network</text></explanation>
1236 <term abbreviation="" completeForm="outroaming" language="en"/>
1237 <explanation language="en"><text>roaming of your subscribers in other operator's network</text></explanation>
1240 <term abbreviation="TON" completeForm="type of number" language="en"/>
1241 <explanation language="en">
1243 (0x00) Unknown type of number;
1244 (0x01) International number;
1245 (0x02) National number;
1246 (0x03) Network specific number;
1247 (0x04) Subscriber number, dedicated access, short code;
1248 (0x05) Alphanumeric, in 7-bit GSM alphabet;
1249 (0x06) Abbreviated number
1254 <term abbreviation="NPI" completeForm="numbering plan indicator" language="en"/>
1255 <explanation language="en">
1257 a number which indicates the numbering plan of a telephone number;
1259 (0x00) Unknown numbering plan;
1260 (0x01) ISDN/telephone numbering plan – E.164/E.163;
1262 (0x03) Data numbering plan – X.121;
1263 (0x04) Telex numbering plan – F.96;
1264 (0x05) Service Centre Specific plan;
1265 (0x06) Land mobile numbering plan – E.212;
1266 (0x07) ISDN/mobile numbering plan – E.214;
1267 <!-- only 0-7 defined in the ITU standard Q.713 ? -->
1268 (0x08) National numbering plan;
1269 (0x09) Private numbering plan;
1270 (0x0A) ERMES numbering plan – ETSI DE/PS 3 01-3;
1271 (0x0D) Binary Internet addres – IP;
1272 (0x0E) Alphanumeric Internet address
1277 <term abbreviation="PID" completeForm="protocol identifier" language="en"/>
1278 <explanation language="en">
1280 one octet of information which describes the protocol resp. type of telematic device;
1281 0 means implicit (plain MOMT messages);
1282 other values are described in 3GPP TS 03.40
1287 <term abbreviation="PID" completeForm="process identifier" language="en"/>
1288 <explanation language="en">
1290 identifier of an process (running program) in an operating system;
1291 PID 1 is usually assigned to the init process (the first process which starts other ones)
1297 <term abbreviation="" completeForm="Blue box" language="en"/>
1298 <term abbreviation="" completeForm="BlueBox" language="en"/>
1299 <explanation language="en"><text></text></explanation>
1302 Orange box https://en.wikipedia.org/wiki/Orange_box
1303 Vermilion box https://en.wikipedia.org/wiki/Vermilion_box
1304 Magenta box https://en.wikipedia.org/wiki/Magenta_box
1307 <term abbreviation="" completeForm="Orange box" language="en"/>
1308 <term abbreviation="" completeForm="OrangeBox" language="en"/>
1309 <explanation language="en"><text></text></explanation>
1312 <term abbreviation="" completeForm="Vermilion box" language="en"/>
1313 <term abbreviation="" completeForm="VermilionBox" language="en"/>
1314 <explanation language="en"><text></text></explanation>
1317 <term abbreviation="" completeForm="Magenta box" language="en"/>
1318 <term abbreviation="" completeForm="MagentaBox" language="en"/>
1319 <explanation language="en"><text></text></explanation>
1322 <term abbreviation="" completeForm="hack" language="en"/>
1323 <term abbreviation="" completeForm="hacking" language="en"/>
1324 <term abbreviation="" completeForm="hacker" language="en"/>
1325 <explanation language="en">
1327 hacker is an interrogative person interested in internal principles of things;
1328 often it is a software developer or a system administrator but hacking is also possible outside the digital world;
1329 hacking is the activity of these people – usually
1330 improving a software by adding new features
1331 or discovering secrets in existing software or hardware systems
1332 or running extraordinary configurations or combinations of components;
1333 hack is the product of their work – e.g. improved computer program or piece of hardware;
1334 <!-- hack can mean also the insctructions how to do it; -->
1335 don't confuse with „cracker“
1338 RMS - https://www.gnu.org/philosophy/rms-hack.html
1339 „someone who enjoys playful cleverness, especially in programming but other media are also possible“
1341 ESR - http://www.catb.org/~esr/jargon/html/H/hacker.html
1342 [originally, someone who makes furniture with an axe]
1343 1. A person who enjoys exploring the details of programmable systems and how to stretch their capabilities, as opposed to most users, who prefer to learn only the minimum necessary. RFC1392, the Internet Users' Glossary, usefully amplifies this as: A person who delights in having an intimate understanding of the internal workings of a system, computers and computer networks in particular.
1344 2. One who programs enthusiastically (even obsessively) or who enjoys programming rather than just theorizing about programming.
1345 3. A person capable of appreciating hack value.
1346 4. A person who is good at programming quickly.
1347 5. An expert at a particular program, or one who frequently does work using it or on it; as in ‘a Unix hacker’. (Definitions 1 through 5 are correlated, and people who fit them congregate.)
1348 6. An expert or enthusiast of any kind. One might be an astronomy hacker, for example.
1349 7. One who enjoys the intellectual challenge of creatively overcoming or circumventing limitations.
1350 8. [deprecated] A malicious meddler who tries to discover sensitive information by poking around. Hence password hacker, network hacker. The correct term for this sense is cracker.
1351 The term ‘hacker’ also tends to connote membership in the global community defined by the net (see the network. For discussion of some of the basics of this culture, see the How To Become A Hacker FAQ. It also implies that the person described is seen to subscribe to some version of the hacker ethic (see hacker ethic).
1352 It is better to be described as a hacker by others than to describe oneself that way. Hackers consider themselves something of an elite (a meritocracy based on ability), though one to which new members are gladly welcome. There is thus a certain ego satisfaction to be had in identifying yourself as a hacker (but if you claim to be one and are not, you'll quickly be labeled bogus). See also geek, wannabee.
1353 This term seems to have been first adopted as a badge in the 1960s by the hacker culture surrounding TMRC and the MIT AI Lab. We have a report that it was used in a sense close to this entry's by teenage radio hams and electronics tinkerers in the mid-1950s.
1355 RFC 1392 - https://tools.ietf.org/html/rfc1392
1356 A person who delights in having an intimate understanding of the
1357 internal workings of a system, computers and computer networks in
1358 particular. The term is often misused in a pejorative context,
1359 where "cracker" would be the correct term. See also: cracker.
1366 <term abbreviation="" completeForm="crack" language="en"/>
1367 <term abbreviation="" completeForm="cracking" language="en"/>
1368 <term abbreviation="" completeForm="cracker" language="en"/>
1369 <explanation language="en">
1371 someone who breaks the security protections in order to get unauthorized access to a computer system;
1372 they often misuse their skills to steal private data, destroy systems or steal money;
1373 don't confuse with „hacker“
1380 <term abbreviation="" completeForm="phreak" language="en"/>
1381 <term abbreviation="" completeForm="phreaking" language="en"/>
1382 <term abbreviation="" completeForm="phreaker" language="en"/>
1383 <explanation language="en">
1385 a hacker interested in phone systems or telecommunications in general;
1386 sometimes they can become cracker if they don't only experiment but misuse telephone networks excessively (fraud);
1387 the term is a portmanteau of the words „phone“ and „freak“
1393 <term abbreviation="AAGP" completeForm="Acision Application Gateway Provisioning" language="en"/>
1394 <term abbreviation="GAS" completeForm="Generic application server" language="en"/>
1395 <term abbreviation="CPS" completeForm="Central provisioning system" language="en"/>
1396 <explanation language="en">
1398 a software component developed by the Acision company;
1399 a provisioning tool for AAG and other products of this company;
1400 can be used as generic provisioning tool for any product provided that particular connector exists;
1401 has web GUI and several APIs
1405 <tag>messaging</tag>
1408 <term abbreviation="AAG" completeForm="Acision Application Gateway" language="en"/>
1409 <term abbreviation="OMG" completeForm="Open Messaging Gateway" language="en"/>
1410 <explanation language="en">
1412 a software component developed by the Acision company;
1413 typical use case is: a messaging gateway between SMSC and applications (ESME)
1417 <tag>messaging</tag>
1420 <term abbreviation="GBG" completeForm="General Billing Gateway" language="en"/>
1421 <term abbreviation="AFG" completeForm="Acision Flexible Gateway" language="en"/>
1422 <term abbreviation="TGC" completeForm="Test Gateway Component" language="en"/>
1423 <term abbreviation="UGC" completeForm="Universal Gateway Component" language="en"/>
1424 <explanation language="en">
1426 a software component developed by the Acision company;
1427 works as a messaging gateway and can interconnect systems talking many various messaging protocols;
1428 is highly configurable and can translate and transform messages in many formats;
1429 original purpose was doing a gateway for billing messages comming from e.g. SMSC to some billing system
1433 <tag>messaging</tag>
1436 <term abbreviation="UGC" completeForm="user generated content" language="en"/>
1437 <explanation language="en">
1439 content in various media formats (text, pictures, video, sound…)
1440 which is created by users (or subscribers);
1441 e.g. photos taken by mobile and sent over MMS, e-mail or web to some server which displays them to other users
1447 <term abbreviation="VCS" completeForm="version control system" language="en"/>
1448 <term abbreviation="RCS" completeForm="revision control system" language="en"/>
1449 <explanation language="en">
1451 a software tool used for management of changes in documents;
1452 often is used for managing source code and other artifacts (like documentation or analytic models) created during software development;
1453 VCS tracks versions of particular files or changesets, branches, tags (named revisions);
1454 examples of traditional centralized VCS: SCCS, RCS, CVS or SVN (quite modern but centralized);
1455 nowadays are very popular decentralized systems (DVCS)
1461 <term abbreviation="DVCS" completeForm="distributed version control system" language="en"/>
1462 <term abbreviation="DRCS" completeForm="distributed revision control system" language="en"/>
1463 <explanation language="en">
1465 kind of version control system which allows not only workflow with one central server
1466 but also decentralized workflows where changesets are pushed or pulled between particular nodes;
1467 each node has typically full repository clone with all the history (commits, branches, tags);
1468 this facilitates offline work –
1469 developer can do commits or work with branches and tags even if he is offline –
1470 and after going online,
1471 he pushed his work to other developers
1472 or to the central repository
1473 or his work is pulled by others;
1474 other advantage is easy backup – just clone the repository and then do push/pull from the working one;
1475 Examples of DVCS: Mercurial (Hg), Git, Bazaar (bzr), Monotone (mtn), Fossil, GNU arch, Darcs, DCVS or SVK
1481 <term abbreviation="SCM" completeForm="software configuration management" language="en"/>
1482 <explanation language="en"><text></text></explanation>
1486 <term abbreviation="hg" completeForm="mercurial" language="en"/>
1487 <explanation language="en"><text>a distributed version control system</text></explanation>
1491 <term abbreviation="cvs" completeForm="Concurrent Versions System" language="en"/>
1492 <explanation language="en"><text>a centralized version control system</text></explanation>
1496 <term abbreviation="svn" completeForm="Subversion" language="en"/>
1497 <explanation language="en"><text>a centralized version control system</text></explanation>
1501 <term abbreviation="bzr" completeForm="Bazaar" language="en"/>
1502 <explanation language="en"><text>a distributed version control system</text></explanation>
1506 <term abbreviation="" completeForm="git" language="en"/>
1507 <explanation language="en"><text>a distributed version control system</text></explanation>
1511 <term abbreviation="XML" completeForm="eXtensible markup language" language="en"/>
1512 <explanation language="en"><text></text></explanation>
1517 <term abbreviation="xmlns" completeForm="XML name space" language="en"/>
1518 <explanation language="en"><text></text></explanation>
1523 <term abbreviation="DTD" completeForm="document type definition" language="en"/>
1524 <explanation language="en"><text></text></explanation>
1529 <term abbreviation="XSD" completeForm="XML schema definition" language="en"/>
1530 <explanation language="en"><text></text></explanation>
1535 <term abbreviation="" completeForm="Schematron" language="en"/>
1536 <explanation language="en">
1538 a validation language;
1539 can describe formats based on XML like XSD or DTD does, but has entirely different approach;
1540 Schematron is rule-based – defines assertions which must be met to have valid document;
1541 this rules are transformed into XSL template which is executed during validation;
1542 Schematron can be also combined with XSD
1543 – XSD schemas (which are more declarative and more clearly represents the desired structure of the document for humans)
1544 are enriched with Schematron assertions that adds more complex rules (that cannot be easily expressed in pure XSD)
1551 <term abbreviation="XSLT" completeForm="Extensible Stylesheet Language Transformations" language="en"/>
1552 <term abbreviation="XSL" completeForm="Extensible Stylesheet Language" language="en"/>
1553 <explanation language="en">
1555 a transformation language for XML;
1556 can be used e.g. for
1557 conversion from one XML format to another one,
1558 for generating (plain) text or HTML,
1559 for user friendly visualisation of XML data (XHTML or SVG output),
1560 or for validations (raise error message on invalid input, see also Schematron);
1561 XSL templates are also written in XML
1568 <term abbreviation="" completeForm="XQuery" language="en"/>
1569 <explanation language="en"><text></text></explanation>
1574 <term abbreviation="" completeForm="XPath" language="en"/>
1575 <explanation language="en"><text></text></explanation>
1580 <term abbreviation="" completeForm="Ant" language="en"/>
1581 <explanation language="en">
1583 a tool for automating software build processes;
1584 does similar job like GNU Make, but is written in and for Java;
1585 equivalent for the Makefile is here build.xml which describes particular tasks and their dependencies;
1586 there is lot of tasks distributed with Apache Ant e.g.
1587 compilation of Java code,
1589 running XSLT transformations,
1590 packing JARs and other archives,
1591 copying and moving files
1592 or calling system commands;
1593 and user can also write own tasks in Java
1600 <term abbreviation="mvn" completeForm="Maven" language="en"/>
1601 <explanation language="en">
1603 a tool for automating software build processes;
1604 compared to Ant, Maven is much more declarative instead of procedural and is strongly focused on resolving dependencies on modules, components, libraries;
1605 dependencies (libraries) of a project are automatically downloaded from a repository;
1606 projects in Maven are described by a POM file
1613 <term abbreviation="POM" completeForm="Project Object Model" language="en"/>
1614 <explanation language="en">
1616 an XML configuration file which describes one Maven project;
1617 contains project metadata like name, owner, version, dependencies
1618 and phases of its build process
1625 <term abbreviation="" completeForm="Java" language="en"/>
1626 <explanation language="en">
1628 an object-oriented programming language designed by James Gosling at Sun Microsystems;
1629 Java source code is compiled into byte code (.class files) which can be executed in JVM on many architectures and operating systems;
1630 Java is completely free software, there is OpenJDK and standard library distributed under GNU GPL license;
1631 there is also GNU Classpath – an independent and free software implementation of the standard library;
1632 Java is popular and well established enterprise-grade software platform
1639 <term abbreviation="JVM" completeForm="Java virtual machine" language="en"/>
1640 <explanation language="en">
1642 a runtime environment for running Java byte code;
1643 there is lot of programming languages that can be compiled into the bytecode and executed in JVM e.g.
1644 Clojure (a Lisp dialect),
1645 Scala (OOP and functional language),
1646 Groovy (a scripting language),
1647 Jython (an implementation of Python),
1649 or Rhino (JavaScript)
1656 <term abbreviation="JavaDoc" completeForm="Java documentation" language="en"/>
1657 <explanation language="en">
1659 documentation of Java source code (classes, enumerations, interfaces, packages);
1660 describes API and software's internals;
1661 is useful for developers, not too much for end-users
1668 <term abbreviation="" completeForm="Erlang" language="en"/>
1669 <explanation language="en">
1671 a functional programming language developed in Ericsson;
1672 influenced by Prolog and SmallTalk languages;
1673 Erlang implementation is a free software
1679 <term abbreviation="RegEx" completeForm="Regular Expression" language="en"/>
1680 <term abbreviation="RegExp" completeForm="Regular Expression" language="en"/>
1681 <term abbreviation="RE" completeForm="Regular Expression" language="en"/>
1682 <explanation language="en">
1684 an expression (sequence of characters) which forms a pattern that can be used for string matching –
1685 finding occurrences of the pattern in the text or evaluating whether the whole text matches the pattern;
1686 Example: regular expression (a|b)cde\d+ matches strings acde123 or bcde0 but not cde1 or acdex
1692 <term abbreviation="PCRE" completeForm=" Perl Compatible Regular Expressions" language="en"/>
1693 <explanation language="en">
1695 a C library for regular expressions compatible with Perl's RegEx dialect
1696 or this dialect itself
1702 <term abbreviation="Perl" completeForm="Practical Extraction and Reporting Language" language="en"/>
1703 <explanation language="en">
1705 an interpreted dynamic programming language;
1706 popular in UNIX environment for scripting and text processing;
1707 Perl syntax allows very effective and elegant notation especially while working with regular expressions, but sometimes it is hard to read;
1708 its implementation is free software
1714 <term abbreviation="POSIX" completeForm="Portable Operating System Interface" language="en"/>
1715 <explanation language="en">
1717 a family of standards for maintaining compatibility between operating systems;
1718 defines API, command line shells and utility interfaces
1719 and thus brings compatibility amog many variants of unix and unix-like operating systems;
1720 the name POSIX was suggested by Richard Stallman (the standards was formerly known as IEEE-IX);
1721 there are standards for e.g. process creation and control, signals, pipes, message passing, shared memory or semaphores;
1722 Examples of fully or mostly POSIX-compliant systems: AIX, IRIS, Solaris, OS X, GNU/Linux, BeOS (Haiku) or several BSD variants
1728 <term abbreviation="" completeForm="UNIX" language="en"/>
1729 <term abbreviation="Unics" completeForm="UNiplexed Information and Computing Service" language="en"/>
1730 <explanation language="en">
1732 a multitasking and multi-user operating system developed in 1969 by a group of AT&T hackers at Bell Labs;
1733 has influenced many other operating systems (now called UNIX-like OS) and established distinctive UNIX culture and philosophy;
1734 nowadays we have completely free software implementation called GNU (resp. GNU/Linux where Linux is operating system kernel or GNU/Hurd);
1735 UNIX and UNIX-like operating systems runs on many mission-critical servers and are also used on personal computers or even mobile phones and small devices like routers or firewalls;
1736 GNU/Linux runs on 95,2 % (and other 3,4 % are Unices too) of world's supercomputers with 97,4 % performance share (top500.org, June 2013 statistics)
1742 <term abbreviation="" completeForm="GNU/Linux" language="en"/>
1743 <term abbreviation="" completeForm="Linux" language="en"/>
1744 <explanation language="en">
1746 the GNU operating system with Linux kernel
1752 <term abbreviation="GNU" completeForm="GNU's Not Unix!" language="en"/>
1753 <explanation language="en">
1755 a Unix-like operating system that is free software and is upward-compatible with Unix;
1756 the GNU Project was initially announced in September 1983 by Richard Stallman;
1757 nowadays is mostly used in combination with Linux kernel and called GNU/Linux
1763 <term abbreviation="GNU GPL" completeForm="GNU General Public License" language="en"/>
1764 <term abbreviation="GPL" completeForm="General Public License" language="en"/>
1765 <explanation language="en">
1767 a free software and copyleft license which is used by many free software packages
1773 <term abbreviation="GNU FDL" completeForm="GNU Free Documentation License" language="en"/>
1774 <term abbreviation="FDL" completeForm="Free Documentation License" language="en"/>
1775 <explanation language="en">
1777 whereas GNU GPL is free and copyleft license for software,
1778 the GNU FDL is similar license designed for documentaion – books, articles, drawings etc.
1784 <term abbreviation="FS" completeForm="free software" language="en"/>
1785 <explanation language="en">
1787 a category of software which respects user's freedoms – user of such software has the four essential freedoms:
1788 0) The freedom to run the program, for any purpose.
1789 1) The freedom to study how the program works, and change it so it does your computing as you wish. Access to the source code is a precondition for this.
1790 2) The freedom to redistribute copies so you can help your neighbor.
1791 3) The freedom to distribute copies of your modified versions to others. By doing this you can give the whole community a chance to benefit from your changes. Access to the source code is a precondition for this.;
1792 the term „Free software“ was defined by Richard Stallman
1798 <term abbreviation="OSS" completeForm="open source software" language="en"/>
1799 <explanation language="en">
1801 a category of software similar to Free software;
1802 the term „open source software“ was defined by Open Source Initiative;
1803 its definition contains ten requirements like free redistribution, available source code or allowing derived works;
1804 almost every open source license is also a free software license and vice versa;
1805 but there is different philosophical background – the free software movement has user's freedom as the main priority
1811 <term abbreviation="FSF" completeForm="Free Software Foundation" language="en"/>
1812 <explanation language="en">
1814 a non-profit organization founded by Richard Stallman on 4 October 1985 to support the free software movement;
1815 has developed the GNU operating system,
1816 issued licenses like GPL or FDL,
1817 maintains the Free Software Definition,
1818 does political campaigns and other activities related to user's freedoms;
1824 <term abbreviation="OSI" completeForm="Open Source Initiative" language="en"/>
1825 <explanation language="en">
1827 an organization dedicated to promoting open-source software;
1828 was founded in February 1998, by Bruce Perens and Eric S. Raymond;
1834 <term abbreviation="EFF" completeForm="Electronic Frontier Foundation" language="en"/>
1835 <explanation language="en">
1837 a non-profit organization focused on protecting user's freedoms and privacy in mostly digital world;
1838 fights against censorship and spying, criticises software patents
1839 and promotes – among others – free speech, privacy, e-voting and network neutrality
1845 <term abbreviation="OpenVMS" completeForm="Open Virtual Memory System" language="en"/>
1846 <term abbreviation="VMS" completeForm="Virtual Memory System" language="en"/><!-- informally -->
1847 <explanation language="en">
1849 an operating system for VAX, Alpha and Itanium-based computers
1855 <term abbreviation="LDAP" completeForm="Lightweight Directory Access Protocol" language="en"/>
1856 <explanation language="en"><text></text></explanation>
1861 <term abbreviation="SQL" completeForm="structured query language" language="en"/>
1862 <term abbreviation="SEQUEL" completeForm="structured english query language" language="en"/>
1863 <explanation language="en"><text></text></explanation>
1867 <term abbreviation="noSQL" completeForm="Not SQL" language="en"/>
1868 <explanation language="en"><text></text></explanation>
1872 <term abbreviation="RDBMS" completeForm="relational database management system" language="en"/>
1873 <term abbreviation="SŘDB" completeForm="systém řízení báze dat" language="cs"/>
1874 <explanation language="en"><text></text></explanation>
1878 <term abbreviation="ODBC" completeForm="open database connectivity" language="en"/>
1879 <explanation language="en"><text></text></explanation>
1883 <term abbreviation="JDBC" completeForm="java database connectivity" language="en"/>
1884 <explanation language="en"><text></text></explanation>
1888 <term abbreviation="AS" completeForm="application server" language="en"/>
1889 <explanation language="en"><text></text></explanation>
1894 <term abbreviation="" completeForm="JBoss" language="en"/>
1895 <explanation language="en"><text></text></explanation>
1900 <term abbreviation="" completeForm="GlassFish" language="en"/>
1901 <explanation language="en"><text></text></explanation>
1906 <term abbreviation="WSDL" completeForm="web services description language" language="en"/>
1907 <explanation language="en"><text></text></explanation>
1912 <term abbreviation="WADL" completeForm="web application description language" language="en"/>
1913 <explanation language="en"><text></text></explanation>
1918 <term abbreviation="SOAP" completeForm="simple object access protocol" language="en"/>
1919 <term abbreviation="SOAP" completeForm="SOA Protocol" language="en"/>
1920 <explanation language="en"><text></text></explanation>
1926 <term abbreviation="REST" completeForm="representational state transfer" language="en"/>
1927 <explanation language="en"><text></text></explanation>
1931 <term abbreviation="EJB" completeForm="Enterprise JavaBeans" language="en"/>
1932 <explanation language="en"><text></text></explanation>
1937 <term abbreviation="CORBA" completeForm="common object request broker architecture" language="en"/>
1938 <explanation language="en"><text></text></explanation>
1942 <term abbreviation="IDL" completeForm="interface definition language" language="en"/>
1943 <explanation language="en"><text></text></explanation>
1947 <term abbreviation="IIOP" completeForm="Internet InterORB Protocol" language="en"/>
1948 <term abbreviation="GIOP" completeForm="General Inter-ORB Protocol" language="en"/>
1949 <explanation language="en"><text></text></explanation>
1954 <term abbreviation="RMI" completeForm="Remote Method Invocation" language="en"/>
1955 <explanation language="en"><text></text></explanation>
1961 <term abbreviation="JAR" completeForm="Java ARchive" language="en"/>
1962 <explanation language="en"><text></text></explanation>
1967 <term abbreviation="EAR" completeForm="Enterprise ARchive" language="en"/>
1968 <explanation language="en"><text></text></explanation>
1973 <term abbreviation="WAR" completeForm="Web ARchive" language="en"/>
1974 <explanation language="en"><text></text></explanation>
1979 <term abbreviation="RAR" completeForm="Resource Adapter aRchive" language="en"/>
1980 <explanation language="en"><text></text></explanation>
1985 <term abbreviation="AJP" completeForm="Apache JServ Protocol" language="en"/>
1986 <explanation language="en"><text></text></explanation>
1992 <term abbreviation="HTTP" completeForm="hypertext transfer protocol" language="en"/>
1993 <term abbreviation="HTTPS" completeForm="hypertext transfer protocol secure" language="en"/>
1994 <explanation language="en"><text></text></explanation>
1999 <term abbreviation="SSL" completeForm="secure socket layer" language="en"/>
2000 <term abbreviation="TLS" completeForm="transport layer security" language="en"/>
2001 <explanation language="en"><text></text></explanation>
2007 <term abbreviation="DTLS" completeForm="datagram transport layer security" language="en"/>
2008 <explanation language="en"><text></text></explanation>
2013 <term abbreviation="BASH" completeForm="Bourne Again Shell" language="en"/>
2014 <explanation language="en"><text></text></explanation>
2018 <term abbreviation="SH" completeForm="shell" language="en"/>
2019 <explanation language="en"><text></text></explanation>
2023 <term abbreviation="SSH" completeForm="secure shell" language="en"/>
2024 <term abbreviation="" completeForm="OpenSSH" language="en"/>
2025 <explanation language="en"><text></text></explanation>
2031 <term abbreviation="SCP" completeForm="secure copy" language="en"/>
2032 <explanation language="en"><text></text></explanation>
2037 <term abbreviation="SFTP" completeForm="SSH file transfer protocol" language="en"/>
2038 <explanation language="en"><text></text></explanation>
2044 <term abbreviation="FTP" completeForm="file transfer protocol" language="en"/>
2045 <term abbreviation="FTPS" completeForm="file transfer protocol secure" language="en"/>
2046 <explanation language="en"><text></text></explanation>
2051 <term abbreviation="PGP" completeForm="Pretty Good Privacy" language="en"/>
2052 <term abbreviation="GPG" completeForm="GNU Privacy Guard" language="en"/>
2053 <term abbreviation="GnuPG" completeForm="GNU Privacy Guard" language="en"/>
2054 <term abbreviation="OpenPGP" completeForm="Open Pretty Good Privacy" language="en"/>
2055 <explanation language="en"><text></text></explanation>
2060 <term abbreviation="DSA" completeForm="digital signature algorithm" language="en"/>
2061 <explanation language="en"><text></text></explanation>
2066 <term abbreviation="RSA" completeForm="Ron Rivest, Adi Shamir and Leonard Adleman" language="en"/>
2067 <explanation language="en"><text></text></explanation>
2072 <term abbreviation="EC" completeForm="elliptic curve" language="en"/>
2073 <explanation language="en"><text></text></explanation>
2078 <term abbreviation="AES" completeForm="Advanced Encryption Standard" language="en"/>
2079 <term abbreviation="AES-128" completeForm="Advanced Encryption Standard 128-bit" language="en"/>
2080 <term abbreviation="AES-192" completeForm="Advanced Encryption Standard 192-bit" language="en"/>
2081 <term abbreviation="AES-256" completeForm="Advanced Encryption Standard 256-bit" language="en"/>
2082 <explanation language="en"><text></text></explanation>
2087 <term abbreviation="" completeForm="Camellia" language="en"/>
2088 <explanation language="en"><text></text></explanation>
2093 <term abbreviation="SHA" completeForm="secure hash algorithm" language="en"/>
2094 <term abbreviation="SHA-1" completeForm="secure hash algorithm 160-bit" language="en"/>
2095 <term abbreviation="SHA-2" completeForm="" language="en"/>
2096 <term abbreviation="SHA-3" completeForm="" language="en"/>
2097 <term abbreviation="SHA-256" completeForm="secure hash algorithm 256-bit" language="en"/>
2098 <term abbreviation="SHA-512" completeForm="secure hash algorithm 512-bit" language="en"/>
2099 <explanation language="en"><text></text></explanation>
2104 <term abbreviation="MD4" completeForm="message-digest algorithm 4" language="en"/>
2105 <explanation language="en"><text></text></explanation>
2110 <term abbreviation="MD5" completeForm="message-digest algorithm 5" language="en"/>
2111 <explanation language="en"><text></text></explanation>
2116 <term abbreviation="" completeForm="ethernet" language="en"/>
2117 <explanation language="en"><text></text></explanation>
2122 <term abbreviation="LAN" completeForm="local area network" language="en"/>
2123 <explanation language="en"><text></text></explanation>
2127 <term abbreviation="WAN" completeForm="wide area network" language="en"/>
2128 <explanation language="en"><text></text></explanation>
2132 <term abbreviation="WLAN" completeForm="wireless local area network" language="en"/>
2133 <explanation language="en"><text></text></explanation>
2137 <term abbreviation="VLAN" completeForm="virtual local area network" language="en"/>
2138 <explanation language="en"><text></text></explanation>
2143 <term abbreviation="IP" completeForm="Internet Protocol" language="en"/>
2144 <term abbreviation="IPv4" completeForm="Internet Protocol version 4" language="en"/>
2145 <term abbreviation="IPv6" completeForm="Internet Protocol version 6" language="en"/>
2146 <term abbreviation="" completeForm="IP address" language="en"/>
2147 <explanation language="en"><text></text></explanation>
2152 <term abbreviation="FQDN" completeForm="fully qualified domain name" language="en"/>
2153 <term abbreviation="" completeForm="absolute domain name" language="en"/>
2154 <explanation language="en">
2156 a domain name like „some-machine.example.com“ which completely specifies the location in the DNS hierarchy including the TLD;
2157 compared to „some-machine“ which is not FQDN – is not globally unambiguous and will be resolved differently in different contexts
2163 <term abbreviation="MAC" completeForm="media access control" language="en"/>
2164 <explanation language="en">
2166 a data communication protocol, a sublayer of the layer 2 in OSI model (data link layer);
2167 a MAC address is a unique identifier of an network interface – used for IEEE 802 networks including Ethernet;
2168 they are assigned by the manufacturer of the card and stored in the hardware (can be often changed by the software);
2169 there are three numbering namespaces: MAC-48, EUI-48 and EUI-64;
2170 the address has 6 or 8 bytes and they are usually written in HEX, octets separated by : (a colon)
2176 <term abbreviation="TCP" completeForm="transmission control protocol" language="en"/>
2177 <explanation language="en"><text></text></explanation>
2182 <term abbreviation="UDP" completeForm="user datagram protocol" language="en"/>
2183 <explanation language="en"><text></text></explanation>
2188 <term abbreviation="SCTP" completeForm="stream control transmission protocol" language="en"/>
2189 <explanation language="en"><text></text></explanation>
2193 <term abbreviation="QoS" completeForm="quality of service" language="en"/>
2194 <explanation language="en"><text></text></explanation>
2198 <term abbreviation="FUP" completeForm="fair usage policy" language="en"/>
2199 <explanation language="en">
2201 a set of rules that should avoid excessive usage of a service by one user to the detriment of other user's comfort;
2202 example: „You can download 10 GB at full speed every month. If you exceed this limit the speed of your connection will descend to 64 kb/s“
2207 <term abbreviation="API" completeForm="application programming interface" language="en"/>
2208 <explanation language="en">
2210 specifies interaction between software components;
2211 adds an abstraction layer which divides calling code and called code
2212 and enables multiple implementations of such API (or SPI) like multiple databases (database drivers), file systems, remote services etc.
2213 examples of API: POSIX, OpenGL, JDBC, JMS or JMX
2219 <term abbreviation="SPI" completeForm="service provider interface" language="en"/>
2220 <explanation language="en">
2222 a kind of API to be implemented by third party;
2223 can be installed as plugin/addon/extension and used by the application over standard interface;
2224 examples of SPI: JDBC, JNDI or JAXP
2231 <term abbreviation="JMX" completeForm="Java management extensions" language="en"/>
2232 <term abbreviation="MBean" completeForm="managed bean" language="en"/>
2233 <explanation language="en">
2235 a Java technology for monitoring and managing applications or devices;
2237 managed objects (MBeans) can emit events, can be asked for values (e.g. counters) or an action (method) can be called on them;
2238 this native Java technology can be also adapted/translated to other protocols like SNMP or WS/SOAP and integrated with the non-Java world;
2239 thanks to this abstraction, the managed object can implement only simple Java interface and don't have to deal with other protocols (which is job of generic adaptors)
2246 <term abbreviation="JMS" completeForm="Java message service" language="en"/>
2247 <explanation language="en">
2249 a Java API for message-oriented middleware (MOM);
2250 allows JEE components to create, send, receive and read messages;
2251 supports both point-to-point and publish-subscribe messaging models;
2252 can be adapted/translated to many other protocols like SMTP, AMQP, XMPP or SOAP;
2253 is defined in JSR 914;
2254 examples of JMS implementations: Apache ActiveMQ, OpenJMS, HornetQ
2259 <tag>messaging</tag>
2262 <term abbreviation="MOM" completeForm="message-oriented middleware" language="en"/>
2263 <explanation language="en">
2265 a software (or even hardware) infrastructure for sending and receiving messages;
2266 can also offer routing and transformation features;
2267 for Java the MOM API is standardized as JMS
2271 <tag>messaging</tag>
2274 <term abbreviation="AMQP" completeForm="advanced message queuing protocol" language="en"/>
2275 <explanation language="en">
2277 an open and standard binary protocol for message-oriented middleware (MOM);
2278 is vendor and platform independent;
2279 whereas JMS defines programming API and is Java specific, the AMQP defines the wire-level protocol;
2280 so JMS (or other language/platform specific API) can be used inside the system and AMQP can be used for interconnection of systems in heterogenous environment;
2281 example of implementation: Apache ActiveMQ
2285 <tag>messaging</tag>
2288 <term abbreviation="" completeForm="wire-level protocol" language="en"/>
2289 <explanation language="en">
2291 the format of data sent over the network as stream of bytes;
2292 an application layer protocol
2298 <term abbreviation="JCA" completeForm="Java connector architecture" language="en"/>
2299 <explanation language="en">
2301 a Java EE technology for connecting application servers (AS) and enterprise information systems (EIS);
2302 is similar to JDBC (which is used for connecting to databases) but is much more generic
2303 and allows connecting any (often legacy) system using a specific connector
2310 <term abbreviation="EIS" completeForm="enterprise information system" language="en"/>
2311 <explanation language="en">
2313 an enterprise-class software system;
2314 typically high quality and critical service, large volumes of data, robust, supporting business processes
2320 <term abbreviation="OSGi" completeForm="Open Services Gateway initiative" language="en"/>
2321 <explanation language="en">
2323 a framework and module system for Java;
2324 allows applications with modular architecture composed from components
2325 that can be loaded, started, stopped, updated or uninstalled without restarting the JVM and the application;
2326 examples of OSGi implementations: Apache Felix, Equinox and Knopflerfish
2333 <term abbreviation="VPN" completeForm="virtual private network" language="en"/>
2334 <explanation language="en"><text></text></explanation>
2339 <term abbreviation="P2P" completeForm="peer to peer" language="en"/>
2340 <explanation language="en"><text></text></explanation>
2344 <term abbreviation="DNS" completeForm="domain name system" language="en"/>
2345 <explanation language="en"><text></text></explanation>
2350 <term abbreviation="ENUM" completeForm="E.164 number mapping" language="en"/>
2351 <explanation language="en"><text></text></explanation>
2354 <term abbreviation="NAPTR" completeForm="naming authority pointer resource records" language="en"/>
2355 <explanation language="en"><text></text></explanation>
2358 <term abbreviation="SPID" completeForm="service profile identifier" language="en"/>
2359 <explanation language="en"><text></text></explanation>
2362 <term abbreviation="DN" completeForm="distinguished name" language="en"/>
2363 <explanation language="en"><text></text></explanation>
2367 <term abbreviation="CN" completeForm="common name" language="en"/>
2368 <explanation language="en"><text></text></explanation>
2372 <term abbreviation="SN" completeForm="surname" language="en"/>
2373 <explanation language="en"><text></text></explanation>
2377 <term abbreviation="DC" completeForm="domain component" language="en"/>
2378 <explanation language="en"><text></text></explanation>
2382 <term abbreviation="CR" completeForm="change request" language="en"/>
2383 <explanation language="en">
2385 a request for changing a software – new features or modification of existing ones;
2386 when one or more CRs are developed, they are delivered as new version of software product;
2387 CR is requested by the customer (mobile network operator) and is delivered by the development team;
2388 CR consists of one or more DT which are assigned to particular developers
2394 <term abbreviation="DT" completeForm="development ticket" language="en"/>
2395 <explanation language="en">
2397 a task assigned to a software developer;
2398 one or more DTs together usually forms a CR;
2399 it is also possible to have an internal DT which is not linked to any CR (e.g. some refactoring or fixes or maintenence which was not requested by the customer);
2400 each commit in the versioning system should be linked to a DT
2406 <term abbreviation="TT" completeForm="trouble ticket" language="en"/>
2407 <explanation language="en">
2409 a request for fixing something in the production;
2410 requires some investigation and then can be solved by changing the configuration on site or by fixing the software (development)
2416 <term abbreviation="SRS" completeForm="System Requirement Specification" language="en"/>
2417 <explanation language="en">
2419 requirements on a software product or its particular change;
2420 is written from the system's point of view
2426 <term abbreviation="URS" completeForm="User Requirement Specification" language="en"/>
2427 <explanation language="en">
2429 requirements on a software product or its particular change;
2430 is written from the user's point of view
2436 <term abbreviation="" completeForm="engineering build" language="en"/>
2437 <explanation language="en">
2439 a build of a software product which was not done according to regular procedure and processes;
2440 might be used only for testing on site or during development – not in production;
2441 such software is often delivered as a tar.gz or JAR, WAR etc. file to be patched into existing installation, not as regular package (RPM, DEB etc.) as production version
2447 <term abbreviation="" completeForm="monkey patching" language="en"/>
2448 <explanation language="en"><text></text></explanation>
2451 <term abbreviation="GMT" completeForm="Greenwich mean time" language="en"/>
2452 <explanation language="en"><text></text></explanation>
2456 <term abbreviation="UTC" completeForm="coordinated universal time" language="en"/>
2457 <explanation language="en"><text></text></explanation>
2461 <term abbreviation="TZ" completeForm="timezone" language="en"/>
2462 <term abbreviation="TZ" completeForm="time-zone" language="en"/>
2463 <term abbreviation="TZ" completeForm="time zone" language="en"/>
2464 <explanation language="en"><text></text></explanation>
2468 <term abbreviation="IETF" completeForm="Internet Engineering Task Force" language="en"/>
2469 <explanation language="en"><text></text></explanation>
2473 <term abbreviation="RFC" completeForm="request for comments" language="en"/>
2474 <explanation language="en"><text></text></explanation>
2478 <term abbreviation="" completeForm="vendor lock-in" language="en"/>
2479 <term abbreviation="" completeForm="vendor-lock-in" language="en"/>
2480 <term abbreviation="" completeForm="vendor lock in" language="en"/>
2481 <explanation language="en"><text></text></explanation>
2485 <term abbreviation="UT" completeForm="unit test" language="en"/>
2486 <explanation language="en"><text></text></explanation>
2490 <term abbreviation="AT" completeForm="acceptance testing" language="en"/>
2491 <term abbreviation="UAT" completeForm="user acceptance testing" language="en"/>
2492 <explanation language="en"><text></text></explanation>
2496 <term abbreviation="" completeForm="code coverage" language="en"/>
2497 <explanation language="en"><text></text></explanation>
2501 <term abbreviation="" completeForm="jUnit" language="en"/>
2502 <explanation language="en"><text></text></explanation>
2507 <term abbreviation="" completeForm="TestNG" language="en"/>
2508 <explanation language="en"><text></text></explanation>
2513 <term abbreviation="" completeForm="tcpdump" language="en"/>
2514 <term abbreviation="" completeForm="tshark" language="en"/>
2515 <term abbreviation="" completeForm="wireshark" language="en"/>
2516 <explanation language="en"><text></text></explanation>
2521 <term abbreviation="" completeForm="Asterisk" language="en"/>
2522 <explanation language="en"><text></text></explanation>
2525 <term abbreviation="OTR" completeForm="off-the-record messaging" language="en"/>
2526 <explanation language="en"><text></text></explanation>
2529 <tag>messaging</tag>
2533 <term abbreviation="CLI" completeForm="command-line interface" language="en"/>
2534 <explanation language="en"><text></text></explanation>
2538 <term abbreviation="TUI" completeForm="text user interface" language="en"/>
2539 <explanation language="en"><text></text></explanation>
2543 <term abbreviation="GUI" completeForm="graphical user interface" language="en"/>
2544 <explanation language="en"><text></text></explanation>
2548 <term abbreviation="UI" completeForm="user interface" language="en"/>
2549 <explanation language="en"><text></text></explanation>
2553 <term abbreviation="EOL" completeForm="end of line" language="en"/>
2554 <explanation language="en"><text></text></explanation>
2558 <term abbreviation="COB" completeForm="close of business" language="en"/>
2559 <!-- e.g. you have until COB today to show us why you should not be disconnected -->
2560 <explanation language="en"><text></text></explanation>
2564 <term abbreviation="SCCB" completeForm="software configuration control board" language="en"/>
2565 <explanation language="en"><text></text></explanation>
2569 <term abbreviation="SCCB" completeForm="site configuration control board" language="en"/>
2570 <explanation language="en"><text></text></explanation>
2574 <term abbreviation="RBDL" completeForm="rule based decision logic" language="en"/>
2575 <explanation language="en"><text></text></explanation>
2580 <term abbreviation="" completeForm="OpenMoko" language="en"/>
2581 <term abbreviation="" completeForm="FreeRunner" language="en"/>
2582 <explanation language="en"><text></text></explanation>
2585 <term abbreviation="" completeForm="OpenBSC" language="en"/>
2587 <explanation language="en"><text></text></explanation>
2590 <term abbreviation="BSC" completeForm="base station controller" language="en"/>
2591 <explanation language="en"><text></text></explanation>
2594 <term abbreviation="BTS" completeForm="base transceiver station" language="en"/>
2595 <explanation language="en"><text></text></explanation>
2598 <term abbreviation="MSC" completeForm="mobile switching center" language="en"/>
2599 <explanation language="en"><text></text></explanation>
2602 <term abbreviation="HLR" completeForm="home location register" language="en"/>
2603 <explanation language="en"><text></text></explanation>
2606 <term abbreviation="AuC" completeForm="authentication center" language="en"/>
2607 <explanation language="en"><text></text></explanation>
2610 <term abbreviation="VLR" completeForm="visitor location register" language="en"/>
2611 <explanation language="en"><text></text></explanation>
2614 <term abbreviation="EIR" completeForm="equipment identity register" language="en"/>
2615 <explanation language="en"><text></text></explanation>
2618 <term abbreviation="FXO" completeForm="foreign exchange office" language="en"/>
2619 <explanation language="en">
2621 the FXO interface is typically the plug on the phone (or modem)
2622 which receives the POTS service;
2623 should be connected to an FXS interface (not to another FXO interface)
2628 <term abbreviation="FXS" completeForm="foreign exchange station" language="en"/>
2629 <explanation language="en">
2631 the FXS interface is typically the plug on the wall
2632 which delivers the POTS service from telephone company to the subscriber;
2634 supplies battery power,
2637 should be connected to an FXO interface (not to another FXS interface)
2642 <term abbreviation="PBX" completeForm="private branch exchange" language="en"/>
2643 <explanation language="en">
2645 a kind of telephone exchange used in some office or company for its own purposes;
2646 provides FSX interface for connected phones;
2647 can have FXO interface for connecting to PTSN (for calling outside the company);
2648 nowadays are often deployed digital VoIP PBXes based on free software like Asterisk;
2649 such telephony can be pure IP based with no POTS or can have some FSX or FXO interfaces
2654 <term abbreviation="PSTN" completeForm="public switched telephone network" language="en"/>
2655 <explanation language="en">
2657 the worldwide public telephony network consisting of networks of particular carriers;
2658 the network is developed according to ITU-T standards and recommendations
2659 and uses uniform system of telephone numbers based on ITU-T recommendation E.164
2660 which provides a single global address space for telephone numbers
2665 <term abbreviation="POTS" completeForm="plain old telephone service" language="en"/>
2666 <explanation language="en">
2668 traditional wired telephony based on analog signals
2669 (contrary to ISDN which is digital)
2674 <term abbreviation="CID" completeForm="caller ID" language="en"/>
2675 <term abbreviation="CLIP" completeForm="calling line identification presentation" language="en"/>
2676 <term abbreviation="CLID" completeForm="calling line identification" language="en"/>
2677 <term abbreviation="CNID" completeForm="calling number identification" language="en"/>
2678 <term abbreviation="CND" completeForm="calling number delivery" language="en"/>
2679 <explanation language="en">
2681 a service that delivers caller's phone number to the called party's device during ringing;
2682 so the called party knows who is calling before answering the phone;
2683 this service is common in digital networks like VoIP, GSM or ISDN but can be provided also on analog POTS networks
2688 <term abbreviation="DTMF" completeForm="dual-tone multi-frequency signaling" language="en"/>
2689 <explanation language="en"><text></text></explanation>
2692 <term abbreviation="AGC" completeForm="auto gain control" language="en"/>
2693 <explanation language="en"><text></text></explanation>
2696 <term abbreviation="AEC" completeForm="auto echo cancellation" language="en"/>
2697 <explanation language="en"><text></text></explanation>
2700 <term abbreviation="VAD" completeForm="voice activity detection" language="en"/>
2701 <explanation language="en"><text></text></explanation>
2704 <term abbreviation="CNG" completeForm="comfort noise generation" language="en"/>
2705 <explanation language="en"><text></text></explanation>
2708 <term abbreviation="" completeForm="streamlining" language="en"/>
2709 <explanation language="en"><text>delivering better product faster with smaller teams of less-experienced engineers</text></explanation>
2710 <!-- Internal: if you dont understand, just ignore it :-) -->
2713 <term abbreviation="" completeForm="relevant company" language="en"/>
2714 <explanation language="en"><text>a company which is not going to bankrupt</text></explanation>
2715 <!-- Internal: if you dont understand, just ignore it :-) -->
2718 <term abbreviation="DAO" completeForm="data access object" language="en"/>
2719 <explanation language="en"><text></text></explanation>
2723 <term abbreviation="DTO" completeForm="data transfer object" language="en"/>
2724 <explanation language="en"><text></text></explanation>
2728 <term abbreviation="TBD" completeForm="to be done" language="en"/>
2729 <term abbreviation="TODO" completeForm="to do" language="en"/>
2730 <explanation language="en"><text>Something that should or will be done later. Used as comments in draft version of documents or in software source code.</text></explanation>
2733 <term abbreviation="etc" completeForm="et cetera" language="la"/>
2734 <explanation language="en"><text>and so forth, and the rest</text></explanation>
2738 <term abbreviation="e.g" completeForm="exempli gratia" language="la"/>
2739 <explanation language="en"><text>for instance, for example</text></explanation>
2743 <term abbreviation="i.e." completeForm="id est" language="la"/>
2744 <explanation language="en"><text>in other words, that is</text></explanation>
2748 <term abbreviation="i.a." completeForm="inter alia" language="la"/>
2749 <explanation language="en"><text>among other things</text></explanation>
2753 <term abbreviation="N.B." completeForm="nota bene" language="la"/>
2754 <explanation language="en"><text>note well, note</text></explanation>
2758 <term abbreviation="per cent." completeForm="per centum" language="la"/>
2759 <explanation language="en"><text>percent, for each one hundred</text></explanation>
2763 <term abbreviation="p.a." completeForm="per annum" language="la"/>
2764 <explanation language="en"><text>annually</text></explanation>
2768 <term abbreviation="cca" completeForm="circa" language="la"/>
2769 <explanation language="en"><text>approximately</text></explanation>
2773 <term abbreviation="c.v." completeForm="curriculum vitae" language="la"/>
2774 <term abbreviation="CV" completeForm="curriculum vitae" language="la"/>
2775 <explanation language="en"><text>a document summarizing your relevant job experience and education</text></explanation>
2779 <term abbreviation="et al." completeForm="et alii" language="la"/>
2780 <explanation language="en"><text>and others, and co-workers</text></explanation>
2784 <term abbreviation="P.S." completeForm="post scriptum" language="la"/>
2785 <explanation language="en"><text>after what has been written; used at the end of the letters/messages for additions</text></explanation>
2789 <term abbreviation="Q.E.D." completeForm="quod erat demonstrandum" language="la"/>
2790 <explanation language="en"><text>which was to be demonstrated</text></explanation>
2794 <term abbreviation="R.I.P." completeForm="requiescat in pace" language="la"/>
2795 <explanation language="en"><text>rest in peace</text></explanation>
2799 <term abbreviation="vs." completeForm="versus" language="la"/>
2800 <explanation language="en"><text>against</text></explanation>