IT Glossary - 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

WPA2-Personal

A version of WPA2 designed for home and small office networks, providing good security without the complexity of RADIUS authentication.

You will find this term commonly used in Wireless Security

WPA3 (Wi-Fi Protected Access 3)

The third iteration of the Wi-Fi Protected Access security protocol, providing enhanced security features for wireless networks.

You will find this term commonly used in Security, Networking

Wrapper Class

In programming, a class whose instances are collections of other objects. It allows the grouping of objects as a single unit.

You will find this term commonly used in General IT

Wrapper Function

A function whose main purpose is to call a second function, often used to simplify complex function calls or to adapt them to a specific interface.

You will find this term commonly used in General IT/Programming

Write Amplification

A phenomenon in flash memory and solid-state drives where the actual amount of physical information written is a multiple of the logical amount intended to be written.

You will find this term commonly used in General IT

Write Coalescing

A technique used in computer storage to improve performance by combining multiple write commands into a single larger command before writing to the disk.

You will find this term commonly used in General IT

Write Protection

A physical or software mechanism that prevents modification or deletion of data on a device or medium.

You will find this term commonly used in Cybersecurity

Write-Ahead Logging (WAL)

A method used in databases to ensure data integrity by recording changes to data before it is actually made to the database.

You will find this term commonly used in Databases

Write-Back Cache

A caching technique in which data is written to cache alone and not immediately to the backing storage, improving performance.

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

Write-Once Memory

A type of non-volatile memory that can be written once and then read many times, used for secure data storage.

You will find this term commonly used in General IT

Write-Once, Run Anywhere (WORA)

A principle of software development that enables code to run on any platform without needing to be rewritten.

You will find this term commonly used in Software Development

Write-Protect

A mechanism that prevents the modification or deletion of data on a device or in a file.

You will find this term commonly used in Data Security

Write-Through Cache

A caching method where operations write data to both the cache and the backing storage, ensuring data consistency.

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

WYSIWYG

An acronym for "What You See Is What You Get," referring to software that allows content to be edited in a form resembling its appearance when printed or displayed as a finished product.

You will find this term commonly used in General IT, User Interface

WYSIWYG (What You See Is What You Get)

A user interface that allows users to view a document or webpage exactly as it will appear when printed or displayed.

You will find this term commonly used in General IT

WYSIWYG Editor

A system in which content (text and graphics) can be edited in a form closely resembling its appearance when printed or displayed as a finished product, such as in word processors or web content management systems.

You will find this term commonly used in General IT

X Window Manager

An X Window Manager is a software component that controls the placement and appearance of windows in the X Window System. It provides window decorations, desktop management, and user interaction features to enhance the usability of graphical desktop environments.

You will find this term commonly used in Operating Systems, Graphical User Interfaces

X Window System

The X Window System is a graphical windowing system that provides the foundation for graphical user interfaces (GUIs) in Unix-like operating systems. It allows multiple applications to run concurrently and display their output in separate windows on a computer screen.

You will find this term commonly used in Operating Systems, Graphical User Interfaces

X.21

X.21 is a standard interface for connecting data terminal equipment (DTE) and data circuit-terminating equipment (DCE) in digital communication networks. It defines the physical and electrical characteristics of the interface, including connector pinouts and signaling protocols.

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

X.25

X.25 is a standard protocol suite for packet-switched networking that was widely used in the early days of computer networking. It provides connections between devices over public or private networks using virtual circuits.

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

X.400

X.400 is a standard protocol suite for email messaging and directory services in computer networks. It defines the format and procedures for exchanging messages between different email systems and managing directories of users and resources.

You will find this term commonly used in Networking, Email Systems

X.400 Address

An X.400 address is a unique identifier used to route email messages in X.400-based messaging systems. It consists of a series of components that specify the recipient's mailbox, organization, and country within the X.400 directory hierarchy.

You will find this term commonly used in Networking, Email Systems

X.509

X.509 is a standard format for public key certificates used in public key infrastructure (PKI) systems. It defines the structure and contents of digital certificates, including information about the certificate holder and the certificate authority that issued it.

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

