-
Notifications
You must be signed in to change notification settings - Fork 0
/
glossary.tex
44 lines (36 loc) · 1.54 KB
/
glossary.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
%%%% ACRONYMS %%%
\newacronym{dtls}{DTLS}{Datagram Transport Layer Security}
\newacronym{rtp}{RTP}{Real-time Transport Protocol}
\newacronym{mprtp}{MPRTP}{Multipath Real-time Transport Protocol}
\newacronym{udp}{UDP}{User Datagram Protocol}
\newacronym{tls}{TLS}{Transport Layer Security}
\newacronym{mptcp}{MPTCP}{Multipath TCP}
\newacronym{dh}{DH}{Diffie-Hellman}
\newacronym{ecdhe}{ECDHE}{Elliptic Curve Diffie-Hellman Ephemeral}
\newacronym{cdn}{CDN}{Content Delivery Network}
\newacronym{hmac}{HMAC}{keyed-Hash Message Authentication Code}
\newacronym{dos}{DoS}{Denial of Service}
\newacronym{voip}{VoIP}{Voice over IP}
\newacronym{nat}{NAT}{Network Address Translation}
\newacronym{srtp}{SRTP}{Secure Real-time Transport Protocol}
\newacronym{https}{HTTPS}{Hypertext Transfer Protocol over TLS}
\newacronym{rtcp}{RTCP}{RTP Control Protocol}
\newacronym{sip}{SIP}{Session Initiation Protocol}
\newacronym{rtt}{RTT}{Round-trip Time}
\newacronym{ip}{IP}{Internet Protocol}
\newacronym{tbd}{TBD}{To Be Defined}
\newacronym{tcp}{TCP}{Transmission Control Protocol}
\newacronym{cim}{CIM}{Change Interface Message}
\newacronym{ewma}{EWMA}{Exponential Window Moving Average}
\newacronym{vpn}{VPN}{Virtual Private Network}
%%% TERMS
\newglossaryentry{Flow}
{
name=Flow,
description={is a connection between two hosts. A flow may be composed of multiple subflows to take advantage of multiple interfaces.}
}
\newglossaryentry{Subflow}
{
name=Subflow,
description={is a connection between two interfaces, each of one possessing one IP address and one port number.}
}