IT Glossary - S - ITU Online

IT Glossary
Key Terms To Know In The IT Industry

A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

Speech to Text

The process of converting spoken words into written texts. This technology is often used in voice recognition systems.

You will find this term commonly used in AI, Human-Computer Interaction

Spline

A mathematical function used for creating smooth curves in computer graphics and other fields.

You will find this term commonly used in Computer Graphics, Modeling

Splunk

A software platform to search, analyze and visualize the machine-generated data gathered from the websites, applications, sensors, devices, etc.

You will find this term commonly used in Big Data, Security

Spoofing

The act of masquerading as a valid entity through falsification of data (such as an IP address or username), to gain an illegitimate advantage.

You will find this term commonly used in Cybersecurity

Spyware

Malicious software that secretly gathers information about a user.

You will find this term commonly used in Security

SQL

Structured Query Language, used for managing and manipulating relational databases.

You will find this term commonly used in Database Management

SQL (Structured Query Language)

A domain-specific language used for managing and manipulating relational databases.

You will find this term commonly used in General IT

SQL Database

A database that uses SQL (Structured Query Language) for defining and manipulating data.

You will find this term commonly used in Databases, Data Management

SSD (Solid State Drive)

A type of nonvolatile storage media that stores persistent data on solid-state flash memory.

You will find this term commonly used in Hardware, Storage

SSD Overprovisioning

The inclusion of extra capacity in a solid-state drive (SSD), which is not accessible to the end-user, to manage write operations and improve the drive's lifespan.

You will find this term commonly used in Hardware, Storage

SSL

Secure Sockets Layer, a protocol for securing communication over the internet.

You will find this term commonly used in Security

SSL (Secure Sockets Layer)

A cryptographic protocol used to secure communication over a computer network, commonly used for securing web traffic.

You will find this term commonly used in Security, Networking, Cybersecurity

SSL Acceleration

The use of a device that offloads the SSL encryption and decryption work from the web server to improve performance.

You will find this term commonly used in Networking, Web Security

SSL Certificate

A digital certificate that provides authentication for a website and enables an encrypted connection.

You will find this term commonly used in Security, Web Security

SSL/TLS

Protocols used to provide secure communication over a computer network by encrypting data transmitted between clients and servers.

You will find this term commonly used in Security, Cybersecurity

Stack Overflow

A popular Q&A website for programmers and developers to learn, share their knowledge, and build their careers.

You will find this term commonly used in Software Development, Community

Stateless

A communication protocol in which each transaction is independent of any previous transaction, unlike stateful protocols which require keeping of the internal state on the server.

You will find this term commonly used in Networking, Web Development

Stateless Application

An application that does not save client data generated in one session for use in the next session with that client.

You will find this term commonly used in Software Development, Web Development

Stateless Protocol

A communication protocol in which each message contains all the information needed to understand the message, independent of any previous messages.

You will find this term commonly used in Networking, Web Development

Static Code Analysis

The analysis of computer software that is performed without actually executing programs, in contrast with dynamic analysis, which is analysis performed on programs while they are executing.

You will find this term commonly used in Software Development, Quality Assurance

Static IP Address

An IP address that doesn't change. Contrast with a dynamic IP address which can change every time the device connects to the internet or the network.

You will find this term commonly used in Networking, Internet Technology

Static Typing

A programming language feature in which variable types are explicitly declared and thus are determined at compile time.

You will find this term commonly used in Software Development, Programming Languages

Steganography

The practice of concealing messages or information within other non-secret text or data.

You will find this term commonly used in Security, Cryptography

Stepper Motor

A type of DC motor that moves in discrete steps. It is used in a variety of applications requiring precise position control.

You will find this term commonly used in Hardware, Robotics

Sticky Session

A method used in web servers to achieve server-side load balancing; once a session is started on one server, all the requests from that user are sent to the same server.

You will find this term commonly used in Networking, Web Development

Storage

The process of retaining data in a digital format for future use.

You will find this term commonly used in General IT

Storage Area Network (SAN)

A specialized high-speed network that provides access to consolidated, block-level data storage.

You will find this term commonly used in Networking

Storage Virtualization

The process of abstracting logical storage from physical storage.

You will find this term commonly used in Storage

Stream Cipher

A method of encrypting text (to produce ciphertext) in which a cryptographic key and algorithm are applied to each binary digit in a data stream, one bit at a time.

You will find this term commonly used in Security, Cryptography

Stream Processing

Real-time processing of data streams to extract insights or trigger actions as the data is generated.

You will find this term commonly used in Big Data, Analytics, General IT

Streaming

Transmitting data continuously in real-time over a network.

You will find this term commonly used in Networking

Structured Data

Data that is organized into a predefined format, such as a database.

You will find this term commonly used in Database Management

Structured Query Language (SQL) Injection

A code injection technique used to attack data-driven applications, in which malicious SQL statements are inserted into an entry field for execution.

You will find this term commonly used in Security, Web Development

Subnet

A logical subdivision of an IP network. The practice of dividing a network into two or more networks is called subnetting.

You will find this term commonly used in Networking, Network Management

Subnet Mask

A 32-bit number that masks an IP address, and divides the IP address into network address and host address.

You will find this term commonly used in Networking, Network Management

Supervised Learning

A type of machine learning where a model is trained on a labeled dataset, meaning each training example is paired with an output label.

You will find this term commonly used in AI, Machine Learning

Supervisory Control and Data Acquisition (SCADA) Systems

Large-scale, industrial control systems used to monitor and control industrial, infrastructure, or facility-based processes.

You will find this term commonly used in Networking, Industrial Control Systems

Supply Chain Management

Supply chain management (SCM) is the process of planning, coordinating, and optimizing the flow of goods, services, information, and finances across the entire supply chain, from raw material sourcing to production, distribution, and delivery.