X.509 Certificate

An X.509 certificate is a digital document that verifies the identity of an entity, such as a website, server, or individual user, in a cryptographic manner. It contains information about the certificate holder, issuer, and public key, signed by a trusted certificate authority.

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

XaaS (Anything as a Service)

XaaS refers to the delivery of various services over the internet, where the provider hosts and manages the infrastructure, software, and platform, allowing users to access them on-demand. Examples include SaaS (Software as a Service), PaaS (Platform as a Service), and IaaS (Infrastructure as a Service).

You will find this term commonly used in Cloud Computing, General IT

XaaS (Everything as a Service)

An emerging paradigm that extends the concept of providing various services over the internet beyond the traditional models.

You will find this term commonly used in Cloud Computing, Service Models

XACML (eXtensible Access Control Markup Language)

XACML is an XML-based language for defining and enforcing access control policies in distributed systems. It provides a standardized framework for specifying who can access what resources under which conditions.

You will find this term commonly used in Security, Access Control

XAMPP

A free and open-source cross-platform web server solution stack package developed by Apache Friends, consisting mainly of the Apache HTTP Server, MariaDB database, and interpreters for scripts written in the PHP and Perl programming languages.

You will find this term commonly used in General IT

Xapian

An open-source search engine library, providing algorithms and data structures for indexing and searching text.

You will find this term commonly used in Software Development, Information Retrieval

XCAP (XML Configuration Access Protocol)

XCAP is a protocol for managing configuration data stored in XML format on a server. It provides mechanisms for accessing, modifying, and sharing configuration settings across different applications and devices in a networked environment.

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

XDMCP (X Display Manager Control Protocol)

A communication protocol that allows remote access to an X Window System desktop.

You will find this term commonly used in Networking, Remote Desktop Services

XDR (eXternal Data Representation)

XDR is a standard for serializing and deserializing data structures in a platform-independent manner. It defines a format for encoding data types and values for transmission between different computer systems.

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

Xen Hypervisor

An open-source hypervisor that provides virtualization services for x86-compatible computers.

You will find this term commonly used in Virtualization

Xen Virtualization

Xen is an open-source hypervisor that enables multiple operating systems to run concurrently on a single physical machine. It provides a virtualization platform for server consolidation, resource optimization, and improved scalability.

You will find this term commonly used in Virtualization, Cloud Computing

XENIX

Xenix is a discontinued version of the Unix operating system developed by Microsoft in the 1980s. It was designed for compatibility with the Unix System V release 2.0, providing a multi-user, multitasking environment for business and enterprise computing.

You will find this term commonly used in Operating Systems, Legacy Systems

Xenix OS

A version of the UNIX operating system, licensed by Microsoft and targeted at the business and educational markets.

You will find this term commonly used in Operating Systems, Legacy Systems

XER (eXternal Entity Resolution)

XER is a method for resolving external references in XML documents by associating them with specific resources or locations. It enables XML processors to retrieve and incorporate external entities into a document during parsing or validation.

You will find this term commonly used in Web Development, Data Integration

XForms

An XML format for the specification of a data processing model for web forms and their submission, aiming to improve web forms with rich functionality.

You will find this term commonly used in Web Development, Data Management

XFP (10 Gigabit Small Form Factor Pluggable)

XFP is a standard for high-speed optical transceivers used in 10 Gigabit Ethernet and other fiber-optic communication systems. It defines the physical and electrical characteristics of small form factor pluggable modules for transmitting and receiving data over optical fibers.

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

XFS (eXtended File System)

XFS is a high-performance file system designed for use in Unix-like operating systems. It supports large file sizes, metadata journaling, and advanced features such as snapshots and online resizing, making it suitable for handling large-scale storage requirements.

You will find this term commonly used in Operating Systems, File Systems

Xgrid

A technology developed by Apple Inc. for distributed computing, allowing computers to work together on complex tasks.

You will find this term commonly used in Distributed Computing, High-Performance Computing

