marci-dipterv-latex/src/content/glossary.tex

161 lines
6.8 KiB
TeX

% !TeX root = ../thesis.tex
\newglossaryentry{vegeszkoz}
{
name={végeszköz},
description={Végső nyelője vagy forrása az információnak amelyet a hálózaton továbbítanak. Általában saját címmel rendelkezik}
}
\newglossaryentry{adatkozpont}
{
name={adatközpont},
description={Fizikai lokáció, amely lehet épületen belül kinevezett helyiség, vagy akár épületek csoportja azzal a céllal hogy számítástechnikai- és kapolcsódó rendszereket üzemeltessenek benne}
}
\newglossaryentry{elasztikus}
{
name={elasztikus},
description={Az elasztikus számítástechnika arra utal, hogy a számítási kapacitást lehetőségünk van gyorsan növelni vagy csökkenteni az alkalmazás számítási igényeinek és terheléseinek megfelelően}
}
\newglossaryentry{lastmile}
{
name={utolsó mérföld},
description={A telekommunikációban utolsó mérföldként hivatkoznak arra a részére a hálózatnak amely a végfelhasználó helyiségre érkezik be}
}
\newglossaryentry{linux}
{
name={Linux},
description={A Linux egy nylílt forráskdú kernel implementáció. A projekt Linus Benedict Torvalds (akkor) finn egyetemi hallgató hobbi projektjeként indult. Mára a vlág legnépszerűbb nyíltforráskódú projektje}
}
\newglossaryentry{python}
{
name={Python},
description={A Python egy általános célú, magas szintű interpretált programozási nyelv. Fejlesztését 1989-ben kezdte Guido van Rossum. Jelenleg legfrissebb verziója a 3.9 amely 2020 Októberében került kiadásra}
}
\newglossaryentry{devops}
{
name={DevOps},
description={Developement and Operations (Fejlesztés és Operálás) egy vállalati szoftverfejlesztési kifejezés, amely az egyfajta agilis összeköttetést jelent a fejlesztés és üzemeltetés között. A DevOps célja az, hogy közelebb hozza ezt a két vállalati egységet.}
}
\newglossaryentry{4g}
{
name={4G},
description={A negyedik generációs mobilhálózat}
}
\newglossaryentry{5g}
{
name={5G},
description={Az ötödik generációs mobilhálózat}
}
\newglossaryentry{ini}
{
name={INI},
description={Szekciókra osztott kulcs-érték párokat tároló fájl. Eredetileg a \textit{Microsoft} fejlesztette}
}
\newglossaryentry{xlsx}
{
name={XLSX},
description={OpenXML standard kompatibilis XML fájlok halmaza \textit{ZIP} csomagban. A \textit{Microsoft} fejlesztette 2007-ben. Többek között a \textit{Microsoft Excel 2007} és újabb táblázatkezelők használják}
}
\newacronym{mdt}{MDT}{Model-Driven Telemetry}
\newacronym{ai}{AI}{Artificial Intelligence}
\newacronym{ml}{ML}{Machine Learning}
\newacronym{ospf}{OSPF}{Open Shortest Path First}
\newacronym{rip}{RIP}{Routing Information Protocol}
\newacronym{bgp}{BGP}{Border Gateway Protocol}
\newacronym{ietf}{IETF}{Internet Engineering Task Force}
\newacronym{igp}{IGP}{Interior Gateway Protocol}
\newacronym{egp}{EGP}{Exterior Gateway Protocol}
\newacronym{as}{AS}{Autonomous System}
\newacronym{iot}{IoT}{Internet of Things}
\newacronym{iiot}{IIoT}{Industrial Internet of Things}
\newacronym{vod}{VoD}{Video on Demand}
\newacronym{snmp}{SNMP}{Simple Network Management Protocol}
\newacronym{ssh}{SSH}{Secure SHell}
\newacronym{mib}{MIB}{Management Information Base} % Man in Black
\newacronym{tcp}{TCP}{Transmission Control Protocol}
\newacronym{udp}{UDP}{User Datagram Protocol}
\newacronym{grpc}{gRPC}{gRPC Remote Procedure Call}
\newacronym{json}{JSON}{JavaScript Object Notation}
\newacronym{gpb}{GPB}{(Google) Protocol Buffers}
\newacronym{mtu}{MTU}{Maximum Transmission Unit}
\newacronym{gil}{GIL}{Global Interpreter Lock}
\newacronym{gc}{GC}{Garbage Collector}
\newacronym{csv}{CSV}{Comma-Separated Values}
\newacronym{os}{OS}{Operating System}
\newacronym{ios}{IOS}{\Gls{cisco} Internetwork \acrlong{os}}
\newacronym{lan}{LAN}{Local Area Network}
\newacronym{vlan}{VLAN}{Virtual \acrlong{lan}}
\newacronym{nasa}{NASA}{National Aeronautics and Space Administration}
\newacronym{gnmi}{gNMI}{gRPC Network Management Interface}
\newacronym{xml}{XML}{Extensible Markup Language}
\newacronym{xpath}{XPath}{\acrshort{xml} Path Language}
\newacronym{idl}{IDL}{Interface Definition Language}
\newacronym{http}{HTTP}{HyperText Transfer Protocol}
\newacronym{http2}{HTTP/2}{HyperText Transfer Protocol Version 2}
\newacronym{rpc}{RPC}{Remote Procedure Call}
\newacronym{tls}{TLS}{Transport Layer Security}
\newacronym{ssl}{SSL}{Secure Sockets Layer}
\newacronym{ip}{IP}{Internet Protocol}
\newacronym{ipv4}{IPv4}{Internet Protocol version 4}
\newacronym{ipv6}{IPv6}{Internet Protocol version 6}
\newacronym{rfc}{RFC}{Request for Comments}
\newacronym{gnu}{GNU}{GNU's Not Unix!}
\newacronym{html}{HTML}{HyperText Markup Language}
\newacronym{ascii}{ASCII}{American Standard Code for Information Interchange}
\newacronym{cli}{CLI}{Command Line Interface}
\newacronym{dsdl}{DSDL}{Document Schema Definition Languages}
\newacronym{uml}{UML}{Unified Modeling Language}
\newacronym{tas}{TAS}{Telemetry Analytics System}
\newacronym{gui}{GUI}{Graphical User Interface}
\newacronym{tsdb}{TSDB}{Time Series Database}
\newacronym{api}{API}{Application Programming Interface}
\newacronym{tsm}{TSM}{Time Structured Merge Tree}
\newacronym{smp}{SMP}{Symmetric Multiprocessing}
\newacronym{stdout}{STDOUT}{Standard Output}
\newacronym{ciscoie}{Cisco-IE}{Cisco Innovation Edge}
\newacronym{oid}{OID}{Object Identifier}
\newacronym{ann}{ANN}{Artificial Neural Network}
\newacronym{nms}{NMS}{Network Management Station}
\newacronym{saas}{SaaS}{Software as a Service}
\newacronym{paas}{PaaS}{Platform as a Service}
\newacronym{iaas}{IaaS}{Infrastructure as a Service}
\newacronym{faas}{FaaS}{Function as a Service}
\newacronym{svm}{SVM}{Support Vector Machines}
\newacronym{knn}{kNN}{k Nearest Neighbor}
\newacronym{rest}{REST}{Representational State Transfer}
\newacronym{vm}{VM}{Virtual Machine}
\newacronym{nat}{NAT}{Network Address Translation}
\newacronym{pv}{PV}{Persistent Volume}
\newacronym{nfs}{NFS}{Network File System}
\newacronym{yaml}{YAML}{YAML Ain't Markup Language}
\newacronym{wsgi}{WSGI}{Web Server Gateway Interface}
\newacronym{cnn}{CNN}{Convolutional Neural Network}
\newacronym{sem}{SEM}{Schönherz Elektronikai Műhely}
\newacronym{rpi}{RPi}{Raspberry Pi}
\newacronym{led}{LED}{Light Emitting Diode}
\newacronym{mi}{MI}{Mesterséges Intelligencia}
\newacronym{wifi}{WiFi}{Wireless Fidelity}
\newacronym{mqtt}{MQTT}{Message Queuing Telemetry Transport}
\newacronym{aws}{AWS}{Amazon Web Services}
\newacronym{io}{I/O}{Input/Output}
\newacronym{rtde}{RTDE}{Real-time Data Exchange}
\newacronym{rdp}{RDP}{Remote Desktop Protocol}
\newacronym{cpu}{CPU}{Central Processing Unit}
\newacronym{oci}{OCI}{Open Container Initiative}
\newacronym{raid}{RAID}{Redundant Array of Independent Disks}
\newacronym{ssd}{SSD}{Solid State Drive}
\newacronym{icmp}{ICMP}{Internet Control Message Protocol}
\newacronym{ntp}{NTP}{Network Time Protocol}
\newacronym{ptp}{PTP}{Precision Time Protocol}