You will find this term commonly used in Logistics, Operations, Business Process Management

Swagger

A set of tools for designing, building, documenting, and consuming RESTful web services. It includes automated documentation, code generation, and test-case generation.

You will find this term commonly used in Software Development, API Development

Swarm Intelligence

The collective behavior of decentralized, self-organized systems, natural or artificial. The concept is employed in work on artificial intelligence.

You will find this term commonly used in AI, Robotics

Swift

A powerful and intuitive programming language for macOS, iOS, watchOS, and tvOS.

You will find this term commonly used in Software Development, Programming Languages

Switch

A network device that connects multiple devices within a local area network (LAN) and forwards data packets between them.

You will find this term commonly used in Networking, General IT

Switching

The process of directing data packets between devices on the same network or between networks.

You will find this term commonly used in Networking, Data Communication

Symmetric Encryption

A type of encryption where only one key (a secret key) is used to both encrypt and decrypt electronic information.

You will find this term commonly used in Security, Cryptography

Syntax Highlighting

A feature of text editors that displays text—especially source code—in different colors and fonts according to the category of terms.

You will find this term commonly used in Software Development, Programming

Synthetic Data

Artificial data generated programmatically to mimic real data for testing, training, or research purposes.

You will find this term commonly used in Data Science, General IT

Synthetic Intelligence

An alternative term often used to describe artificial intelligence that emphasizes the creation of intelligence through synthetic (or artificial) means.

You will find this term commonly used in AI, General IT

Synthetic Monitoring

Monitoring the performance and availability of applications and systems using simulated transactions.

You will find this term commonly used in General IT, Monitoring

Syslog

A standard for message logging. It allows separation of the software that generates messages, the system that stores them, and the software that reports and analyzes them.

You will find this term commonly used in Software Development, System Administration

System

A collection of hardware, software, and firmware components that work together to perform a specific function or task.

You will find this term commonly used in General IT

What's Your
Career Path?
ON SALE 60% OFF
azure-administrator-career-path

AZ-104 Learning Path : Become an Azure Administrator

Master the skills needs to become an Azure Administrator and excel in this career path.
Total Hours
105 Hrs 42 Min
icons8-video-camera-58
421 On-demand Videos

$51.60$169.00

ON SALE 60% OFF
Kubernetes Certification

Kubernetes Certification: The Ultimate Certification and Career Advancement Series

Enroll now to elevate your cloud skills and earn your Kubernetes certifications.
Total Hours
11 Hrs 5 Min
icons8-video-camera-58
207 On-demand Videos

$51.60

Add To Cart
ON SALE 60% OFF
AWS Cloud Practitioner

AWS Cloud Practitioner Career Path

Learn and get certified as an Amazon Web Services Cloud guru. From beginning ot avanced, this series is for you.
Total Hours
62 Hrs 59 Min
icons8-video-camera-58
473 On-demand Videos

$51.60

Add To Cart
ON SALE 60% OFF
Cisco Network Career Path

Cisco Network Engineer Career Path

Master Cisco Networks in this comprehensive training series. Elevate your career today.
Total Hours
126 Hrs 29 Min
icons8-video-camera-58
459 On-demand Videos

$51.60

Add To Cart
ON SALE 60% OFF
Data Analyst Career Path

Data Analyst Career Path

Become a crucial member of your team as a Data Analyst
Total Hours
56 Hrs 36 Min
icons8-video-camera-58
358 On-demand Videos

$51.60

Add To Cart
ON SALE 60% OFF
IT User Support Specialist Career Path

Comprehensive IT User Support Specialist Training: Accelerate Your Career

Advance your tech support skills and be a viable member of dynamic IT support teams.
Total Hours
121 Hrs 41 Min
icons8-video-camera-58
610 On-demand Videos

$51.60$169.00

ON SALE 60% OFF
Network Administrator Career Path

Network Administrator Career Path

Wanting to become a Network Administrator? This training series offers the core training you need.
Total Hours
158 Hrs 43 Min
icons8-video-camera-58
511 On-demand Videos

$51.60

Add To Cart
ON SALE 60% OFF
Information Security Analyst Career Path

Information Security Analyst Career Path

Dive into Cybersecurity with our Comprehensive Information Security Analyst training series.
Total Hours
54 Hrs 29 Min
icons8-video-camera-58
215 On-demand Videos

$51.60

Add To Cart
ON SALE 60% OFF
Network Security Analyst

Network Security Analyst Career Path

Become a proficient Network Security Analyst with our comprehensive training series, designed to equip you with the skills needed to protect networks and systems against cyber threats. Advance your career with key certifications and expert-led courses.
Total Hours
96 Hrs 49 Min
icons8-video-camera-58
419 On-demand Videos

$51.60

Add To Cart
ON SALE 60% OFF
Video Editor Career Path

Video Editor Career Path

From mastering editing software to understanding the nuances of visual storytelling, this series is designed for aspiring video editors.
Total Hours
24 Hrs 3 Min
icons8-video-camera-58
154 On-demand Videos

$51.60

Add To Cart
ON SALE 60% OFF
Information Security Career Path

Leadership Mastery: The Executive Information Security Manager

An advanced training series designed for those with prior experience in IT security disicplines wanting to advance into a management role.
Total Hours
95 Hrs 38 Min
icons8-video-camera-58
346 On-demand Videos

$51.60

Add To Cart
ON SALE 60% OFF
Google DevOps Engineer Career Path

Google DevOps Engineer Career Path

Expand your cloud knowledge or explore this career option as a Google DevOps Engineer.
Total Hours
41 Hrs 50 Min
icons8-video-camera-58
475 On-demand Videos

$51.60

Add To Cart