Networking Key Terminology

There are many different terms in the field of information technology. However, we only need to know some of them, only the essential ones. Information technology has become so big that it equals the medical sector, if not already surpasses it. The number of programming languages, functions, protocols, different procedures, areas of application, details, and at the same time, the number of errors that can occur. All these areas are so large that you can specialize your entire career in 1-2 areas.

The key terminology is the rough alphabet we need to know to understand what we will talk about in the other modules. We have created a list with many different but still with the most common protocols and their descriptions to create this foundation. It is important to note
that this list is incomplete, and we will cover one or two protocols in other modules. However, we recommend that you review this list from time to time and expand it as you learn new protocols.

ProtocolAcronymDescription
Wired Equivalent PrivacyWEPWEP is a type of security protocol that was commonly used to secure wireless networks.
Secure ShellSSHA secure network protocol used to log into and execute commands on a remote system
File Transfer ProtocolFTPA network protocol used to transfer files from one system to another
Simple Mail Transfer ProtocolSMTPA protocol used to send and receive emails
Hypertext Transfer ProtocolHTTPA client-server protocol used to send and receive data over the internet
Server Message BlockSMBA protocol used to share files, printers, and other resources in a network
Network File SystemNFSA protocol used to access files over a network
Simple Network Management ProtocolSNMPA protocol used to manage network devices
Wi-Fi Protected AccessWPAWPA is a wireless security protocol that uses a password to protect wireless networks from unauthorized access.
Temporal Key Integrity ProtocolTKIPTKIP is also a security protocol used in wireless networks but less secure.
Network Time ProtocolNTPIt is used to synchronize the timing of computers on a network.
Virtual Local Area NetworkVLANIt is a way to segment a network into multiple logical networks.
VLAN Trunking ProtocolVTPVTP is a Layer 2 protocol that is used to establish and maintain a virtual LAN (VLAN) spanning multiple switches.
Routing Information ProtocolRIPRIP is a distance-vector routing protocol used in local area networks (LANs) and wide area networks (WANs).
Open Shortest Path FirstOSPFIt is an interior gateway protocol (IGP) for routing traffic within a
single Autonomous System (AS) in an Internet Protocol (IP) network.
Interior Gateway Routing ProtocolIGRPIGRP is a Cisco proprietary interior gateway protocol designed for routing within autonomous systems.
Enhanced Interior Gateway Routing ProtocolEIGRPIt is an advanced distance-vector routing protocol that is used to route IP traffic within a network.
Pretty Good PrivacyPGPPGP is an encryption program that is used to secure emails, files, and other types of data.
Network News Transfer ProtocolNNTPNNTP is a protocol used for distributing and retrieving messages in newsgroups across the internet.
Cisco Discovery ProtocolCDPIt is a proprietary protocol developed by Cisco Systems that allows
network administrators to discover and manage Cisco devices connected to
the network.
Hot Standby Router ProtocolHSRPHSRP is a protocol used in Cisco routers to provide redundancy in the event of a router or other network device failure.
Virtual Router Redundancy ProtocolVRRPIt is a protocol used to provide automatic assignment of available Internet Protocol (IP) routers to participating hosts.
Spanning Tree ProtocolSTPSTP is a network protocol used to ensure a loop-free topology in Layer 2 Ethernet networks.
Terminal Access Controller Access-Control SystemTACACSTACACS is a protocol that provides centralized authentication, authorization, and accounting for network access.
Session Initiation ProtocolSIPIt is a signaling protocol used for establishing and terminating
real-time voice, video and multimedia sessions over an IP network.
Voice Over IPVOIPVOIP is a technology that allows for telephone calls to be made over the internet.
Extensible Authentication ProtocolEAPEAP is a framework for authentication that supports multiple
authentication methods, such as passwords, digital certificates,
one-time passwords, and public-key authentication.
Lightweight Extensible Authentication ProtocolLEAPLEAP is a proprietary wireless authentication protocol developed by
Cisco Systems. It is based on the Extensible Authentication Protocol
(EAP) used in the Point-to-Point Protocol (PPP).
Protected Extensible Authentication ProtocolPEAPPEAP is a security protocol that provides an encrypted tunnel for wireless networks and other types of networks.
Systems Management ServerSMSSMS is a systems management solution that helps organizations manage their networks, systems, and mobile devices.
Microsoft Baseline Security AnalyzerMBSAIt is a free security tool from Microsoft that is used to detect
potential security vulnerabilities in Windows computers, networks, and
systems.
Supervisory Control and Data AcquisitionSCADAIt is a type of industrial control system that is used to monitor
and control industrial processes, such as those in manufacturing, power
generation, and water and waste treatment.
Virtual Private NetworkVPNVPN is a technology that allows users to create a secure, encrypted connection to another network over the internet.
Internet Protocol SecurityIPsecIPsec is a protocol used to provide secure, encrypted communication
over a network. It is commonly used in VPNs, or Virtual Private
Networks, to create a secure tunnel between two devices.
Point-to-Point Tunneling ProtocolPPTPIt is a protocol used to create a secure, encrypted tunnel for remote access.
Network Address TranslationNATNAT is a technology that allows multiple devices on a private
network to connect to the internet using a single public IP address. NAT
works by translating the private IP addresses of devices on the network
into a single public IP address, which is then used to connect to the
internet.
Carriage Return Line FeedCRLFCombines two control characters to indicate the end of a line and a start of a new one for certain text file formats.
Asynchronous JavaScript and XMLAJAXWeb development technique that allows creating dynamic web pages using JavaScript and XML/JSON.
Internet Server Application Programming InterfaceISAPIAllows to create performance-oriented web extensions for web servers using a set of APIs.
Uniform Resource IdentifierURIIt is a syntax used to identify a resource on the Internet.
Uniform Resource LocatorURLSubset of URI that identifies a web page or another resource on the Internet, including the protocol and the domain name.
Internet Key ExchangeIKEIKE is a protocol used to set up a secure connection between two
computers. It is used in virtual private networks (VPNs) to provide
authentication and encryption for data transmission, protecting the data
from outside eavesdropping and tampering.
Generic Routing EncapsulationGREThis protocol is used to encapsulate the data being transmitted within the VPN tunnel.
Remote ShellRSHIt is a program under Unix that allows executing commands and programs on a remote computer.