data/dictionary.xml
author František Kučera <franta-hg@frantovo.cz>
Sun, 18 Aug 2013 17:43:14 +0200
changeset 107 5c381cf64b03
parent 106 007e381d9f04
child 108 75ccf608a16e
permissions -rw-r--r--
data: AAG, typo fixes
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <!--
     3 Free Telco Dictionary
     4 Copyright © 2013 František Kučera (frantovo.cz)
     5 
     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".
    12 
    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/>.
    15 -->
    16 <dictionary xmlns="https://telco.frantovo.cz/xmlns/dictionary">
    17 
    18 	<tags>
    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"/>
    22 		
    23 		<tag id="charging" name="Charging" description="charging, billing"/>
    24 		<tag id="messaging" name="Messaging" description="sending messages, receiving messages (SMS, MMS etc.)"/>
    25 		
    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"/>
    29 		
    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"/>
    34 	</tags>
    35 
    36 	<concept>
    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>
    40 	</concept>
    41 	<concept>
    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>
    44 	</concept>
    45 	<concept>
    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">
    50 			<text>
    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
    57 			</text>
    58 		</explanation>
    59 		<tag>charging</tag>
    60 	</concept>
    61 	<concept>
    62 		<term abbreviation="SMS" completeForm="short message service" language="en"/>
    63 		<explanation language="en">
    64 			<text>
    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
    68 			</text>
    69 		</explanation>
    70 		<tag>messaging</tag>
    71 	</concept>
    72 	<concept>
    73 		<term abbreviation="" completeForm="octet" language="en"/>
    74 		<term abbreviation="" completeForm="byte" language="en"/>
    75 		<explanation language="en">
    76 			<text>
    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)
    80 			</text>
    81 		</explanation>
    82 		<tag>computer</tag>
    83 	</concept>
    84 	<concept>
    85 		<term abbreviation="MMS" completeForm="multimedia messaging service" language="en"/>
    86 		<explanation language="en">
    87 			<text>
    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
    93 			</text>
    94 		</explanation>
    95 		<tag>messaging</tag>
    96 	</concept>
    97 	<concept>
    98 		<term abbreviation="DMS" completeForm="donors message service" language="en"/>
    99 		<term abbreviation="DMS" completeForm="dárcovská SMS" language="cs"/>
   100 		<explanation language="en">
   101 			<text>
   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
   104 			</text>
   105 		</explanation>
   106 		<tag>messaging</tag>
   107 	</concept>
   108 	<concept>
   109 		<term abbreviation="EMS" completeForm="enhanced messaging service" language="en"/>
   110 		<explanation language="en">
   111 			<text>
   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)
   115 			</text>
   116 		</explanation>
   117 		<tag>messaging</tag>
   118 	</concept>
   119 	<concept>
   120 		<term abbreviation="SMIL" completeForm="synchronized multimedia integration language" language="en"/>
   121 		<explanation language="en">
   122 			<text>
   123 				a markup language for describing multimedia presentations;
   124 				describes timing, layout, animations etc.
   125 			</text>
   126 		</explanation>
   127 		<tag>computer</tag>
   128 		<tag>xml</tag>
   129 	</concept>
   130 	<concept>
   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>
   133 		<tag>computer</tag>
   134 		<tag>xml</tag>
   135 	</concept>
   136 	<concept>
   137 		<term abbreviation="IM" completeForm="instant messaging" language="en"/>
   138 		<term abbreviation="OTT" completeForm="over the top" language="en"/>
   139 		<explanation language="en">
   140 			<text>
   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
   147 			</text>
   148 		</explanation>
   149 		<tag>computer</tag>
   150 		<tag>messaging</tag>
   151 	</concept>
   152 	<concept>
   153 		<term abbreviation="IMS" completeForm="IP Multimedia Subsystem" language="en"/>
   154 		<explanation language="en"><text></text></explanation>
   155 		<tag>messaging</tag>
   156 	</concept>
   157 	<concept>
   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>
   163 		<tag>messaging</tag>
   164 	</concept>
   165 	<concept>
   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">
   169 			<text>
   170 				a communication protocol for messaging based on XML;
   171 				used for transferring
   172 					IM messages,
   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)
   178 			</text>
   179 		</explanation>
   180 		<tag>computer</tag>
   181 		<tag>xml</tag>
   182 		<tag>messaging</tag>
   183 		<tag>protocol</tag>
   184 	</concept>
   185 	<concept>
   186 		<term abbreviation="" completeForm="roster" language="en"/>
   187 		<explanation language="en"><text>a contact list; term used by Jabber/XMPP</text>
   188 		</explanation>
   189 		<tag>computer</tag>
   190 		<tag>messaging</tag>
   191 	</concept>
   192 	<concept>
   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">
   196 			<text>
   197 				a text-based client-server protocol for accessing e-mail mailbox;
   198 				supports
   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)
   206 			</text>
   207 		</explanation>
   208 		<tag>computer</tag>
   209 		<tag>messaging</tag>
   210 		<tag>protocol</tag>
   211 	</concept>
   212 	<concept>
   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">
   216 			<text>
   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)
   221 			</text>
   222 		</explanation>
   223 		<tag>computer</tag>
   224 		<tag>messaging</tag>
   225 		<tag>protocol</tag>
   226 	</concept>
   227 	<concept>
   228 		<term abbreviation="SMTP" completeForm="simple mail transfer protocol" language="en"/>
   229 		<term abbreviation="ESMTP" completeForm="Extended SMTP" language="en"/>
   230 		<explanation language="en">
   231 			<text>
   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
   235 			</text>
   236 		</explanation>
   237 		<tag>computer</tag>
   238 		<tag>messaging</tag>
   239 		<tag>protocol</tag>
   240 	</concept>
   241 	<concept>
   242 		<term abbreviation="LMTP" completeForm="local mail transfer protocol" language="en"/>
   243 		<explanation language="en">
   244 			<text>
   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
   248 			</text>
   249 		</explanation>
   250 		<tag>computer</tag>
   251 		<tag>messaging</tag>
   252 		<tag>protocol</tag>
   253 	</concept>
   254 	<concept>
   255 		<term abbreviation="MUA" completeForm="mail user agent" language="en"/>
   256 		<explanation language="en">
   257 			<text>
   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
   265 			</text>
   266 		</explanation>
   267 		<tag>computer</tag>
   268 		<tag>messaging</tag>
   269 	</concept>
   270 	<concept>
   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">
   275 			<text>
   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
   279 			</text>
   280 		</explanation>
   281 		<tag>computer</tag>
   282 		<tag>messaging</tag>
   283 	</concept>
   284 	<concept>
   285 		<term abbreviation="MSA" completeForm="message submission agent" language="en"/>
   286 		<explanation language="en">
   287 			<text>
   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)
   291 			</text>
   292 		</explanation>
   293 		<tag>computer</tag>
   294 		<tag>messaging</tag>
   295 	</concept>
   296 	<concept>
   297 		<term abbreviation="MDA" completeForm="message delivery agent" language="en"/>
   298 		<term abbreviation="LDA" completeForm="local delivery agent" language="en"/>
   299 		<explanation language="en">
   300 			<text>
   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
   304 			</text>
   305 		</explanation>
   306 		<tag>computer</tag>
   307 		<tag>messaging</tag>
   308 	</concept>
   309 	<concept>
   310 		<term abbreviation="MRA" completeForm="message retrieval agent" language="en"/>
   311 		<explanation language="en">
   312 			<text>
   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
   318 			</text>
   319 		</explanation>
   320 		<tag>computer</tag>
   321 		<tag>messaging</tag>
   322 	</concept>
   323 	<concept>
   324 		<term abbreviation="" completeForm="sieve" language="en"/>
   325 		<explanation language="en">
   326 			<text>
   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)
   334 			</text>
   335 		</explanation>
   336 		<tag>computer</tag>
   337 		<tag>messaging</tag>
   338 	</concept>
   339 	<concept>
   340 		<term abbreviation="OOTO" completeForm="out of the office" language="en"/>
   341 		<explanation language="en">
   342 			<text>
   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
   345 			</text>
   346 		</explanation>
   347 		<tag>computer</tag>
   348 		<tag>messaging</tag>
   349 	</concept>
   350 	<concept>
   351 		<term abbreviation="MIME" completeForm="multipurpose Internet mail extensions" language="en"/>
   352 		<explanation language="en">
   353 			<text>
   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,
   358 					multipart messages;
   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
   362 			</text>
   363 		</explanation>
   364 		<tag>computer</tag>
   365 		<tag>messaging</tag>
   366 	</concept>
   367 	<concept>
   368 		<term abbreviation="SAP" completeForm="sms application protocol" language="en"/>
   369 		<explanation language="en"><text></text></explanation>
   370 		<tag>messaging</tag>
   371 		<tag>protocol</tag>
   372 	</concept>
   373 	<concept>
   374 		<term abbreviation="SPID" completeForm="service provider ID" language="en"/>
   375 		<explanation language="en"><text></text></explanation>
   376 	</concept>
   377 	<concept>
   378 		<term abbreviation="UTF-8" completeForm="unicode transformation format 8-bit" language="en"/>
   379 		<explanation language="en">
   380 			<text>
   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.
   387 			</text>
   388 		</explanation>
   389 	</concept>
   390 	<concept>
   391 		<term abbreviation="UCS-2" completeForm="universal character set 2-byte" language="en"/>
   392 		<explanation language="en">
   393 			<text>
   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)
   397 			</text>
   398 		</explanation>
   399 		<tag>messaging</tag>
   400 	</concept>
   401 	<concept>
   402 		<term abbreviation="UTF-16" completeForm="unicode transformation format 16-bit" language="en"/>
   403 		<explanation language="en">
   404 			<text>
   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)
   407 			</text>
   408 		</explanation>
   409 		<tag>computer</tag>
   410 	</concept>
   411 	<concept>
   412 		<term abbreviation="SMPP" completeForm="short message peer-to-peer" language="en"/>
   413 		<explanation language="en">
   414 			<text>
   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
   418 			</text>
   419 		</explanation>
   420 		<tag>messaging</tag>
   421 		<tag>protocol</tag>
   422 		<tag>acision</tag>
   423 	</concept>
   424 	<concept>
   425 		<term abbreviation="NMS" completeForm="network management system" language="en"/>
   426 		<explanation language="en"><text></text></explanation>
   427 		<tag>computer</tag>
   428 	</concept>
   429 	<concept>
   430 		<term abbreviation="SNMP" completeForm="simple network management protocol" language="en"/>
   431 		<explanation language="en"><text></text></explanation>
   432 		<tag>protocol</tag>
   433 	</concept>
   434 	<concept>
   435 		<term abbreviation="MIB" completeForm="management information base" language="en"/>
   436 		<explanation language="en"><text></text></explanation>
   437 		<tag>computer</tag>
   438 	</concept>
   439 	<concept>
   440 		<term abbreviation="OID" completeForm="object identifier" language="en"/>
   441 		<explanation language="en"><text></text></explanation>
   442 		<tag>computer</tag>
   443 	</concept>
   444 	<concept>
   445 		<term abbreviation="SPBP" completeForm="SMS prepaid billing protocol" language="en"/>
   446 		<explanation language="en"><text></text></explanation>
   447 		<tag>charging</tag>
   448 		<tag>acision</tag>
   449 		<tag>messaging</tag>
   450 		<tag>protocol</tag>
   451 	</concept>
   452 	<concept>
   453 		<term abbreviation="RTPP" completeForm="Real Time Payment Protocol" language="en"/>
   454 		<explanation language="en"><text></text></explanation>
   455 		<tag>charging</tag>
   456 		<tag>messaging</tag>
   457 		<tag>protocol</tag>
   458 	</concept>
   459 	<concept>
   460 		<term abbreviation="BIP" completeForm="billing interface protocol" language="en"/>
   461 		<explanation language="en"><text></text></explanation>
   462 		<tag>charging</tag>
   463 		<tag>protocol</tag>
   464 	</concept>
   465 	<concept>
   466 		<term abbreviation="LTE" completeForm="Long Term Evolution" language="en"/>
   467 		<explanation language="en"><text></text></explanation>
   468 	</concept>
   469 	<concept>
   470 		<term abbreviation="VoLTE" completeForm="Voice over LTE" language="en"/>
   471 		<explanation language="en"><text></text></explanation>
   472 	</concept>
   473 	<concept>
   474 		<term abbreviation="FTTH" completeForm=" fiber to the home" language="en"/>
   475 		<explanation language="en"><text></text></explanation>
   476 	</concept>
   477 	<concept>
   478 		<term abbreviation="CIC" completeForm="Carrier Identification Code" language="en"/>
   479 		<explanation language="en"><text></text></explanation>
   480 	</concept>
   481 	<concept>
   482 		<term abbreviation="" completeForm="E.164" language="en"/>
   483 		<explanation language="en"><text></text></explanation>
   484 	</concept>
   485 	<concept>
   486 		<term abbreviation="MSISDN" completeForm="mobile subscriber integrated services digital network number" language="en"/>
   487 		<term abbreviation="MSISDN" completeForm="mobile subscriber ISDN number" language="en"/>
   488 		<term abbreviation="MSISDN" completeForm="mobile station international ISDN number" language="en"/>
   489 		<explanation language="en"><text></text></explanation>
   490 	</concept>
   491 	<concept>
   492 		<term abbreviation="IMEI" completeForm="onternational mobile station equipment identity" language="en"/>
   493 		<explanation language="en"><text></text></explanation>
   494 	</concept>
   495 	<concept>
   496 		<term abbreviation="IMSI" completeForm="international mobile subscriber identity" language="en"/>
   497 		<explanation language="en"><text></text></explanation>
   498 	</concept>
   499 	<concept>
   500 		<term abbreviation="MCC" completeForm="mobile country code" language="en"/>
   501 		<explanation language="en"><text></text></explanation>
   502 		<!-- http://wammu.eu/tools/countries/ -->
   503 	</concept>
   504 	<concept>
   505 		<term abbreviation="MNC" completeForm="mobile network code" language="en"/>
   506 		<explanation language="en"><text></text></explanation>
   507 		<!-- http://wammu.eu/tools/networks/ -->
   508 	</concept>
   509 	<concept>
   510 		<term abbreviation="MSIN" completeForm="mobile subscription identification number" language="en"/>
   511 		<term abbreviation="MIN" completeForm="mobile identification number" language="en"/>
   512 		<explanation language="en"><text></text></explanation>
   513 	</concept>
   514 	<concept>
   515 		<term abbreviation="Ki" completeForm="" language="en"/>
   516 		<explanation language="en"><text></text></explanation>
   517 	</concept>
   518 	<concept>
   519 		<term abbreviation="SIM" completeForm="" language="en"/>
   520 		<explanation language="en"><text></text></explanation>
   521 	</concept>
   522 	<concept>
   523 		<term abbreviation="GT" completeForm="global title" language="en"/>
   524 		<explanation language="en"><text></text></explanation>
   525 	</concept>
   526 	<concept>
   527 		<term abbreviation="SCCP" completeForm="signalling connection control part" language="en"/>
   528 		<explanation language="en"><text></text></explanation>
   529 	</concept>
   530 	<concept>
   531 		<term abbreviation="ICCID" completeForm="integrated circuit card identifier" language="en"/>
   532 		<!-- https://en.wikipedia.org/wiki/Subscriber_identity_module#ICCID -->
   533 		<explanation language="en"><text></text></explanation>
   534 	</concept>
   535 	<concept>
   536 		<term abbreviation="MWC" completeForm="Mobile World Congress" language="en"/>
   537 		<explanation language="en"><text></text></explanation>
   538 	</concept>
   539 	<concept>
   540 		<term abbreviation="ITU" completeForm="International Telecommunication Union" language="en"/>
   541 		<explanation language="en"><text></text></explanation>
   542 	</concept>
   543 	<concept>
   544 		<term abbreviation="3GPP" completeForm="3rd Generation Partnership Project" language="en"/>
   545 		<term abbreviation="TGPP" completeForm="Third Generation Partnership Project" language="en"/><!-- used as an identifier if can not start with number -->
   546 		<explanation language="en"><text></text></explanation>
   547 	</concept>
   548 	<concept>
   549 		<term abbreviation="ASN.1" completeForm="abstract syntax notation one" language="en"/>
   550 		<explanation language="en"><text></text></explanation>
   551 	</concept>
   552 	<concept>
   553 		<term abbreviation="" completeForm="X.400" language="en"/>
   554 		<explanation language="en"><text></text></explanation>
   555 	</concept>
   556 	<concept>
   557 		<term abbreviation="" completeForm="X.500" language="en"/>
   558 		<explanation language="en"><text></text></explanation>
   559 	</concept>
   560 	<concept>
   561 		<term abbreviation="" completeForm="X.509" language="en"/>
   562 		<explanation language="en"><text></text></explanation>
   563 		<tag>computer</tag>
   564 		<tag>security</tag>
   565 	</concept>
   566 	<concept>
   567 		<term abbreviation="BER" completeForm="basic encoding rules" language="en"/>
   568 		<explanation language="en"><text></text></explanation>
   569 		<tag>computer</tag>
   570 	</concept>
   571 	<concept>
   572 		<term abbreviation="DER" completeForm="distinguished encoding rules" language="en"/>
   573 		<explanation language="en"><text></text></explanation>
   574 		<tag>computer</tag>
   575 	</concept>
   576 	<concept>
   577 		<term abbreviation="CER" completeForm="canonical encoding rules" language="en"/>
   578 		<explanation language="en"><text></text></explanation>
   579 		<tag>computer</tag>
   580 	</concept>
   581 	<concept>
   582 		<term abbreviation="PER" completeForm="packed encoding rules" language="en"/>
   583 		<explanation language="en"><text></text></explanation>
   584 		<tag>computer</tag>
   585 	</concept>
   586 	<concept>
   587 		<term abbreviation="XER" completeForm="XML Encoding Rules" language="en"/>
   588 		<explanation language="en"><text></text></explanation>
   589 		<tag>computer</tag>
   590 		<tag>xml</tag>
   591 	</concept>
   592 	<concept>
   593 		<term abbreviation="EMV" completeForm="Europay, MasterCard and Visa" language="en"/>
   594 		<explanation language="en"><text></text></explanation>
   595 		<tag>finance</tag>
   596 	</concept>
   597 	
   598 	<concept>
   599 		<term abbreviation="AVP" completeForm="attribute-value pair" language="en"/>
   600 		<explanation language="en"><text></text></explanation>
   601 		<tag>computer</tag>
   602 	</concept>
   603 	<concept>
   604 		<term abbreviation="TLV" completeForm="type-length-value" language="en"/>
   605 		<explanation language="en"><text></text></explanation>
   606 		<tag>computer</tag>
   607 	</concept>
   608 	<concept>
   609 		<term abbreviation="PDU" completeForm="protocol data unit" language="en"/>
   610 		<explanation language="en"><text></text></explanation>
   611 		<tag>computer</tag>
   612 	</concept>
   613 	<!--
   614 	https://en.wikipedia.org/wiki/MM1_%28MMS%29
   615 	-->
   616 	<concept>
   617 		<term abbreviation="MM1" completeForm="" language="en"/>
   618 		<explanation language="en"><text></text></explanation>
   619 		<tag>messaging</tag>
   620 		<tag>protocol</tag>
   621 	</concept>
   622 	<concept>
   623 		<term abbreviation="MM7" completeForm="" language="en"/>
   624 		<explanation language="en"><text></text></explanation>
   625 		<tag>messaging</tag>
   626 		<tag>protocol</tag>
   627 	</concept>
   628 	<concept>
   629 		<term abbreviation="AAA" completeForm="authentication, authorization and accounting" language="en"/>
   630 		<explanation language="en"><text></text></explanation>
   631 		<tag>computer</tag>
   632 		<tag>security</tag>
   633 	</concept>
   634 	<concept>
   635 		<term abbreviation="" completeForm="Diameter" language="en"/>
   636 		<explanation language="en"><text></text></explanation>
   637 		<tag>security</tag>
   638 		<tag>charging</tag>
   639 		<tag>protocol</tag>
   640 	</concept>
   641 	<concept>
   642 		<term abbreviation="" completeForm="Radius" language="en"/>
   643 		<explanation language="en"><text></text></explanation>
   644 		<tag>security</tag>
   645 		<tag>protocol</tag>
   646 	</concept>
   647 	<concept>
   648 		<term abbreviation="SCAP" completeForm="service charging application protocol" language="en"/>
   649 		<term abbreviation="SCAPv2" completeForm="service charging application protocol version 2" language="en"/>
   650 		<term abbreviation="" completeForm="Draft 8" language="en"/>
   651 		<term abbreviation="" completeForm="Draft-8" language="en"/>
   652 		<explanation language="en"><text></text></explanation>
   653 		<tag>ericsson</tag>
   654 		<tag>charging</tag>
   655 		<tag>protocol</tag>
   656 	</concept>
   657 	<concept>
   658 		<term abbreviation="DCC" completeForm="Diameter credit control" language="en"/>
   659 		<explanation language="en"><text></text></explanation>
   660 		<tag>charging</tag>
   661 	</concept>
   662 	<concept>
   663 		<term abbreviation="DAAC" completeForm="Diameter accounting and authorization control" language="en"/>
   664 		<explanation language="en"><text></text></explanation>
   665 		<tag>charging</tag>
   666 	</concept>
   667 	<concept>
   668 		<term abbreviation="SPI" completeForm="service parameter info" language="en"/>
   669 		<explanation language="en"><text></text></explanation>
   670 		<tag>charging</tag>
   671 	</concept>
   672 	<concept>
   673 		<term abbreviation="" completeForm="result code" language="en"/>
   674 		<explanation language="en"><text></text></explanation>
   675 	</concept>
   676 	<concept>
   677 		<term abbreviation="CCR" completeForm="Credit-Control-Request" language="en"/>
   678 		<explanation language="en"><text></text></explanation>
   679 		<tag>charging</tag>
   680 	</concept>
   681 	<concept>
   682 		<term abbreviation="CCA" completeForm="Credit-Control-Answer" language="en"/>
   683 		<explanation language="en"><text></text></explanation>
   684 		<tag>charging</tag>
   685 	</concept>
   686 	<concept>
   687 		<term abbreviation="CCN" completeForm="Charging Control Node" language="en"/>
   688 		<explanation language="en"><text></text></explanation>
   689 		<tag>charging</tag>
   690 	</concept>
   691 	<concept>
   692 		<term abbreviation="IN" completeForm="Intelligent Network" language="en"/>
   693 		<explanation language="en"><text></text></explanation>
   694 		<tag>nsn</tag>
   695 		<tag>charging</tag>
   696 	</concept>
   697 	<concept>
   698 		<term abbreviation="BS" completeForm="billing system" language="en"/>
   699 		<explanation language="en"><text></text></explanation>
   700 		<tag>charging</tag>
   701 	</concept>
   702 	<concept>
   703 		<term abbreviation="CTF" completeForm="Charging Trigger Function" language="en"/>
   704 		<explanation language="en"><text></text></explanation>
   705 		<tag>charging</tag>
   706 	</concept>
   707 	<concept>
   708 		<term abbreviation="OCF" completeForm="Online Charging Function" language="en"/>
   709 		<explanation language="en"><text></text></explanation>
   710 		<tag>charging</tag>
   711 	</concept>
   712 	<concept>
   713 		<term abbreviation="" completeForm="charged party" language="en"/>
   714 		<!-- A, B, AB, - RTPP/MMSC -->
   715 		<explanation language="en">
   716 			<text>
   717 				the party (sender or recipient) who is charged for the service (e.g. SMS);
   718 				MOMT messages (or other traffic) are typically charged to the sender (A);
   719 				AOMT messages (like weather forecast or news) are typically charged to the recipient (B);
   720 				some messages can be free of charge and some can be charged to both party (AB)
   721 			</text>
   722 		</explanation>
   723 		<tag>charging</tag>
   724 	</concept>
   725 	<concept>
   726 		<term abbreviation="" completeForm="subscriber" language="en"/>
   727 		<explanation language="en">
   728 			<text>
   729 				a subscriber of a mobile network, a customer of a telco operator
   730 				(but term „customer“ is ambiguous because „customer“ from SW development team point of view is the telco operator)
   731 			</text>
   732 		</explanation>
   733 	</concept>
   734 	<concept>
   735 		<term abbreviation="" completeForm="SMS gateway" language="en"/>
   736 		<term abbreviation="RE" completeForm="routing entity" language="en"/>
   737 		<explanation language="en"><text></text></explanation>
   738 	</concept>
   739 	<concept>
   740 		<term abbreviation="" completeForm="pre-paid" language="en"/>
   741 		<explanation language="en"><text></text></explanation>
   742 		<tag>charging</tag>
   743 	</concept>
   744 	<concept>
   745 		<term abbreviation="" completeForm="post-paid" language="en"/>
   746 		<explanation language="en"><text></text></explanation>
   747 		<tag>charging</tag>
   748 	</concept>
   749 	<concept>
   750 		<term abbreviation="CDR" completeForm="call detail record" language="en"/>
   751 		<term abbreviation="SDR" completeForm="service detail record" language="en"/>
   752 		<explanation language="en">
   753 			<text>
   754 				kind of log file in machine-readable format (ASN.1, XML, CSV etc.)
   755 				which describes particular usages of a service – e.g. placed phone call, sent SMS, Internet connection;
   756 				CDR/SDR files are used for post-paid billing (not processed online but in batch) and as documentation of usage;
   757 				they must be handled carefully because they contain private information (who calls or texts who);
   758 				always respect subscriber's privacy!
   759 			</text>
   760 		</explanation>
   761 		<tag>charging</tag>
   762 	</concept>
   763 	<concept>
   764 		<term abbreviation="MO" completeForm="mobile originated" language="en"/>
   765 		<explanation language="en">
   766 			<text>
   767 				traffic which comes from a cell phone resp. mobile network,
   768 				e.g. an SMS sent from your Handy
   769 			</text>
   770 		</explanation>
   771 		<tag>messaging</tag>
   772 	</concept>
   773 	<concept>
   774 		<term abbreviation="MT" completeForm="mobile terminated" language="en"/>
   775 		<explanation language="en">
   776 			<text>
   777 				traffic which comes to a cell phone resp. mobile network,
   778 				e.g. a received SMS
   779 			</text>
   780 		</explanation>
   781 		<tag>messaging</tag>
   782 	</concept>
   783 	<concept>
   784 		<term abbreviation="AO" completeForm="application originated" language="en"/>
   785 		<explanation language="en">
   786 			<text>
   787 				traffic which comes from an application i.e. not from the mobile network/phone,
   788 				e.g. some weather forecast messages generated by an SPA
   789 			</text>
   790 		</explanation>
   791 		<tag>messaging</tag>
   792 	</concept>
   793 	<concept>
   794 		<term abbreviation="AT" completeForm="application terminated" language="en"/>
   795 		<explanation language="en">
   796 			<text>
   797 				traffic which comes to an application i.e. not to the mobile network/phone,
   798 				e.g. message sent to an application in order to subscribe the service or to send your vote
   799 			</text>
   800 		</explanation>
   801 		<tag>messaging</tag>
   802 	</concept>
   803 	<concept>
   804 		<term abbreviation="MOMT" completeForm="mobile originated → mobile terminated" language="en"/>
   805 		<explanation language="en"><text>e.g. when Bob texts Alice from his phone to her phone</text></explanation>
   806 		<tag>messaging</tag>
   807 	</concept>
   808 	<concept>
   809 		<term abbreviation="MOAT" completeForm="mobile originated → application terminated" language="en"/>
   810 		<explanation language="en"><text>e.g. if Bob subscribes a weather forecast service by sending a message from his phone</text></explanation>
   811 		<tag>messaging</tag>
   812 	</concept>
   813 	<concept>
   814 		<term abbreviation="AOMT" completeForm="application originated → mobile terminated" language="en"/>
   815 		<explanation language="en"><text>e.g. if Alice receives to her phone a news message which she has previously subscribed</text></explanation>
   816 		<tag>messaging</tag>
   817 	</concept>
   818 	<concept>
   819 		<term abbreviation="AOAT" completeForm="application originated → application terminated" language="en"/>
   820 		<explanation language="en">
   821 			<text>
   822 				if two applications communicates over an SMS gateway and there are no cell phones involved;
   823 				this is pretty rare, but somewhere you can meet such configuration
   824 			</text>
   825 		</explanation>
   826 		<tag>messaging</tag>
   827 	</concept>
   828 	<concept>
   829 		<term abbreviation="" completeForm="Handy" language="de"/>
   830 		<explanation language="en"><text>a cell phone</text></explanation>
   831 	</concept>
   832 	<concept>
   833 		<term abbreviation="" completeForm="billing" language="en"/>
   834 		<term abbreviation="" completeForm="charging" language="en"/>
   835 		<explanation language="en"><text></text></explanation>
   836 		<tag>charging</tag>
   837 	</concept>
   838 	<concept>
   839 		<term abbreviation="IEC" completeForm="immediate event charging" language="en"/>
   840 		<explanation language="en"><text></text></explanation>
   841 		<tag>charging</tag>
   842 	</concept>
   843 	<concept>
   844 		<term abbreviation="ECUR" completeForm="event charging with unit reservation" language="en"/>
   845 		<explanation language="en"><text></text></explanation>
   846 		<tag>charging</tag>
   847 	</concept>
   848 	<concept>
   849 		<term abbreviation="SCUR" completeForm="session charging with unit reservation" language="en"/>
   850 		<explanation language="en"><text></text></explanation>
   851 		<tag>charging</tag>
   852 	</concept>
   853 	<concept>
   854 		<term abbreviation="COI" completeForm="community of interest" language="en"/>
   855 		<explanation language="en"><text></text></explanation>
   856 	</concept>
   857 	<concept>
   858 		<term abbreviation="" completeForm="aliasing" language="en"/>
   859 		<term abbreviation="" completeForm="de-aliasing" language="en"/>
   860 		<term abbreviation="" completeForm="dealiasing" language="en"/>
   861 		<term abbreviation="" completeForm="hashing" language="en"/>
   862 		<explanation language="en">
   863 			<text>
   864 				when a subscriber communicates with an application (MOAT/AOMT messaging)
   865 				he might not want expose his identity (MSISDN or IMSI);
   866 				the aliasing feature (sometimes called hashing) deployed on an SMS gateway enables this communication and rewrites the subscriber's ID to some generated ID;
   867 				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);
   868 				use case:
   869 					subscribers can vote in some survey,
   870 					everyone will have one vote,
   871 					but the owner of the survey will not know the opinion of particular subscibers
   872 					because of missing their real IDs
   873 			</text>
   874 		</explanation>
   875 		<tag>security</tag>
   876 		<tag>messaging</tag>
   877 	</concept>
   878 	<concept>
   879 		<term abbreviation="" completeForm="provisioning" language="en"/>
   880 		<explanation language="en"><text></text></explanation>
   881 		<tag>computer</tag>
   882 	</concept>
   883 	<concept>
   884 		<term abbreviation="CP" completeForm="content provider" language="en"/>
   885 		<explanation language="en"><text></text></explanation>
   886 	</concept>
   887 	<concept>
   888 		<term abbreviation="" completeForm="short code" language="en"/>
   889 		<explanation language="en"><text></text></explanation>
   890 		<tag>messaging</tag>
   891 	</concept>
   892 	<concept>
   893 		<term abbreviation="VASP" completeForm="value-added service provider" language="en"/>
   894 		<explanation language="en">
   895 			<text>
   896 				a provider who operates an ESME (application)
   897 			</text>
   898 		</explanation>
   899 		<tag>messaging</tag>
   900 	</concept>
   901 	<concept>
   902 		<term abbreviation="ESME" completeForm="external short message entity" language="en"/>
   903 		<term abbreviation="" completeForm="application" language="en"/>
   904 		<term abbreviation="LA" completeForm="large account" language="en"/>
   905 		<term abbreviation="VAS" completeForm="value-added service" language="en"/>
   906 		<term abbreviation="SPA" completeForm="service provider application" language="en"/>
   907 		<term abbreviation="AIM" completeForm="application interface module" language="en"/>
   908 		<!--
   909 			LA vs. AIM „Use AIM instead of LA (AIM is an MCO term, LA is a V5 term).“
   910 			
   911 			ESME = any application which can either
   912 			recieve or send or both is an ESME (also known as VAS or SPA or LA)
   913 			LA	Large Account (also known as ESME or SPA or VAS)
   914 			SPA	Service Provider Application (also known as ESME or VAS or LA)
   915 			VAS	Value Added Service (also known as ESME or SPA or LA)
   916 		-->
   917 		<explanation language="en">
   918 			<text>
   919 				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;
   920 				often is operated by different company than telco operator – a VASP;
   921 			</text>
   922 		</explanation>
   923 		<tag>messaging</tag>
   924 	</concept>
   925 	<concept>
   926 		<term abbreviation="NEP" completeForm="network end point" language="en"/>
   927 		<explanation language="en"><text></text></explanation>
   928 		<tag>messaging</tag>
   929 	</concept>
   930 	<concept>
   931 		<term abbreviation="SPDB" completeForm="service provider database" language="en"/>
   932 		<explanation language="en"><text></text></explanation>
   933 	</concept>
   934 	<concept>
   935 		<term abbreviation="MCO" completeForm="Message Controller" language="en"/>
   936 		<!-- bridge mezi TCP/IP a SS7 ? -->
   937 		<explanation language="en"><text></text></explanation>
   938 		<tag>acision</tag>
   939 		<tag>messaging</tag>
   940 	</concept>
   941 	<concept>
   942 		<term abbreviation="SME" completeForm="short message entity" language="en"/>
   943 		<!--
   944 			http://www.telecomspace.com/forum/messaging-sms-smpp-mms/sms-gateway-smpp-esme-smsc
   945 			Ex: Your mobile handset
   946 		-->
   947 		<explanation language="en"><text></text></explanation>
   948 		<tag>messaging</tag>
   949 	</concept>
   950 	<concept>
   951 		<term abbreviation="GSM" completeForm="Global System for Mobile communications" language="en"/>
   952 		<term abbreviation="GSM" completeForm="Groupe Spécial Mobile" language="fr"/>
   953 		<explanation language="en"><text></text></explanation>
   954 	</concept>
   955 	<concept>
   956 		<term abbreviation="GSMA" completeForm="GSM Association" language="en"/>
   957 		<explanation language="en"><text></text></explanation>
   958 	</concept>
   959 	<concept>
   960 		<term abbreviation="CDMA" completeForm="code division multiple access" language="en"/>
   961 		<explanation language="en"><text></text></explanation>
   962 	</concept>
   963 	<concept>
   964 		<term abbreviation="TDMA" completeForm="time division multiple access" language="en"/>
   965 		<explanation language="en"><text></text></explanation>
   966 	</concept>
   967 	<concept>
   968 		<term abbreviation="UMTS" completeForm="universal mobile telecommunications system" language="en"/>
   969 		<explanation language="en"><text></text></explanation>
   970 	</concept>
   971 	<concept>
   972 		<term abbreviation="SS7" completeForm="signalling system no. 7" language="en"/>
   973 		<explanation language="en"><text></text></explanation>
   974 	</concept>
   975 	<concept>
   976 		<term abbreviation="SIGTRAN" completeForm="SIGnaling TRAnsport" language="en"/>
   977 		<explanation language="en"><text></text></explanation>
   978 	</concept>
   979 	<concept>
   980 		<term abbreviation="3G" completeForm="third generation" language="en"/>
   981 		<explanation language="en"><text></text></explanation>
   982 	</concept>
   983 	<concept>
   984 		<term abbreviation="4G" completeForm="fourth generation" language="en"/>
   985 		<explanation language="en"><text></text></explanation>
   986 	</concept>
   987 	<concept>
   988 		<term abbreviation="" completeForm="Baby Bell" language="en"/>
   989 		<!-- https://en.wikipedia.org/wiki/Regional_Bell_Operating_Company -->
   990 		<explanation language="en"><text></text></explanation>
   991 	</concept>
   992 	<concept>
   993 		<term abbreviation="EAIF" completeForm="external application interface" language="en"/>
   994 		<explanation language="en"><text>Nokia's protocol for sending and receiving MMS, is based on HTTP and transferres  binary content.</text></explanation>
   995 		<tag>nsn</tag>
   996 		<tag>messaging</tag>
   997 		<tag>protocol</tag>
   998 	</concept>
   999 	<concept>
  1000 		<term abbreviation="UCP" completeForm="universal computer protocol" language="en"/>
  1001 		<explanation language="en"><text></text></explanation>
  1002 		<tag>messaging</tag>
  1003 		<tag>protocol</tag>
  1004 	</concept>
  1005 	<concept>
  1006 		<term abbreviation="EMI" completeForm="external machine interface" language="en"/>
  1007 		<explanation language="en"><text>an extension of UCP</text></explanation>
  1008 		<tag>acision</tag>
  1009 		<tag>messaging</tag>
  1010 		<tag>protocol</tag>
  1011 	</concept>
  1012 	<concept>
  1013 		<term abbreviation="CIMD" completeForm="computer interface to message distribution" language="en"/>
  1014 		<explanation language="en"><text></text></explanation>
  1015 		<tag>nsn</tag>
  1016 		<tag>messaging</tag>
  1017 		<tag>protocol</tag>
  1018 	</concept>
  1019 	<concept>
  1020 		<term abbreviation="URLP" completeForm="URL encoded message protocol" language="en"/>
  1021 		<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>
  1022 		<tag>acision</tag>
  1023 		<tag>messaging</tag>
  1024 		<tag>protocol</tag>
  1025 	</concept>
  1026 	<concept>
  1027 		<term abbreviation="SMAP" completeForm="short message application protocol" language="en"/>
  1028 		<explanation language="en"><text></text></explanation>
  1029 		<tag>messaging</tag>
  1030 		<tag>protocol</tag>
  1031 	</concept>
  1032 	<!--
  1033 	<concept>
  1034 		<term abbreviation="PSA" completeForm="" language="en"/>
  1035 		<explanation language="en"><text></text></explanation>
  1036 	</concept>
  1037 	-->
  1038 	<concept>
  1039 		<term abbreviation="PAP" completeForm="push access protocol" language="en"/>
  1040 		<explanation language="en"><text></text></explanation>
  1041 		<tag>protocol</tag>
  1042 	</concept>
  1043 	<concept>
  1044 		<term abbreviation="SC" completeForm="service center" language="en"/>
  1045 		<term abbreviation="MC" completeForm="message centre" language="en"/>
  1046 		<explanation language="en">
  1047 			<text>
  1048 				a component in telecommunication network;
  1049 				SMSC for SMS or MMSC for MMS messages
  1050 			</text>
  1051 		</explanation>
  1052 		<tag>messaging</tag>
  1053 	</concept>
  1054 	<concept>
  1055 		<term abbreviation="SMSC" completeForm="SMS service center" language="en"/>
  1056 		<term abbreviation="SMS-SC" completeForm="Short Message Service - Service Centre" language="en"/>
  1057 		<explanation language="en">
  1058 			<text>
  1059 				a component in telecommunication network dedicated to store, forward, convert and deliver SMS messages;
  1060 				is connected to the SS7 network on one side and to routing entities (RE) using SMPP on the other side;
  1061 				is able to process MOMT messaging and also MOAT or AOMT messaging (using RE)
  1062 				Example of SMSC: SMSCv5
  1063 			</text>
  1064 		</explanation>
  1065 		<tag>messaging</tag>
  1066 	</concept>
  1067 	<concept>
  1068 		<term abbreviation="SMSCv5" completeForm="SMS service center version 5" language="en"/>
  1069 		<term abbreviation="v5" completeForm="" language="en"/><!-- jargon -->
  1070 		<explanation language="en">
  1071 			<text>
  1072 				an implementation of SMSC from Acision;
  1073 				runs on an OpenVMS system
  1074 			</text>
  1075 		</explanation>
  1076 		<tag>acision</tag>
  1077 		<tag>messaging</tag>
  1078 	</concept>
  1079 	<concept>
  1080 		<term abbreviation="MMSC" completeForm="Multimedia Messaging Service Centre" language="en"/>
  1081 		<term abbreviation="MMSC" completeForm="MMS Service Centre" language="en"/>
  1082 		<term abbreviation="" completeForm="MMS store and forward server" language="en"/>
  1083 		<explanation language="en">
  1084 			<text>
  1085 				a kind of SC dedicated to processing multimedia messages;
  1086 				the messaging is more comlex process than in case of SMS:
  1087 					MO MMS message is received (in similar format to MIME e-mail) by the MMSC and stored,
  1088 					then SC determines if the recipient is capable to receive MMS,
  1089 					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,
  1090 					if recipient is not capable he gets plain text SMS with URL and have to use computer and www browser
  1091 			</text>
  1092 		</explanation>
  1093 		<tag>messaging</tag>
  1094 	</concept>
  1095 	<concept>
  1096 		<term abbreviation="BMSC" completeForm="Broadband Messaging Service Centre" language="en"/>
  1097 		<term abbreviation="" completeForm="Fusion" language="en"/>
  1098 		<explanation language="en">
  1099 			<text>
  1100 				a consolidated messaging platform announced by the Acision company in 2013;
  1101 				integrates RSC, SMS, MMS and voice mail
  1102 			</text>
  1103 		</explanation>
  1104 		<tag>acision</tag>
  1105 		<tag>messaging</tag>
  1106 	</concept>
  1107 	<concept>
  1108 		<term abbreviation="IWG" completeForm="inter-working gateway" language="en"/>
  1109 		<explanation language="en"><text></text></explanation>
  1110 		<tag>messaging</tag>
  1111 	</concept>
  1112 	<concept>
  1113 		<term abbreviation="WAP" completeForm="wireless application protocol" language="en"/>
  1114 		<explanation language="en"><text></text></explanation>
  1115 		<tag>protocol</tag>
  1116 	</concept>
  1117 	<concept>
  1118 		<term abbreviation="OTA" completeForm="over-the-air" language="en"/>
  1119 		<explanation language="en"><text></text></explanation>
  1120 	</concept>
  1121 	<concept>
  1122 		<term abbreviation="FOTA" completeForm="firmware over the air" language="en"/>
  1123 		<explanation language="en"><text></text></explanation>
  1124 	</concept>
  1125 	<concept>
  1126 		<term abbreviation="DRM" completeForm="digital restrictions management" language="en"/>
  1127 		<term abbreviation="DRM" completeForm="digital rights management" language="en"/>
  1128 		<explanation language="en"><text></text></explanation>
  1129 		<tag>computer</tag>
  1130 	</concept>
  1131 	<concept>
  1132 		<term abbreviation="SyncML" completeForm="synchronization markup language" language="en"/>
  1133 		<explanation language="en"><text></text></explanation>
  1134 		<tag>computer</tag>
  1135 	</concept>
  1136 	<concept>
  1137 		<term abbreviation="VoIP" completeForm="voice over IP" language="en"/>
  1138 		<explanation language="en">
  1139 			<text>
  1140 				delivering voice communication (or other multimedia sessions like video) over the Internet Protocol (IP) instead of traditional telco networks;
  1141 				there are open and standard protocols for signaling: SIP and XMPP and open protocols for the payload (audio/video) like RTP;
  1142 				VoIP is nowadays widely used inside companies where often shares same ethernet network with computers (can be separeted by VLANs)
  1143 				and also in households espetially for cheap overseas calls;
  1144 				as VoIP phone can be used a computer with appropriate software or a cell phone or dedicated hardware phone;
  1145 				there are also gateways that enable connecting old analog phones to the VoIP network
  1146 			</text>
  1147 		</explanation>
  1148 	</concept>
  1149 	<concept>
  1150 		<term abbreviation="SIP" completeForm="session initiation protocol" language="en"/>
  1151 		<explanation language="en"><text></text></explanation>
  1152 		<tag>protocol</tag>
  1153 	</concept>
  1154 	<concept>
  1155 		<term abbreviation="RTP" completeForm="real-time transport protocol" language="en"/>
  1156 		<explanation language="en"><text></text></explanation>
  1157 		<tag>protocol</tag>
  1158 	</concept>
  1159 	<concept>
  1160 		<term abbreviation="SRTP" completeForm="secure RTP" language="en"/>
  1161 		<explanation language="en"><text></text></explanation>
  1162 		<tag>security</tag>
  1163 		<tag>protocol</tag>
  1164 	</concept>
  1165 	<concept>
  1166 		<term abbreviation="ZRTP" completeForm="Zimmermann RTP" language="en"/>
  1167 		<explanation language="en"><text></text></explanation>
  1168 		<tag>security</tag>
  1169 		<tag>protocol</tag>
  1170 	</concept>
  1171 	<concept>
  1172 		<term abbreviation="" completeForm="throttling" language="en"/>
  1173 		<explanation language="en"><text></text></explanation>
  1174 		<tag>messaging</tag>
  1175 	</concept>
  1176 	<concept>
  1177 		<term abbreviation="" completeForm="keep alive" language="en"/>
  1178 		<term abbreviation="" completeForm="keep-alive" language="en"/>
  1179 		<explanation language="en"><text></text></explanation>
  1180 		<tag>computer</tag>
  1181 	</concept>
  1182 	<concept>
  1183 		<term abbreviation="" completeForm="inroaming" language="en"/>
  1184 		<explanation language="en"><text>roaming of subscribers from other operator in your network</text></explanation>
  1185 	</concept>
  1186 	<concept>
  1187 		<term abbreviation="" completeForm="outroaming" language="en"/>
  1188 		<explanation language="en"><text>roaming of your subscribers in other operator's network</text></explanation>
  1189 	</concept>
  1190 	<concept>
  1191 		<term abbreviation="TON" completeForm="type of number" language="en"/>
  1192 		<explanation language="en">
  1193 			<text>
  1194 				(0x00)	Unknown type of number;
  1195 				(0x01)	International number;
  1196 				(0x02)	National number;
  1197 				(0x03)	Network specific number;
  1198 				(0x04)	Subscriber number, dedicated access, short code;
  1199 				(0x05)	Alphanumeric, in 7-bit GSM alphabet;
  1200 				(0x06)	Abbreviated number
  1201 			</text>
  1202 		</explanation>
  1203 	</concept>
  1204 	<concept>
  1205 		<term abbreviation="NPI" completeForm="numbering plan indicator" language="en"/>
  1206 		<explanation language="en">
  1207 			<text>
  1208 				a number which indicates the numbering plan of a telephone number;
  1209 				values:
  1210 					(0x00)	Unknown numbering plan;
  1211 					(0x01)	ISDN/telephone numbering plan – E.164/E.163;
  1212 					(0x02)	Generic;
  1213 					(0x03)	Data numbering plan – X.121;
  1214 					(0x04)	Telex numbering plan – F.96;
  1215 					(0x05)	Service Centre Specific plan;
  1216 					(0x06)	Land mobile numbering plan – E.212;
  1217 					(0x07)	ISDN/mobile numbering plan – E.214;
  1218 					<!-- only 0-7 defined in the ITU standard Q.713 ? -->
  1219 					(0x08)	National numbering plan;
  1220 					(0x09)	Private numbering plan;
  1221 					(0x0A)	ERMES numbering plan – ETSI DE/PS 3 01-3;
  1222 					(0x0D)	Binary Internet addres – IP;
  1223 					(0x0E)	Alphanumeric Internet address
  1224 			</text>
  1225 		</explanation>
  1226 	</concept>
  1227 	<concept>
  1228 		<term abbreviation="PID" completeForm="protocol identifier" language="en"/>
  1229 		<explanation language="en">
  1230 			<text>
  1231 				one octet of information which describes the protocol resp. type of telematic device;
  1232 				0 means implicit (plain MOMT messages);
  1233 				other values are described in 3GPP TS 03.40
  1234 			</text>
  1235 		</explanation>
  1236 	</concept>
  1237 	<concept>
  1238 		<term abbreviation="PID" completeForm="process identifier" language="en"/>
  1239 		<explanation language="en">
  1240 			<text>
  1241 				identifier of an process (running program) in an operating system;
  1242 				PID 1 is usually assigned to the init process (the first process which starts other ones)
  1243 			</text>
  1244 		</explanation>
  1245 		<tag>computer</tag>
  1246 	</concept>
  1247 	<concept>
  1248 		<term abbreviation="" completeForm="Blue box" language="en"/>
  1249 		<term abbreviation="" completeForm="BlueBox" language="en"/>
  1250 		<explanation language="en"><text></text></explanation>
  1251 	</concept>
  1252 	<!--
  1253 		Orange box	https://en.wikipedia.org/wiki/Orange_box
  1254 		Vermilion box	https://en.wikipedia.org/wiki/Vermilion_box
  1255 		Magenta box	https://en.wikipedia.org/wiki/Magenta_box
  1256 	-->
  1257 	<concept>
  1258 		<term abbreviation="" completeForm="Orange box" language="en"/>
  1259 		<term abbreviation="" completeForm="OrangeBox" language="en"/>
  1260 		<explanation language="en"><text></text></explanation>
  1261 	</concept>
  1262 	<concept>
  1263 		<term abbreviation="" completeForm="Vermilion box" language="en"/>
  1264 		<term abbreviation="" completeForm="VermilionBox" language="en"/>
  1265 		<explanation language="en"><text></text></explanation>
  1266 	</concept>
  1267 	<concept>
  1268 		<term abbreviation="" completeForm="Magenta box" language="en"/>
  1269 		<term abbreviation="" completeForm="MagentaBox" language="en"/>
  1270 		<explanation language="en"><text></text></explanation>
  1271 	</concept>
  1272 	<concept>
  1273 		<term abbreviation="" completeForm="hack" language="en"/>
  1274 		<term abbreviation="" completeForm="hacking" language="en"/>
  1275 		<term abbreviation="" completeForm="hacker" language="en"/>
  1276 		<explanation language="en"><text></text></explanation>
  1277 		<tag>computer</tag>
  1278 		<tag>security</tag>
  1279 	</concept>
  1280 	<concept>
  1281 		<term abbreviation="" completeForm="crack" language="en"/>
  1282 		<term abbreviation="" completeForm="cracking" language="en"/>
  1283 		<term abbreviation="" completeForm="cracker" language="en"/>
  1284 		<explanation language="en"><text></text></explanation>
  1285 		<tag>computer</tag>
  1286 		<tag>security</tag>
  1287 	</concept>
  1288 	<concept>
  1289 		<term abbreviation="" completeForm="phreak" language="en"/>
  1290 		<term abbreviation="" completeForm="phreaking" language="en"/>
  1291 		<term abbreviation="" completeForm="phreaker" language="en"/>
  1292 		<explanation language="en"><text></text></explanation>
  1293 		<tag>security</tag>
  1294 	</concept>
  1295 	<concept>
  1296 		<term abbreviation="AAGP" completeForm="Acision Application Gateway Provisioning" language="en"/>
  1297 		<term abbreviation="GAS" completeForm="Generic application server" language="en"/>
  1298 		<term abbreviation="CPS" completeForm="Central provisioning system" language="en"/>
  1299 		<explanation language="en">
  1300 			<text>
  1301 				a software component developed by the Acision company;
  1302 				a provisioning tool for AAG and other products of this company;
  1303 				can be used as generic provisioning tool for any product provided that particular connector exists;
  1304 				has web GUI and several APIs
  1305 			</text>
  1306 		</explanation>
  1307 		<tag>acision</tag>
  1308 		<tag>messaging</tag>
  1309 	</concept>
  1310 	<concept>
  1311 		<term abbreviation="AAG" completeForm="Acision Application Gateway" language="en"/>
  1312 		<term abbreviation="OMG" completeForm="Open Messaging Gateway" language="en"/>
  1313 		<explanation language="en">
  1314 			<text>
  1315 				a software component developed by the Acision company;
  1316 				typical use case is: a messaging gateway between SMSC and applications (ESME)
  1317 			</text>
  1318 		</explanation>
  1319 		<tag>acision</tag>
  1320 		<tag>messaging</tag>
  1321 	</concept>
  1322 	<concept>
  1323 		<term abbreviation="GBG" completeForm="General Billing Gateway" language="en"/>
  1324 		<term abbreviation="AFG" completeForm="Acision Flexible Gateway" language="en"/>
  1325 		<term abbreviation="TGC" completeForm="Test Gateway Component" language="en"/>
  1326 		<term abbreviation="UGC" completeForm="Universal Gateway Component" language="en"/>
  1327 		<explanation language="en">
  1328 			<text>
  1329 				a software component developed by the Acision company;
  1330 				works as a messaging gateway and can interconnect systems talking many various messaging protocols;
  1331 				is highly configurable and can translate and transform messages in many formats;
  1332 				original purpose was doing a gateway for billing messages comming from e.g. SMSC to some billing system
  1333 			</text>
  1334 		</explanation>
  1335 		<tag>acision</tag>
  1336 		<tag>messaging</tag>
  1337 	</concept>
  1338 	<concept>
  1339 		<term abbreviation="UGC" completeForm="user generated content" language="en"/>
  1340 		<explanation language="en">
  1341 			<text>
  1342 				content in various media formats (text, pictures, video, sound…)
  1343 				which is created by users (or subscribers);
  1344 				e.g. photos taken by mobile and sent over MMS, e-mail or web to some server which displays them to other users
  1345 			</text>
  1346 		</explanation>
  1347 		<tag>computer</tag>
  1348 	</concept>
  1349 	<concept>
  1350 		<term abbreviation="VCS" completeForm="version control system" language="en"/>
  1351 		<term abbreviation="RCS" completeForm="revision control system" language="en"/>
  1352 		<explanation language="en">
  1353 			<text>
  1354 				a software tool used for management of changes in documents;
  1355 				often is used for managing source code and other artifacts (like documentation or analytic models) created during software development;
  1356 				VCS tracks versions of particular files or changesets, branches, tags (named revisions);
  1357 				examples of traditional centralized VCS: SCCS, RCS, CVS or SVN (quite modern but centralized);
  1358 				nowadays are very popular decentralized systems (DVCS)
  1359 			</text>
  1360 		</explanation>
  1361 		<tag>computer</tag>
  1362 	</concept>
  1363 	<concept>
  1364 		<term abbreviation="DVCS" completeForm="distributed version control system" language="en"/>
  1365 		<term abbreviation="DRCS" completeForm="distributed revision control system" language="en"/>
  1366 		<explanation language="en">
  1367 			<text>
  1368 				kind of version control system which allows not only workflow with one central server
  1369 				but also decentralized workflows where changesets are pushed or pulled between particular nodes;
  1370 				each node has typically full repository clone with all the history (commits, branches, tags);
  1371 				this facilitates offline work –
  1372 					developer can do commits or work with branches and tags even if he is offline –
  1373 					and after going online,
  1374 						he pushed his work to other developers
  1375 						or to the central repository
  1376 						or his work is pulled by others;
  1377 				other advantage is easy backup – just clone the repository and then do push/pull from the working one;
  1378 				Examples of DVCS: Mercurial (Hg), Git, Bazaar (bzr), Monotone (mtn), Fossil, GNU arch, Darcs, DCVS or SVK
  1379 			</text>
  1380 		</explanation>
  1381 		<tag>computer</tag>
  1382 	</concept>
  1383 	<concept>
  1384 		<term abbreviation="SCM" completeForm="software configuration management" language="en"/>
  1385 		<explanation language="en"><text></text></explanation>
  1386 		<tag>computer</tag>
  1387 	</concept>
  1388 	<concept>
  1389 		<term abbreviation="hg" completeForm="mercurial" language="en"/>
  1390 		<explanation language="en"><text>a distributed version control system</text></explanation>
  1391 		<tag>computer</tag>
  1392 	</concept>
  1393 	<concept>
  1394 		<term abbreviation="cvs" completeForm="Concurrent Versions System" language="en"/>
  1395 		<explanation language="en"><text>a centralized version control system</text></explanation>
  1396 		<tag>computer</tag>
  1397 	</concept>
  1398 	<concept>
  1399 		<term abbreviation="svn" completeForm="Subversion" language="en"/>
  1400 		<explanation language="en"><text>a centralized version control system</text></explanation>
  1401 		<tag>computer</tag>
  1402 	</concept>
  1403 	<concept>
  1404 		<term abbreviation="bzr" completeForm="Bazaar" language="en"/>
  1405 		<explanation language="en"><text>a distributed version control system</text></explanation>
  1406 		<tag>computer</tag>
  1407 	</concept>
  1408 	<concept>
  1409 		<term abbreviation="" completeForm="git" language="en"/>
  1410 		<explanation language="en"><text>a distributed version control system</text></explanation>
  1411 		<tag>computer</tag>
  1412 	</concept>
  1413 	<concept>
  1414 		<term abbreviation="XML" completeForm="eXtensible markup language" language="en"/>
  1415 		<explanation language="en"><text></text></explanation>
  1416 		<tag>computer</tag>
  1417 		<tag>xml</tag>
  1418 	</concept>
  1419 	<concept>
  1420 		<term abbreviation="xmlns" completeForm="XML name space" language="en"/>
  1421 		<explanation language="en"><text></text></explanation>
  1422 		<tag>computer</tag>
  1423 		<tag>xml</tag>
  1424 	</concept>
  1425 	<concept>
  1426 		<term abbreviation="DTD" completeForm="document type definition" language="en"/>
  1427 		<explanation language="en"><text></text></explanation>
  1428 		<tag>computer</tag>
  1429 		<tag>xml</tag>
  1430 	</concept>
  1431 	<concept>
  1432 		<term abbreviation="XSD" completeForm="XML schema definition" language="en"/>
  1433 		<explanation language="en"><text></text></explanation>
  1434 		<tag>computer</tag>
  1435 		<tag>xml</tag>
  1436 	</concept>
  1437 	<concept>
  1438 		<term abbreviation="" completeForm="Schematron" language="en"/>
  1439 		<explanation language="en">
  1440 			<text>
  1441 				a validation language;
  1442 				can describe formats based on XML like XSD or DTD does, but has entirely different approach;
  1443 				Schematron is rule-based – defines assertions which must be met to have valid document;
  1444 				this rules are transformed into XSL template which is executed during validation;
  1445 				Schematron can be also combined with XSD
  1446 					– XSD schemas (which are more declarative and more clearly represents the desired structure of the document for humans)
  1447 					are enriched with Schematron assertions that adds more complex rules (that cannot be easily expressed in pure XSD)
  1448 			</text>
  1449 		</explanation>
  1450 		<tag>computer</tag>
  1451 		<tag>xml</tag>
  1452 	</concept>
  1453 	<concept>
  1454 		<term abbreviation="XSLT" completeForm="Extensible Stylesheet Language Transformations" language="en"/>
  1455 		<term abbreviation="XSL" completeForm="Extensible Stylesheet Language" language="en"/>
  1456 		<explanation language="en">
  1457 			<text>
  1458 				a transformation language for XML;
  1459 				can be used e.g. for
  1460 					conversion from one XML format to another one,
  1461 					for generating (plain) text or HTML,
  1462 					for user friendly visualisation of XML data (XHTML or SVG output),
  1463 					or for validations (raise error message on invalid input, see also Schematron);
  1464 				XSL templates are also written in XML
  1465 			</text>
  1466 		</explanation>
  1467 		<tag>computer</tag>
  1468 		<tag>xml</tag>
  1469 	</concept>
  1470 	<concept>
  1471 		<term abbreviation="" completeForm="XQuery" language="en"/>
  1472 		<explanation language="en"><text></text></explanation>
  1473 		<tag>computer</tag>
  1474 		<tag>xml</tag>
  1475 	</concept>
  1476 	<concept>
  1477 		<term abbreviation="" completeForm="XPath" language="en"/>
  1478 		<explanation language="en"><text></text></explanation>
  1479 		<tag>computer</tag>
  1480 		<tag>xml</tag>
  1481 	</concept>
  1482 	<concept>
  1483 		<term abbreviation="" completeForm="Ant" language="en"/>
  1484 		<explanation language="en">
  1485 			<text>
  1486 				a tool for automating software build processes;
  1487 				does similar job like GNU Make, but is written in and for Java;
  1488 				equivalent for the Makefile is here build.xml which describes particular tasks and their dependencies;
  1489 				there is lot of tasks distributed with Apache Ant e.g.
  1490 					compilation of Java code,
  1491 					unit testing,
  1492 					running XSLT transformations,
  1493 					packing JARs and other archives,
  1494 					copying and moving files
  1495 					or calling system commands;
  1496 				and user can also write own tasks in Java
  1497 			</text>
  1498 		</explanation>
  1499 		<tag>computer</tag>
  1500 		<tag>java</tag>
  1501 	</concept>
  1502 	<concept>
  1503 		<term abbreviation="mvn" completeForm="Maven" language="en"/>
  1504 		<explanation language="en">
  1505 			<text>
  1506 				a tool for automating software build processes;
  1507 				compared to Ant, Maven is much more declarative instead of procedural and is strongly focused on resolving dependencies on modules, components, libraries;
  1508 				dependencies (libraries) of a project are automatically downloaded from a repository;
  1509 				projects in Maven are described by a POM file
  1510 			</text>
  1511 		</explanation>
  1512 		<tag>computer</tag>
  1513 		<tag>java</tag>
  1514 	</concept>
  1515 	<concept>
  1516 		<term abbreviation="POM" completeForm="Project Object Model" language="en"/>
  1517 		<explanation language="en">
  1518 			<text>
  1519 				an XML configuration file which describes one Maven project;
  1520 				contains project metadata like name, owner, version, dependencies
  1521 				and phases of its build process
  1522 			</text>
  1523 		</explanation>
  1524 		<tag>computer</tag>
  1525 		<tag>java</tag>
  1526 	</concept>
  1527 	<concept>
  1528 		<term abbreviation="" completeForm="Java" language="en"/>
  1529 		<explanation language="en">
  1530 			<text>
  1531 				an object-oriented programming language designed by James Gosling at Sun Microsystems;
  1532 				Java source code is compiled into byte code (.class files) which can be executed in JVM on many architectures and operating systems;
  1533 				Java is completely free software, there is OpenJDK and standard library distributed under GNU GPL license;
  1534 				there is also GNU Classpath – an independent and free software implementation of the standard library;
  1535 				Java is popular and well established enterprise-grade software platform
  1536 			</text>
  1537 		</explanation>
  1538 		<tag>computer</tag>
  1539 		<tag>java</tag>
  1540 	</concept>
  1541 	<concept>
  1542 		<term abbreviation="JVM" completeForm="Java virtual machine" language="en"/>
  1543 		<explanation language="en">
  1544 			<text>
  1545 				a runtime environment for running Java byte code;
  1546 				there is lot of programming languages that can be compiled into the bytecode and executed in JVM e.g.
  1547 					Clojure (a Lisp dialect),
  1548 					Scala (OOP and functional language),
  1549 					Groovy (a scripting language),
  1550 					Jython (an implementation of Python),
  1551 					JRuby
  1552 					or Rhino (JavaScript)
  1553 			</text>
  1554 		</explanation>
  1555 		<tag>computer</tag>
  1556 		<tag>java</tag>
  1557 	</concept>
  1558 	<concept>
  1559 		<term abbreviation="JavaDoc" completeForm="Java documentation" language="en"/>
  1560 		<explanation language="en">
  1561 			<text>
  1562 				documentation of Java source code (classes, enumerations, interfaces, packages);
  1563 				describes API and software's internals;
  1564 				is useful for developers, not too much for end-users
  1565 			</text>
  1566 		</explanation>
  1567 		<tag>computer</tag>
  1568 		<tag>java</tag>
  1569 	</concept>
  1570 	<concept>
  1571 		<term abbreviation="" completeForm="Erlang" language="en"/>
  1572 		<explanation language="en">
  1573 			<text>
  1574 				a functional programming language developed in Ericsson;
  1575 				influenced by Prolog and SmallTalk languages;
  1576 				Erlang implementation is a free software
  1577 			</text>
  1578 		</explanation>
  1579 		<tag>ericsson</tag>
  1580 	</concept>
  1581 	<concept>
  1582 		<term abbreviation="RegEx" completeForm="Regular Expression" language="en"/>
  1583 		<term abbreviation="RegExp" completeForm="Regular Expression" language="en"/>
  1584 		<term abbreviation="RE" completeForm="Regular Expression" language="en"/>
  1585 		<explanation language="en">
  1586 			<text>
  1587 				an expression (sequence of characters) which forms a pattern that can be used for string matching –
  1588 				finding occurrences of the pattern in the text or evaluating whether the whole text matches the pattern;
  1589 				Example: regular expression (a|b)cde\d+ matches strings acde123 or bcde0 but not cde1 or acdex
  1590 			</text>
  1591 		</explanation>
  1592 		<tag>computer</tag>
  1593 	</concept>
  1594 	<concept>
  1595 		<term abbreviation="PCRE" completeForm=" Perl Compatible Regular Expressions" language="en"/>
  1596 		<explanation language="en">
  1597 			<text>
  1598 				a C library for regular expressions compatible with Perl's RegEx dialect
  1599 				or this dialect itself
  1600 			</text>
  1601 		</explanation>
  1602 		<tag>computer</tag>
  1603 	</concept>
  1604 	<concept>
  1605 		<term abbreviation="Perl" completeForm="Practical Extraction and Reporting Language" language="en"/>
  1606 		<explanation language="en">
  1607 			<text>
  1608 				an interpreted dynamic programming language;
  1609 				popular in UNIX environment for scripting and text processing;
  1610 				Perl syntax allows very effective and elegant notation especially while working with regular expressions, but sometimes it is hard to read;
  1611 				its implementation is free software
  1612 			</text>
  1613 		</explanation>
  1614 		<tag>computer</tag>
  1615 	</concept>
  1616 	<concept>
  1617 		<term abbreviation="POSIX" completeForm="Portable Operating System Interface" language="en"/>
  1618 		<explanation language="en">
  1619 			<text>
  1620 				a family of standards for maintaining compatibility between operating systems;
  1621 				defines API, command line shells and utility interfaces
  1622 				and thus brings compatibility amog many variants of unix and unix-like operating systems;
  1623 				the name POSIX was suggested by Richard Stallman (the standards was formerly known as IEEE-IX);
  1624 				there are standards for e.g. process creation and control, signals, pipes, message passing, shared memory or semaphores;
  1625 				Examples of fully or mostly POSIX-compliant systems: AIX, IRIS, Solaris, OS X, GNU/Linux, BeOS (Haiku) or several BSD variants
  1626 			</text>
  1627 		</explanation>
  1628 		<tag>computer</tag>
  1629 	</concept>
  1630 	<concept>
  1631 		<term abbreviation="" completeForm="UNIX" language="en"/>
  1632 		<term abbreviation="Unics" completeForm="UNiplexed Information and Computing Service" language="en"/>
  1633 		<explanation language="en">
  1634 			<text>
  1635 				a multitasking and multi-user operating system developed in 1969 by a group of AT&amp;T hackers at Bell Labs;
  1636 				has influenced many other operating systems (now called UNIX-like OS) and established distinctive UNIX culture and philosophy;
  1637 				nowadays we have completely free software implementation called GNU (resp. GNU/Linux where Linux is operating system kernel or GNU/Hurd);
  1638 				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;
  1639 				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)
  1640 			</text>
  1641 		</explanation>
  1642 		<tag>computer</tag>
  1643 	</concept>
  1644 	<concept>
  1645 		<term abbreviation="" completeForm="GNU/Linux" language="en"/>
  1646 		<term abbreviation="" completeForm="Linux" language="en"/>
  1647 		<explanation language="en">
  1648 			<text>
  1649 				the GNU operating system with Linux kernel
  1650 			</text>
  1651 		</explanation>
  1652 		<tag>computer</tag>
  1653 	</concept>
  1654 	<concept>
  1655 		<term abbreviation="GNU" completeForm="GNU's Not Unix!" language="en"/>
  1656 		<explanation language="en">
  1657 			<text>
  1658 				a Unix-like operating system that is free software and is upward-compatible with Unix;
  1659 				the GNU Project was initially announced in September 1983 by Richard Stallman;
  1660 				nowadays is mostly used in combination with Linux kernel and called GNU/Linux
  1661 			</text>
  1662 		</explanation>
  1663 		<tag>computer</tag>
  1664 	</concept>
  1665 	<concept>
  1666 		<term abbreviation="GNU GPL" completeForm="GNU General Public License" language="en"/>
  1667 		<term abbreviation="GPL" completeForm="General Public License" language="en"/>
  1668 		<explanation language="en">
  1669 			<text>
  1670 				a free software and copyleft license which is used by many free software packages
  1671 			</text>
  1672 		</explanation>
  1673 		<tag>computer</tag>
  1674 	</concept>
  1675 	<concept>
  1676 		<term abbreviation="GNU FDL" completeForm="GNU Free Documentation License" language="en"/>
  1677 		<term abbreviation="FDL" completeForm="Free Documentation License" language="en"/>
  1678 		<explanation language="en">
  1679 			<text>
  1680 				whereas GNU GPL is free and copyleft license for software,
  1681 				the GNU FDL is similar license designed for documentaion – books, articles, drawings etc.
  1682 			</text>
  1683 		</explanation>
  1684 		<tag>computer</tag>
  1685 	</concept>
  1686 	<concept>
  1687 		<term abbreviation="FS" completeForm="free software" language="en"/>
  1688 		<explanation language="en">
  1689 			<text>
  1690 				a category of software which respects user's freedoms – user of such software has the four essential freedoms:
  1691 					0) The freedom to run the program, for any purpose.
  1692 					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.
  1693 					2) The freedom to redistribute copies so you can help your neighbor.
  1694 					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.;
  1695 				the term „Free software“ was defined by Richard Stallman
  1696 			</text>
  1697 		</explanation>
  1698 		<tag>computer</tag>
  1699 	</concept>
  1700 	<concept>
  1701 		<term abbreviation="OSS" completeForm="open source software" language="en"/>
  1702 		<explanation language="en">
  1703 			<text>
  1704 				a category of software similar to Free software;
  1705 				the term „open source software“ was defined by Open Source Initiative;
  1706 				its definition contains ten requirements like free redistribution, available source code or allowing derived works;
  1707 				almost every open source license is also a free software license and vice versa;
  1708 				but there is different philosophical background – the free software movement has user's freedom as the main priority
  1709 			</text>
  1710 		</explanation>
  1711 		<tag>computer</tag>
  1712 	</concept>
  1713 	<concept>
  1714 		<term abbreviation="FSF" completeForm="Free Software Foundation" language="en"/>
  1715 		<explanation language="en">
  1716 			<text>
  1717 				a non-profit organization founded by Richard Stallman on 4 October 1985 to support the free software movement;
  1718 					has developed the GNU operating system,
  1719 					issued licenses like GPL or FDL,
  1720 					maintains the Free Software Definition,
  1721 					does political campaigns and other activities related to user's freedoms;
  1722 			</text>
  1723 		</explanation>
  1724 		<tag>computer</tag>
  1725 	</concept>
  1726 	<concept>
  1727 		<term abbreviation="OSI" completeForm="Open Source Initiative" language="en"/>
  1728 		<explanation language="en">
  1729 			<text>
  1730 				an organization dedicated to promoting open-source software;
  1731 				was founded in February 1998, by Bruce Perens and Eric S. Raymond;
  1732 			</text>
  1733 		</explanation>
  1734 		<tag>computer</tag>
  1735 	</concept>
  1736 	<concept>
  1737 		<term abbreviation="EFF" completeForm="Electronic Frontier Foundation" language="en"/>
  1738 		<explanation language="en">
  1739 			<text>
  1740 				a non-profit organization focused on protecting user's freedoms and privacy in mostly digital world;
  1741 				fights against censorship and spying, criticises software patents
  1742 				and promotes – among others – free speech, privacy, e-voting and network neutrality
  1743 			</text>
  1744 		</explanation>
  1745 		<tag>computer</tag>
  1746 	</concept>
  1747 	<concept>
  1748 		<term abbreviation="OpenVMS" completeForm="Open Virtual Memory System" language="en"/>
  1749 		<term abbreviation="VMS" completeForm="Virtual Memory System" language="en"/><!-- informally -->
  1750 		<explanation language="en">
  1751 			<text>
  1752 				an operating system for VAX, Alpha and Itanium-based computers
  1753 			</text>
  1754 		</explanation>
  1755 		<tag>computer</tag>
  1756 	</concept>
  1757 	<concept>
  1758 		<term abbreviation="LDAP" completeForm="Lightweight Directory Access Protocol" language="en"/>
  1759 		<explanation language="en"><text></text></explanation>
  1760 		<tag>computer</tag>
  1761 		<tag>protocol</tag>
  1762 	</concept>
  1763 	<concept>
  1764 		<term abbreviation="SQL" completeForm="structured query language" language="en"/>
  1765 		<term abbreviation="SEQUEL" completeForm="structured english query language" language="en"/>
  1766 		<explanation language="en"><text></text></explanation>
  1767 		<tag>computer</tag>
  1768 	</concept>
  1769 	<concept>
  1770 		<term abbreviation="noSQL" completeForm="Not SQL" language="en"/>
  1771 		<explanation language="en"><text></text></explanation>
  1772 		<tag>computer</tag>
  1773 	</concept>
  1774 	<concept>
  1775 		<term abbreviation="RDBMS" completeForm="relational database management system" language="en"/>
  1776 		<term abbreviation="SŘDB" completeForm="systém řízení báze dat" language="cs"/>
  1777 		<explanation language="en"><text></text></explanation>
  1778 		<tag>computer</tag>
  1779 	</concept>
  1780 	<concept>
  1781 		<term abbreviation="ODBC" completeForm="open database connectivity" language="en"/>
  1782 		<explanation language="en"><text></text></explanation>
  1783 		<tag>computer</tag>
  1784 	</concept>
  1785 	<concept>
  1786 		<term abbreviation="JDBC" completeForm="java database connectivity" language="en"/>
  1787 		<explanation language="en"><text></text></explanation>
  1788 		<tag>computer</tag>
  1789 	</concept>
  1790 	<concept>
  1791 		<term abbreviation="AS" completeForm="application server" language="en"/>
  1792 		<explanation language="en"><text></text></explanation>
  1793 		<tag>computer</tag>
  1794 		<tag>java</tag>
  1795 	</concept>
  1796 	<concept>
  1797 		<term abbreviation="" completeForm="JBoss" language="en"/>
  1798 		<explanation language="en"><text></text></explanation>
  1799 		<tag>computer</tag>
  1800 		<tag>java</tag>
  1801 	</concept>
  1802 	<concept>
  1803 		<term abbreviation="" completeForm="GlassFish" language="en"/>
  1804 		<explanation language="en"><text></text></explanation>
  1805 		<tag>computer</tag>
  1806 		<tag>java</tag>
  1807 	</concept>
  1808 	<concept>
  1809 		<term abbreviation="WSDL" completeForm="web services description language" language="en"/>
  1810 		<explanation language="en"><text></text></explanation>
  1811 		<tag>computer</tag>
  1812 		<tag>xml</tag>
  1813 	</concept>
  1814 	<concept>
  1815 		<term abbreviation="WADL" completeForm="web application description language" language="en"/>
  1816 		<explanation language="en"><text></text></explanation>
  1817 		<tag>computer</tag>
  1818 		<tag>xml</tag>
  1819 	</concept>
  1820 	<concept>
  1821 		<term abbreviation="SOAP" completeForm="simple object access protocol" language="en"/>
  1822 		<term abbreviation="SOAP" completeForm="SOA Protocol" language="en"/>
  1823 		<explanation language="en"><text></text></explanation>
  1824 		<tag>computer</tag>
  1825 		<tag>xml</tag>
  1826 		<tag>protocol</tag>
  1827 	</concept>
  1828 	<concept>
  1829 		<term abbreviation="REST" completeForm="representational state transfer" language="en"/>
  1830 		<explanation language="en"><text></text></explanation>
  1831 		<tag>computer</tag>
  1832 	</concept>
  1833 	<concept>
  1834 		<term abbreviation="EJB" completeForm="Enterprise JavaBeans" language="en"/>
  1835 		<explanation language="en"><text></text></explanation>
  1836 		<tag>computer</tag>
  1837 		<tag>java</tag>
  1838 	</concept>
  1839 	<concept>
  1840 		<term abbreviation="CORBA" completeForm="common object request broker architecture" language="en"/>
  1841 		<explanation language="en"><text></text></explanation>
  1842 		<tag>computer</tag>
  1843 	</concept>
  1844 	<concept>
  1845 		<term abbreviation="IDL" completeForm="interface definition language" language="en"/>
  1846 		<explanation language="en"><text></text></explanation>
  1847 		<tag>computer</tag>
  1848 	</concept>
  1849 	<concept>
  1850 		<term abbreviation="IIOP" completeForm="Internet InterORB Protocol" language="en"/>
  1851 		<term abbreviation="GIOP" completeForm="General Inter-ORB Protocol" language="en"/>
  1852 		<explanation language="en"><text></text></explanation>
  1853 		<tag>computer</tag>
  1854 		<tag>protocol</tag>
  1855 	</concept>
  1856 	<concept>
  1857 		<term abbreviation="RMI" completeForm="Remote Method Invocation" language="en"/>
  1858 		<explanation language="en"><text></text></explanation>
  1859 		<tag>computer</tag>
  1860 		<tag>java</tag>
  1861 		<tag>protocol</tag>
  1862 	</concept>
  1863 	<concept>
  1864 		<term abbreviation="JAR" completeForm="Java ARchive" language="en"/>
  1865 		<explanation language="en"><text></text></explanation>
  1866 		<tag>computer</tag>
  1867 		<tag>java</tag>
  1868 	</concept>
  1869 	<concept>
  1870 		<term abbreviation="EAR" completeForm="Enterprise ARchive" language="en"/>
  1871 		<explanation language="en"><text></text></explanation>
  1872 		<tag>computer</tag>
  1873 		<tag>java</tag>
  1874 	</concept>
  1875 	<concept>
  1876 		<term abbreviation="WAR" completeForm="Web ARchive" language="en"/>
  1877 		<explanation language="en"><text></text></explanation>
  1878 		<tag>computer</tag>
  1879 		<tag>java</tag>
  1880 	</concept>
  1881 	<concept>
  1882 		<term abbreviation="RAR" completeForm="Resource Adapter aRchive" language="en"/>
  1883 		<explanation language="en"><text></text></explanation>
  1884 		<tag>computer</tag>
  1885 		<tag>java</tag>
  1886 	</concept>
  1887 	<concept>
  1888 		<term abbreviation="AJP" completeForm="Apache JServ Protocol" language="en"/>
  1889 		<explanation language="en"><text></text></explanation>
  1890 		<tag>computer</tag>
  1891 		<tag>java</tag>
  1892 		<tag>protocol</tag>
  1893 	</concept>
  1894 	<concept>
  1895 		<term abbreviation="HTTP" completeForm="hypertext transfer protocol" language="en"/>
  1896 		<term abbreviation="HTTPS" completeForm="hypertext transfer protocol secure" language="en"/>
  1897 		<explanation language="en"><text></text></explanation>
  1898 		<tag>computer</tag>
  1899 		<tag>protocol</tag>
  1900 	</concept>
  1901 	<concept>
  1902 		<term abbreviation="SSL" completeForm="secure socket layer" language="en"/>
  1903 		<term abbreviation="TLS" completeForm="transport layer security" language="en"/>
  1904 		<explanation language="en"><text></text></explanation>
  1905 		<tag>computer</tag>
  1906 		<tag>security</tag>
  1907 		<tag>protocol</tag>
  1908 	</concept>
  1909 	<concept>
  1910 		<term abbreviation="DTLS" completeForm="datagram transport layer security" language="en"/>
  1911 		<explanation language="en"><text></text></explanation>
  1912 		<tag>security</tag>
  1913 		<tag>protocol</tag>
  1914 	</concept>
  1915 	<concept>
  1916 		<term abbreviation="BASH" completeForm="Bourne Again Shell" language="en"/>
  1917 		<explanation language="en"><text></text></explanation>
  1918 		<tag>computer</tag>
  1919 	</concept>
  1920 	<concept>
  1921 		<term abbreviation="SH" completeForm="shell" language="en"/>
  1922 		<explanation language="en"><text></text></explanation>
  1923 		<tag>computer</tag>
  1924 	</concept>
  1925 	<concept>
  1926 		<term abbreviation="SSH" completeForm="secure shell" language="en"/>
  1927 		<term abbreviation="" completeForm="OpenSSH" language="en"/>
  1928 		<explanation language="en"><text></text></explanation>
  1929 		<tag>computer</tag>
  1930 		<tag>security</tag>
  1931 		<tag>protocol</tag>
  1932 	</concept>
  1933 	<concept>
  1934 		<term abbreviation="SCP" completeForm="secure copy" language="en"/>
  1935 		<explanation language="en"><text></text></explanation>
  1936 		<tag>computer</tag>
  1937 		<tag>security</tag>
  1938 	</concept>
  1939 	<concept>
  1940 		<term abbreviation="SFTP" completeForm="SSH file transfer protocol" language="en"/>
  1941 		<explanation language="en"><text></text></explanation>
  1942 		<tag>computer</tag>
  1943 		<tag>security</tag>
  1944 		<tag>protocol</tag>
  1945 	</concept>
  1946 	<concept>
  1947 		<term abbreviation="FTP" completeForm="file transfer protocol" language="en"/>
  1948 		<term abbreviation="FTPS" completeForm="file transfer protocol secure" language="en"/>
  1949 		<explanation language="en"><text></text></explanation>
  1950 		<tag>computer</tag>
  1951 		<tag>protocol</tag>
  1952 	</concept>
  1953 	<concept>
  1954 		<term abbreviation="PGP" completeForm="Pretty Good Privacy" language="en"/>
  1955 		<term abbreviation="GPG" completeForm="GNU Privacy Guard" language="en"/>
  1956 		<term abbreviation="GnuPG" completeForm="GNU Privacy Guard" language="en"/>
  1957 		<term abbreviation="OpenPGP" completeForm="Open Pretty Good Privacy" language="en"/>
  1958 		<explanation language="en"><text></text></explanation>
  1959 		<tag>computer</tag>
  1960 		<tag>security</tag>
  1961 	</concept>
  1962 	<concept>
  1963 		<term abbreviation="DSA" completeForm="digital signature algorithm" language="en"/>
  1964 		<explanation language="en"><text></text></explanation>
  1965 		<tag>computer</tag>
  1966 		<tag>security</tag>
  1967 	</concept>
  1968 	<concept>
  1969 		<term abbreviation="RSA" completeForm="Ron Rivest, Adi Shamir and Leonard Adleman" language="en"/>
  1970 		<explanation language="en"><text></text></explanation>
  1971 		<tag>computer</tag>
  1972 		<tag>security</tag>
  1973 	</concept>
  1974 	<concept>
  1975 		<term abbreviation="EC" completeForm="elliptic curve" language="en"/>
  1976 		<explanation language="en"><text></text></explanation>
  1977 		<tag>computer</tag>
  1978 		<tag>security</tag>
  1979 	</concept>
  1980 	<concept>
  1981 		<term abbreviation="AES" completeForm="Advanced Encryption Standard" language="en"/>
  1982 		<term abbreviation="AES-128" completeForm="Advanced Encryption Standard 128-bit" language="en"/>
  1983 		<term abbreviation="AES-192" completeForm="Advanced Encryption Standard 192-bit" language="en"/>
  1984 		<term abbreviation="AES-256" completeForm="Advanced Encryption Standard 256-bit" language="en"/>
  1985 		<explanation language="en"><text></text></explanation>
  1986 		<tag>computer</tag>
  1987 		<tag>security</tag>
  1988 	</concept>
  1989 	<concept>
  1990 		<term abbreviation="" completeForm="Camellia" language="en"/>
  1991 		<explanation language="en"><text></text></explanation>
  1992 		<tag>computer</tag>
  1993 		<tag>security</tag>
  1994 	</concept>
  1995 	<concept>
  1996 		<term abbreviation="SHA" completeForm="secure hash algorithm" language="en"/>
  1997 		<term abbreviation="SHA-1" completeForm="secure hash algorithm 160-bit" language="en"/>
  1998 		<term abbreviation="SHA-2" completeForm="" language="en"/>
  1999 		<term abbreviation="SHA-3" completeForm="" language="en"/>
  2000 		<term abbreviation="SHA-256" completeForm="secure hash algorithm 256-bit" language="en"/>
  2001 		<term abbreviation="SHA-512" completeForm="secure hash algorithm 512-bit" language="en"/>
  2002 		<explanation language="en"><text></text></explanation>
  2003 		<tag>computer</tag>
  2004 		<tag>security</tag>
  2005 	</concept>
  2006 	<concept>
  2007 		<term abbreviation="MD4" completeForm="message-digest algorithm 4" language="en"/>
  2008 		<explanation language="en"><text></text></explanation>
  2009 		<tag>computer</tag>
  2010 		<tag>security</tag>
  2011 	</concept>
  2012 	<concept>
  2013 		<term abbreviation="MD5" completeForm="message-digest algorithm 5" language="en"/>
  2014 		<explanation language="en"><text></text></explanation>
  2015 		<tag>computer</tag>
  2016 		<tag>security</tag>
  2017 	</concept>
  2018 	<concept>
  2019 		<term abbreviation="" completeForm="ethernet" language="en"/>
  2020 		<explanation language="en"><text></text></explanation>
  2021 		<tag>computer</tag>
  2022 		<tag>protocol</tag>
  2023 	</concept>
  2024 	<concept>
  2025 		<term abbreviation="LAN" completeForm="local area network" language="en"/>
  2026 		<explanation language="en"><text></text></explanation>
  2027 		<tag>computer</tag>
  2028 	</concept>
  2029 	<concept>
  2030 		<term abbreviation="WAN" completeForm="wide area network" language="en"/>
  2031 		<explanation language="en"><text></text></explanation>
  2032 		<tag>computer</tag>
  2033 	</concept>
  2034 	<concept>
  2035 		<term abbreviation="WLAN" completeForm="wireless local area network" language="en"/>
  2036 		<explanation language="en"><text></text></explanation>
  2037 		<tag>computer</tag>
  2038 	</concept>
  2039 	<concept>
  2040 		<term abbreviation="VLAN" completeForm="virtual local area network" language="en"/>
  2041 		<explanation language="en"><text></text></explanation>
  2042 		<tag>computer</tag>
  2043 		<tag>security</tag>
  2044 	</concept>
  2045 	<concept>
  2046 		<term abbreviation="IP" completeForm="Internet Protocol" language="en"/>
  2047 		<term abbreviation="IPv4" completeForm="Internet Protocol version 4" language="en"/>
  2048 		<term abbreviation="IPv6" completeForm="Internet Protocol version 6" language="en"/>
  2049 		<term abbreviation="" completeForm="IP address" language="en"/>
  2050 		<explanation language="en"><text></text></explanation>
  2051 		<tag>computer</tag>
  2052 		<tag>protocol</tag>
  2053 	</concept>
  2054 	<concept>
  2055 		<term abbreviation="FQDN" completeForm="fully qualified domain name" language="en"/>
  2056 		<term abbreviation="" completeForm="absolute domain name" language="en"/>
  2057 		<explanation language="en">
  2058 			<text>
  2059 				a domain name like „some-machine.example.com“ which completely specifies the location in the DNS hierarchy including the TLD;
  2060 				compared to „some-machine“ which is not FQDN – is not globally unambiguous and will be resolved differently in different contexts
  2061 			</text>
  2062 		</explanation>
  2063 		<tag>computer</tag>
  2064 	</concept>
  2065 	<concept>
  2066 		<term abbreviation="MAC" completeForm="media access control" language="en"/>
  2067 		<explanation language="en">
  2068 			<text>
  2069 				a data communication protocol, a sublayer of the layer 2 in OSI model (data link layer); 
  2070 				a MAC address is a unique identifier of an network interface – used for IEEE 802 networks including Ethernet;
  2071 				they are assigned by the manufacturer of the card and stored in the hardware (can be often changed by the software);
  2072 				there are three numbering namespaces: MAC-48, EUI-48 and EUI-64;
  2073 				the address has 6 or 8 bytes and they are usually written in HEX, octets separated by : (a colon)
  2074 			</text>
  2075 		</explanation>
  2076 		<tag>computer</tag>
  2077 	</concept>
  2078 	<concept>
  2079 		<term abbreviation="TCP" completeForm="transmission control protocol" language="en"/>
  2080 		<explanation language="en"><text></text></explanation>
  2081 		<tag>computer</tag>
  2082 		<tag>protocol</tag>
  2083 	</concept>
  2084 	<concept>
  2085 		<term abbreviation="UDP" completeForm="user datagram protocol" language="en"/>
  2086 		<explanation language="en"><text></text></explanation>
  2087 		<tag>computer</tag>
  2088 		<tag>protocol</tag>
  2089 	</concept>
  2090 	<concept>
  2091 		<term abbreviation="SCTP" completeForm="stream control transmission protocol" language="en"/>
  2092 		<explanation language="en"><text></text></explanation>
  2093 		<tag>protocol</tag>
  2094 	</concept>
  2095 	<concept>
  2096 		<term abbreviation="QoS" completeForm="quality of service" language="en"/>
  2097 		<explanation language="en"><text></text></explanation>
  2098 		<tag>computer</tag>
  2099 	</concept>
  2100 	<concept>
  2101 		<term abbreviation="FUP" completeForm="fair usage policy" language="en"/>
  2102 		<explanation language="en">
  2103 			<text>
  2104 				a set of rules that should avoid excessive usage of a service by one user to the detriment of other user's comfort;
  2105 				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“
  2106 			</text>
  2107 		</explanation>
  2108 	</concept>
  2109 	<concept>
  2110 		<term abbreviation="API" completeForm="application programming interface" language="en"/>
  2111 		<explanation language="en">
  2112 			<text>
  2113 				specifies interaction between software components;
  2114 				adds an abstraction layer which divides calling code and called code
  2115 				and enables multiple implementations of such API (or SPI) like multiple databases (database drivers), file systems, remote services etc.
  2116 				examples of API: POSIX, OpenGL, JDBC, JMS or JMX
  2117 			</text>
  2118 		</explanation>
  2119 		<tag>computer</tag>
  2120 	</concept>
  2121 	<concept>
  2122 		<term abbreviation="SPI" completeForm="service provider interface" language="en"/>
  2123 		<explanation language="en">
  2124 			<text>
  2125 				a kind of API to be implemented by third party;
  2126 				can be installed as plugin/addon/extension and used by the application over standard interface;
  2127 				examples of SPI: JDBC, JNDI or JAXP
  2128 			</text>
  2129 		</explanation>
  2130 		<tag>computer</tag>
  2131 		<tag>java</tag>
  2132 	</concept>
  2133 	<concept>
  2134 		<term abbreviation="JMX" completeForm="Java management extensions" language="en"/>
  2135 		<term abbreviation="MBean" completeForm="managed bean" language="en"/>
  2136 		<explanation language="en">
  2137 			<text>
  2138 				a Java technology for monitoring and managing applications or devices;
  2139 				similar to SNMP;
  2140 				managed objects (MBeans) can emit events, can be asked for values (e.g. counters) or an action (method) can be called on them;
  2141 				this native Java technology can be also adapted/translated to other protocols like SNMP or WS/SOAP and integrated with the non-Java world;
  2142 				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)
  2143 			</text>
  2144 		</explanation>
  2145 		<tag>computer</tag>
  2146 		<tag>java</tag>
  2147 	</concept>
  2148 	<concept>
  2149 		<term abbreviation="JMS" completeForm="Java message service" language="en"/>
  2150 		<explanation language="en">
  2151 			<text>
  2152 				a Java API for message-oriented middleware (MOM);
  2153 				allows JEE components to create, send, receive and read messages;
  2154 				supports both point-to-point and publish-subscribe messaging models;
  2155 				can be adapted/translated to many other protocols like SMTP, AMQP, XMPP or SOAP;
  2156 				is defined in  JSR 914;
  2157 				examples of JMS implementations: Apache ActiveMQ, OpenJMS, HornetQ
  2158 			</text>
  2159 		</explanation>
  2160 		<tag>computer</tag>
  2161 		<tag>java</tag>
  2162 		<tag>messaging</tag>
  2163 	</concept>
  2164 	<concept>
  2165 		<term abbreviation="MOM" completeForm="message-oriented middleware" language="en"/>
  2166 		<explanation language="en">
  2167 			<text>
  2168 				a software (or even hardware) infrastructure for sending and receiving messages;
  2169 				can also offer routing and transformation features;
  2170 				for Java the MOM API is standardized as JMS
  2171 			</text>
  2172 		</explanation>
  2173 		<tag>computer</tag>
  2174 		<tag>messaging</tag>
  2175 	</concept>
  2176 	<concept>
  2177 		<term abbreviation="AMQP" completeForm="advanced message queuing protocol" language="en"/>
  2178 		<explanation language="en">
  2179 			<text>
  2180 				an open and standard binary protocol for message-oriented middleware (MOM);
  2181 				is vendor and platform independent;
  2182 				whereas JMS defines programming API and is Java specific, the AMQP defines the wire-level protocol;
  2183 				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;
  2184 				example of implementation: Apache ActiveMQ
  2185 			</text>
  2186 		</explanation>
  2187 		<tag>computer</tag>
  2188 		<tag>messaging</tag>
  2189 	</concept>
  2190 	<concept>
  2191 		<term abbreviation="" completeForm="wire-level protocol" language="en"/>
  2192 		<explanation language="en">
  2193 			<text>
  2194 				the format of data sent over the network as stream of bytes;
  2195 				an application layer protocol
  2196 			</text>
  2197 		</explanation>
  2198 		<tag>computer</tag>
  2199 	</concept>
  2200 	<concept>
  2201 		<term abbreviation="JCA" completeForm="Java connector architecture" language="en"/>
  2202 		<explanation language="en">
  2203 			<text>
  2204 				a Java EE technology for connecting application servers (AS) and enterprise information systems (EIS);
  2205 				is similar to JDBC (which is used for connecting to databases) but is much more generic
  2206 				and allows connecting any (often legacy) system using a specific connector
  2207 			</text>
  2208 		</explanation>
  2209 		<tag>computer</tag>
  2210 		<tag>java</tag>
  2211 	</concept>
  2212 	<concept>
  2213 		<term abbreviation="EIS" completeForm="enterprise information system" language="en"/>
  2214 		<explanation language="en">
  2215 			<text>
  2216 				an enterprise-class software system;
  2217 				typically high quality and critical service, large volumes of data, robust, supporting business processes
  2218 			</text>
  2219 		</explanation>
  2220 		<tag>computer</tag>
  2221 	</concept>
  2222 	<concept>
  2223 		<term abbreviation="OSGi" completeForm="Open Services Gateway initiative" language="en"/>
  2224 		<explanation language="en">
  2225 			<text>
  2226 				a framework and module system for Java;
  2227 				allows applications with modular architecture composed from components
  2228 				that can be loaded, started, stopped, updated or uninstalled without restarting the JVM and the application;
  2229 				examples of OSGi implementations: Apache Felix, Equinox and Knopflerfish
  2230 			</text>
  2231 		</explanation>
  2232 		<tag>computer</tag>
  2233 		<tag>java</tag>
  2234 	</concept>
  2235 	<concept>
  2236 		<term abbreviation="VPN" completeForm="virtual private network" language="en"/>
  2237 		<explanation language="en"><text></text></explanation>
  2238 		<tag>computer</tag>
  2239 		<tag>security</tag>
  2240 	</concept>
  2241 	<concept>
  2242 		<term abbreviation="P2P" completeForm="peer to peer" language="en"/>
  2243 		<explanation language="en"><text></text></explanation>
  2244 		<tag>computer</tag>
  2245 	</concept>
  2246 	<concept>
  2247 		<term abbreviation="DNS" completeForm="domain name system" language="en"/>
  2248 		<explanation language="en"><text></text></explanation>
  2249 		<tag>computer</tag>
  2250 		<tag>protocol</tag>
  2251 	</concept>
  2252 	<concept>
  2253 		<term abbreviation="ENUM" completeForm="E.164 number mapping" language="en"/>
  2254 		<explanation language="en"><text></text></explanation>
  2255 	</concept>
  2256 	<concept>
  2257 		<term abbreviation="NAPTR" completeForm="naming authority pointer resource records" language="en"/>
  2258 		<explanation language="en"><text></text></explanation>
  2259 	</concept>
  2260 	<concept>
  2261 		<term abbreviation="SPID" completeForm="service profile identifier" language="en"/>
  2262 		<explanation language="en"><text></text></explanation>
  2263 	</concept>
  2264 	<concept>
  2265 		<term abbreviation="DN" completeForm="distinguished name" language="en"/>
  2266 		<explanation language="en"><text></text></explanation>
  2267 		<tag>computer</tag>
  2268 	</concept>
  2269 	<concept>
  2270 		<term abbreviation="CN" completeForm="common name" language="en"/>
  2271 		<explanation language="en"><text></text></explanation>
  2272 		<tag>computer</tag>
  2273 	</concept>
  2274 	<concept>
  2275 		<term abbreviation="SN" completeForm="surname" language="en"/>
  2276 		<explanation language="en"><text></text></explanation>
  2277 		<tag>computer</tag>
  2278 	</concept>
  2279 	<concept>
  2280 		<term abbreviation="DC" completeForm="domain component" language="en"/>
  2281 		<explanation language="en"><text></text></explanation>
  2282 		<tag>computer</tag>
  2283 	</concept>
  2284 	<concept>
  2285 		<term abbreviation="CR" completeForm="change request" language="en"/>
  2286 		<explanation language="en">
  2287 			<text>
  2288 				a request for changing a software – new features or modification of existing ones;
  2289 				when one or more CRs are developed, they are delivered as new version of software product;
  2290 				CR is requested by the customer (mobile network operator) and is delivered by the development team;
  2291 				CR consists of one or more DT which are assigned to particular developers
  2292 			</text>
  2293 		</explanation>
  2294 		<tag>computer</tag>
  2295 	</concept>
  2296 	<concept>
  2297 		<term abbreviation="DT" completeForm="development ticket" language="en"/>
  2298 		<explanation language="en">
  2299 			<text>
  2300 				a task assigned to a software developer;
  2301 				one or more DTs together usually forms a CR;
  2302 				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);
  2303 				each commit in the versioning system should be linked to a DT
  2304 			</text>
  2305 		</explanation>
  2306 		<tag>computer</tag>
  2307 	</concept>
  2308 	<concept>
  2309 		<term abbreviation="TT" completeForm="trouble ticket" language="en"/>
  2310 		<explanation language="en">
  2311 			<text>
  2312 				a request for fixing something in the production;
  2313 				requires some investigation and then can be solved by changing the configuration on site or by fixing the software (development)
  2314 			</text>
  2315 		</explanation>
  2316 		<tag>computer</tag>
  2317 	</concept>
  2318 	<concept>
  2319 		<term abbreviation="SRS" completeForm="System Requirement Specification" language="en"/>
  2320 		<explanation language="en">
  2321 			<text>
  2322 				requirements on a software product or its particular change;
  2323 				is written from the system's point of view
  2324 			</text>
  2325 		</explanation>
  2326 		<tag>computer</tag>
  2327 	</concept>
  2328 	<concept>
  2329 		<term abbreviation="URS" completeForm="User Requirement Specification" language="en"/>
  2330 		<explanation language="en">
  2331 			<text>
  2332 				requirements on a software product or its particular change;
  2333 				is written from the user's point of view
  2334 			</text>
  2335 		</explanation>
  2336 		<tag>computer</tag>
  2337 	</concept>
  2338 	<concept>
  2339 		<term abbreviation="" completeForm="engineering build" language="en"/>
  2340 		<explanation language="en">
  2341 			<text>
  2342 				a build of a software product which was not done according to regular procedure and processes;
  2343 				might be used only for testing on site or during development – not in production;
  2344 				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
  2345 			</text>
  2346 		</explanation>
  2347 		<tag>computer</tag>
  2348 	</concept>
  2349 	<concept>
  2350 		<term abbreviation="" completeForm="monkey patching" language="en"/>
  2351 		<explanation language="en"><text></text></explanation>
  2352 	</concept>
  2353 	<concept>
  2354 		<term abbreviation="GMT" completeForm="Greenwich mean time" language="en"/>
  2355 		<explanation language="en"><text></text></explanation>
  2356 		<tag>computer</tag>
  2357 	</concept>
  2358 	<concept>
  2359 		<term abbreviation="UTC" completeForm="coordinated universal time" language="en"/>
  2360 		<explanation language="en"><text></text></explanation>
  2361 		<tag>computer</tag>
  2362 	</concept>
  2363 	<concept>
  2364 		<term abbreviation="TZ" completeForm="timezone" language="en"/>
  2365 		<term abbreviation="TZ" completeForm="time-zone" language="en"/>
  2366 		<term abbreviation="TZ" completeForm="time zone" language="en"/>
  2367 		<explanation language="en"><text></text></explanation>
  2368 		<tag>computer</tag>
  2369 	</concept>
  2370 	<concept>
  2371 		<term abbreviation="IETF" completeForm="Internet Engineering Task Force" language="en"/>
  2372 		<explanation language="en"><text></text></explanation>
  2373 		<tag>computer</tag>
  2374 	</concept>
  2375 	<concept>
  2376 		<term abbreviation="RFC" completeForm="request for comments" language="en"/>
  2377 		<explanation language="en"><text></text></explanation>
  2378 		<tag>computer</tag>
  2379 	</concept>
  2380 	<concept>
  2381 		<term abbreviation="" completeForm="vendor lock-in" language="en"/>
  2382 		<term abbreviation="" completeForm="vendor-lock-in" language="en"/>
  2383 		<term abbreviation="" completeForm="vendor lock in" language="en"/>
  2384 		<explanation language="en"><text></text></explanation>
  2385 		<tag>computer</tag>
  2386 	</concept>
  2387 	<concept>
  2388 		<term abbreviation="UT" completeForm="unit test" language="en"/>
  2389 		<explanation language="en"><text></text></explanation>
  2390 		<tag>computer</tag>
  2391 	</concept>
  2392 	<concept>
  2393 		<term abbreviation="AT" completeForm="acceptance testing" language="en"/>
  2394 		<term abbreviation="UAT" completeForm="user acceptance testing" language="en"/>
  2395 		<explanation language="en"><text></text></explanation>
  2396 		<tag>computer</tag>
  2397 	</concept>
  2398 	<concept>
  2399 		<term abbreviation="" completeForm="code coverage" language="en"/>
  2400 		<explanation language="en"><text></text></explanation>
  2401 		<tag>computer</tag>
  2402 	</concept>
  2403 	<concept>
  2404 		<term abbreviation="" completeForm="jUnit" language="en"/>
  2405 		<explanation language="en"><text></text></explanation>
  2406 		<tag>computer</tag>
  2407 		<tag>java</tag>
  2408 	</concept>
  2409 	<concept>
  2410 		<term abbreviation="" completeForm="TestNG" language="en"/>
  2411 		<explanation language="en"><text></text></explanation>
  2412 		<tag>computer</tag>
  2413 		<tag>java</tag>
  2414 	</concept>
  2415 	<concept>
  2416 		<term abbreviation="" completeForm="tcpdump" language="en"/>
  2417 		<term abbreviation="" completeForm="tshark" language="en"/>
  2418 		<term abbreviation="" completeForm="wireshark" language="en"/>
  2419 		<explanation language="en"><text></text></explanation>
  2420 		<tag>computer</tag>
  2421 		<tag>security</tag>
  2422 	</concept>
  2423 	<concept>
  2424 		<term abbreviation="" completeForm="Asterisk" language="en"/>
  2425 		<explanation language="en"><text></text></explanation>
  2426 	</concept>
  2427 	<concept>
  2428 		<term abbreviation="OTR" completeForm="off-the-record messaging" language="en"/>
  2429 		<explanation language="en"><text></text></explanation>
  2430 		<tag>computer</tag>
  2431 		<tag>security</tag>
  2432 		<tag>messaging</tag>
  2433 		<tag>protocol</tag>
  2434 	</concept>
  2435 	<concept>
  2436 		<term abbreviation="CLI" completeForm="command-line interface" language="en"/>
  2437 		<explanation language="en"><text></text></explanation>
  2438 		<tag>computer</tag>
  2439 	</concept>
  2440 	<concept>
  2441 		<term abbreviation="TUI" completeForm="text user interface" language="en"/>
  2442 		<explanation language="en"><text></text></explanation>
  2443 		<tag>computer</tag>
  2444 	</concept>
  2445 	<concept>
  2446 		<term abbreviation="GUI" completeForm="graphical user interface" language="en"/>
  2447 		<explanation language="en"><text></text></explanation>
  2448 		<tag>computer</tag>
  2449 	</concept>
  2450 	<concept>
  2451 		<term abbreviation="UI" completeForm="user interface" language="en"/>
  2452 		<explanation language="en"><text></text></explanation>
  2453 		<tag>computer</tag>
  2454 	</concept>
  2455 	<concept>
  2456 		<term abbreviation="EOL" completeForm="end of line" language="en"/>
  2457 		<explanation language="en"><text></text></explanation>
  2458 		<tag>computer</tag>
  2459 	</concept>
  2460 	<concept>
  2461 		<term abbreviation="COB" completeForm="close of business" language="en"/>
  2462 		<!-- e.g. you have until COB today to show us why you should not be disconnected -->
  2463 		<explanation language="en"><text></text></explanation>
  2464 		<tag>general</tag>
  2465 	</concept>
  2466 	<concept>
  2467 		<term abbreviation="SCCB" completeForm="software configuration control board" language="en"/>
  2468 		<explanation language="en"><text></text></explanation>
  2469 		<tag>computer</tag>
  2470 	</concept>
  2471 	<concept>
  2472 		<term abbreviation="SCCB" completeForm="site configuration control board" language="en"/>
  2473 		<explanation language="en"><text></text></explanation>
  2474 		<tag>computer</tag>
  2475 	</concept>
  2476 	<concept>
  2477 		<term abbreviation="RBDL" completeForm="rule based decision logic" language="en"/>
  2478 		<explanation language="en"><text></text></explanation>
  2479 		<tag>acision</tag>
  2480 	</concept>
  2481 	
  2482 	<concept>
  2483 		<term abbreviation="" completeForm="OpenMoko" language="en"/>
  2484 		<term abbreviation="" completeForm="FreeRunner" language="en"/>
  2485 		<explanation language="en"><text></text></explanation>
  2486 	</concept>
  2487 	<concept>
  2488 		<term abbreviation="" completeForm="OpenBSC" language="en"/>
  2489 		<!-- Osmocom -->
  2490 		<explanation language="en"><text></text></explanation>
  2491 	</concept>
  2492 	<concept>
  2493 		<term abbreviation="BSC" completeForm="base station controller" language="en"/>
  2494 		<explanation language="en"><text></text></explanation>
  2495 	</concept>
  2496 	<concept>
  2497 		<term abbreviation="BTS" completeForm="base transceiver station" language="en"/>
  2498 		<explanation language="en"><text></text></explanation>
  2499 	</concept>
  2500 	<concept>
  2501 		<term abbreviation="MSC" completeForm="mobile switching center" language="en"/>
  2502 		<explanation language="en"><text></text></explanation>
  2503 	</concept>
  2504 	<concept>
  2505 		<term abbreviation="HLR" completeForm="home location register" language="en"/>
  2506 		<explanation language="en"><text></text></explanation>
  2507 	</concept>
  2508 	<concept>
  2509 		<term abbreviation="AuC" completeForm="authentication center" language="en"/>
  2510 		<explanation language="en"><text></text></explanation>
  2511 	</concept>
  2512 	<concept>
  2513 		<term abbreviation="VLR" completeForm="visitor location register" language="en"/>
  2514 		<explanation language="en"><text></text></explanation>
  2515 	</concept>
  2516 	<concept>
  2517 		<term abbreviation="EIR" completeForm="equipment identity register" language="en"/>
  2518 		<explanation language="en"><text></text></explanation>
  2519 	</concept>
  2520 	<concept>
  2521 		<term abbreviation="FXO" completeForm="foreign exchange office" language="en"/>
  2522 		<explanation language="en"><text></text></explanation>
  2523 	</concept>
  2524 	<!--
  2525 		FXO   https://en.wikipedia.org/wiki/FXO#Foreign_eXchange_Office
  2526 		Telephone signaling interface	https://en.wikipedia.org/wiki/Telephone_signaling_interface
  2527 	-->
  2528 	<concept>
  2529 		<term abbreviation="FXS" completeForm="foreign exchange station" language="en"/>
  2530 		<explanation language="en"><text></text></explanation>
  2531 	</concept>
  2532 	<concept>
  2533 		<term abbreviation="POTS" completeForm="plain old telephone service" language="en"/>
  2534 		<explanation language="en"><text></text></explanation>
  2535 	</concept>
  2536 	<concept>
  2537 		<term abbreviation="CID" completeForm="caller ID" language="en"/>
  2538 		<!-- https://en.wikipedia.org/wiki/Caller_ID -->
  2539 		<explanation language="en"><text></text></explanation>
  2540 	</concept>
  2541 	<concept>
  2542 		<term abbreviation="DTMF" completeForm="dual-tone multi-frequency signaling" language="en"/>
  2543 		<explanation language="en"><text></text></explanation>
  2544 	</concept>
  2545 	<concept>
  2546 		<term abbreviation="AGC" completeForm="auto gain control" language="en"/>
  2547 		<explanation language="en"><text></text></explanation>
  2548 	</concept>
  2549 	<concept>
  2550 		<term abbreviation="AEC" completeForm="auto echo cancellation" language="en"/>
  2551 		<explanation language="en"><text></text></explanation>
  2552 	</concept>
  2553 	<concept>
  2554 		<term abbreviation="VAD" completeForm="voice activity detection" language="en"/>
  2555 		<explanation language="en"><text></text></explanation>
  2556 	</concept>
  2557 	<concept>
  2558 		<term abbreviation="CNG" completeForm="comfort noise generation" language="en"/>
  2559 		<explanation language="en"><text></text></explanation>
  2560 	</concept>
  2561 	<concept>
  2562 		<term abbreviation="" completeForm="streamlining" language="en"/>
  2563 		<explanation language="en"><text>delivering better product faster with smaller teams of less-experienced engineers</text></explanation>
  2564 		<!-- Internal: if you dont understand, just ignore it :-) -->
  2565 	</concept>
  2566 	<concept>
  2567 		<term abbreviation="" completeForm="relevant company" language="en"/>
  2568 		<explanation language="en"><text>an company which is not going to bankrupt</text></explanation>
  2569 		<!-- Internal: if you dont understand, just ignore it :-) -->
  2570 	</concept>
  2571 	<concept>
  2572 		<term abbreviation="DAO" completeForm="data access object" language="en"/>
  2573 		<explanation language="en"><text></text></explanation>
  2574 		<tag>computer</tag>
  2575 	</concept>
  2576 	<concept>
  2577 		<term abbreviation="DTO" completeForm="data transfer object" language="en"/>
  2578 		<explanation language="en"><text></text></explanation>
  2579 		<tag>computer</tag>
  2580 	</concept>
  2581 	<concept>
  2582 		<term abbreviation="TBD" completeForm="to be done" language="en"/>
  2583 		<term abbreviation="TODO" completeForm="to do" language="en"/>
  2584 		<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>
  2585 	</concept>
  2586 	<concept>
  2587 		<term abbreviation="etc" completeForm="et cetera" language="la"/>
  2588 		<explanation language="en"><text>and so forth, and the rest</text></explanation>
  2589 		<tag>general</tag>
  2590 	</concept>
  2591 	<concept>
  2592 		<term abbreviation="e.g" completeForm="exempli gratia" language="la"/>
  2593 		<explanation language="en"><text>for instance, for example</text></explanation>
  2594 		<tag>general</tag>
  2595 	</concept>
  2596 	<concept>
  2597 		<term abbreviation="i.e." completeForm="id est" language="la"/>
  2598 		<explanation language="en"><text>in other words, that is</text></explanation>
  2599 		<tag>general</tag>
  2600 	</concept>
  2601 	<concept>
  2602 		<term abbreviation="i.a." completeForm="inter alia" language="la"/>
  2603 		<explanation language="en"><text>among other things</text></explanation>
  2604 		<tag>general</tag>
  2605 	</concept>
  2606 	<concept>
  2607 		<term abbreviation="N.B." completeForm="nota bene" language="la"/>
  2608 		<explanation language="en"><text>note well, note</text></explanation>
  2609 		<tag>general</tag>
  2610 	</concept>
  2611 	<concept>
  2612 		<term abbreviation="per cent." completeForm="per centum" language="la"/>
  2613 		<explanation language="en"><text>percent, for each one hundred</text></explanation>
  2614 		<tag>general</tag>
  2615 	</concept>
  2616 	<concept>
  2617 		<term abbreviation="p.a." completeForm="per annum" language="la"/>
  2618 		<explanation language="en"><text>annually</text></explanation>
  2619 		<tag>general</tag>
  2620 	</concept>
  2621 	<concept>
  2622 		<term abbreviation="cca" completeForm="circa" language="la"/>
  2623 		<explanation language="en"><text>approximately</text></explanation>
  2624 		<tag>general</tag>
  2625 	</concept>
  2626 	<concept>
  2627 		<term abbreviation="c.v." completeForm="curriculum vitae" language="la"/>
  2628 		<term abbreviation="CV" completeForm="curriculum vitae" language="la"/>
  2629 		<explanation language="en"><text>a document summarizing your relevant job experience and education</text></explanation>
  2630 		<tag>general</tag>
  2631 	</concept>
  2632 	<concept>
  2633 		<term abbreviation="et al." completeForm="et alii" language="la"/>
  2634 		<explanation language="en"><text>and others, and co-workers</text></explanation>
  2635 		<tag>general</tag>
  2636 	</concept>
  2637 	<concept>
  2638 		<term abbreviation="P.S." completeForm="post scriptum" language="la"/>
  2639 		<explanation language="en"><text>after what has been written; used at the end of the letters/messages for additions</text></explanation>
  2640 		<tag>general</tag>
  2641 	</concept>
  2642 	<concept>
  2643 		<term abbreviation="Q.E.D." completeForm="quod erat demonstrandum" language="la"/>
  2644 		<explanation language="en"><text>which was to be demonstrated</text></explanation>
  2645 		<tag>general</tag>
  2646 	</concept>
  2647 	<concept>
  2648 		<term abbreviation="R.I.P." completeForm="requiescat in pace" language="la"/>
  2649 		<explanation language="en"><text>rest in peace</text></explanation>
  2650 		<tag>general</tag>
  2651 	</concept>
  2652 	<concept>
  2653 		<term abbreviation="vs." completeForm="versus" language="la"/>
  2654 		<explanation language="en"><text>against</text></explanation>
  2655 		<tag>general</tag>
  2656 	</concept>
  2657 </dictionary>