Updated glossaries

This commit is contained in:
2021-05-22 20:04:13 +02:00
parent 30b93340e1
commit 230d60bf19
7 changed files with 40 additions and 121 deletions

View File

@@ -1,77 +1,4 @@
% !TeX root = ../thesis.tex
\newglossaryentry{cisco}
{
name={Cisco},
description={Cisco Systems Inc.~is an american multinational corporation which designs, manufactures and sells costumer grade electronics, network appliences, voice and other communication solutions}
}
\newglossaryentry{ospf_glo} % TODO
{
name={OSPF},
description={\acrfull{ospf} is an interior gateway protocol classified as link state protocol. \acrshort{ospf} is usually used to exchange routing information between routers inside an organization}
}
\newglossaryentry{bgp_glo} % TODO
{
name={BGP},
description={\acrfull{bgp} is an exterior gateway protocol classified as path vector protocol. \acrshort{bgp} defines \acrfullpl{as} and exchanges routing information between them over the public internet}
}
\newglossaryentry{telemetry}
{
name={telemetry},
description={Telemetry is a form of automatized communication process which allows the collection of sensor measurements and similar on remote or inaccassable locations and conveys them to a processing facility for monitoring}
}
\newglossaryentry{ios_glo}
{
name={IOS},
description={\acrfull{ios} is an operating system developed by \Gls{cisco}. It is designed to run primarily on \Gls{cisco} designed networking hardware. Running \acrshort{ios} in virtualized environment is also possible}
}
\newglossaryentry{cpython}
{
name={CPython},
description={CPython is the standard interpreter for the Python programming language. CPython is written in C (hence the name) and it is the most widely used Python interpreter}
}
\newglossaryentry{openconfig} % TODO ez ne legyen lopoott
{
name={OpenConfig},
description={OpenConfig is an informal working group of network operators sharing the goal of moving computer networks toward a more dynamic, programmable infrastructure by adopting software-defined networking principles such as declarative configuration and model-driven management and operations}
}
\newglossaryentry{serialization}
{
name={serialization},
description={Serialization is the process of translating data structures or object state represented in a computer program into a format that can be stored or transmitted and reconstructed later into an object or data structure that represents the same values as the original one in a different or the same computer program},
}
\newglossaryentry{method_stub}
{
name={method stub},
description={Method stub is a piece of code which act as a placeholder because of the implementation of its real functionality is not (yet) aviliable in the software}
}
\newglossaryentry{rfc_glo}
{
name={RFC},
description={\acrfull{rfc} is a document which is published when a new Internet standard is defined. The purpose of the \acrshort{rfc} is to serve as a detialed as possible definition for each standard. Individuals implementing the standards must refer to the relevant \acrshort{rfc} and work accordingly in order to have their implementation compatible with the rest of the implementations on the Internet}
}
\newglossaryentry{library}
{
name={library},
text={library},
description={A library in software development is a set of generic prewritten, reusable sub-programs that are already developed and can be used by a software project}
}
\newglossaryentry{opensource}
{
name={open source},
description={The source code of the software is open and publicly available for anyone to read, analyze or modify}
}
\newglossaryentry{vegeszkoz}
{
name={végeszköz},
@@ -88,20 +15,14 @@
\newglossaryentry{elasztikus}
{
name={elasztikus},
description={TODO}
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={TODO}
}
\newglossaryentry{felho}
{
name={felhő},
description={TODO}
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}
@@ -125,26 +46,26 @@
\newglossaryentry{4g}
{
name={4G},
description={TODO}
description={A negyedik generációs mobilhálózat}
}
\newglossaryentry{5g}
{
name={5G},
description={TODO}
description={Az ötödik generációs mobilhálózat}
}
\newglossaryentry{ini}
{
name={INI},
description={TODO}
description={Szekciókra osztott kulcs-érték párokat tároló fájl. Eredetileg a \textit{Microsoft} fejlesztette}
}
\newglossaryentry{xlsx}
{
name={XLSX},
description={TODO}
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}
}