XHR (Cross-Origin Resource Sharing)

CORS is a security feature implemented in web browsers to prevent cross-origin HTTP requests from accessing resources on a different domain. It allows web servers to specify which origins are permitted to access their resources, reducing the risk of unauthorized access and data leakage.

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

XHR (XMLHttpRequest)

XHR is an API in web development that allows client-side scripts to communicate with web servers asynchronously. It enables the exchange of data between the web browser and server without refreshing the entire page, facilitating dynamic and interactive web applications.

You will find this term commonly used in Web Development, Client-Server Communication

XHTML (eXtensible Hypertext Markup Language)

XHTML is a reformulation of HTML as an XML application, combining the syntax and semantics of HTML with the rigorousness of XML. It adheres to XML rules, making it easier to create well-formed and structured web documents that can be processed by XML tools.

You will find this term commonly used in Web Development, Markup Language

Xilinx FPGA

Field-Programmable Gate Arrays from Xilinx, Inc., which are integrated circuits that can be programmed by customers after manufacturing.

You will find this term commonly used in Hardware Development, Digital Design

Xilinx ISE (Integrated Software Environment)

A software tool produced by Xilinx for synthesis and analysis of HDL designs, enabling the developer to synthesize ("compile") their designs, perform timing analysis, examine RTL diagrams, simulate a design's reaction to different stimuli, and configure the target device with the programmer.

You will find this term commonly used in Hardware Development, FPGA Programming

Xinerama

A technology that allows for multi-head display with the X Window System, enabling the use of multiple monitors as a single, large display.

You will find this term commonly used in General IT, Hardware Integration

XInput

An API for input devices in the X Window System, allowing the application to recognize input from keyboards, mice, and other input devices.

You will find this term commonly used in Software Development, Hardware Interaction

Xively

A platform for integrating, managing, and deriving business value from IoT (Internet of Things) devices.

You will find this term commonly used in IoT, Cloud Computing

Xlib

A library that provides a low-level API for interfacing with the X Window System, allowing for the creation of GUI applications.

You will find this term commonly used in General IT, Software Development

What's Your
Career Path?
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 Training Hours
icons8-video-camera-58
475 On-demand Videos

$51.60

Add To Cart
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 Training Hours
icons8-video-camera-58
207 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 Training Hours
icons8-video-camera-58
610 On-demand Videos

$51.60$169.00

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 Training Hours
icons8-video-camera-58
346 On-demand Videos

$51.60

Add To Cart
ON SALE 60% OFF
Pentester Career Path

Pentester Career Path

Designed to equip aspiring professionals with the skills and knowledge essential for excelling in the field of penetration testing.
Total Hours
96 Training Hours
icons8-video-camera-58
419 On-demand Videos

$51.60

Add To Cart
ON SALE 60% OFF
CEH Career Path

Certified Ethical Hacker Career Path

This advanced training series teaches you the skills needed to detect vulnerabilities and weaknesses in computer systems and networks. 
Total Hours
126 Training Hours
icons8-video-camera-58
804 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 Training Hours
icons8-video-camera-58
473 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 Training Hours
icons8-video-camera-58
154 On-demand Videos

$51.60

Add To Cart
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 Training Hours
icons8-video-camera-58
511 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 Training Hours
icons8-video-camera-58
459 On-demand Videos

$51.60

Add To Cart
ON SALE 60% OFF
IT Project Manager

IT Project Manager Career Path

Explore the role of an IT Project Manager with our comprehensive IT Manager Career Path Series.
Total Hours
36 Training Hours
icons8-video-camera-58
151 On-demand Videos

$51.60

Add To Cart
ON SALE 61% OFF
ICD 9

ICD 9, ICD 10, ICD 11 : Medical Coding Specialist Career Path

The Medical Billing Specialist training series is a comprehensive educational program designed to equip learners with the essential skills and knowledge required in the field of medical billing and coding.
Total Hours
37 Training Hours
icons8-video-camera-58
192 On-demand Videos

$39.00

Add To Cart