IT Glossary
Plain-language definitions for ITSM, project management, agile, DevOps, governance, cloud and cybersecurity concepts.
Showing 106 of 106 terms
Access Control
The selective restriction of access to resources, ensuring that only authorised users can access specific data, systems, or facilities.
Agile Release Train
A long-lived team of Agile teams (typically 50–125 people) that incrementally develops, delivers, and operates one or more solutions in a value stream.
Availability Management
The practice of ensuring that services deliver agreed levels of availability to meet the needs of customers and users.
Blue-Green Deployment
A deployment strategy that maintains two identical production environments (blue and green), with traffic switched between them during releases.
Burndown Chart
A graphical representation of work remaining versus time in a Sprint or release, showing whether the team is on track to complete all committed work.
Canary Release
A deployment technique that rolls out changes to a small subset of users before making the change available to the entire user base.
Capacity and Performance Management
The practice of ensuring that services achieve agreed and expected performance levels, satisfying current and future demand cost-effectively.
Change Advisory Board
A group of people that supports the assessment, prioritisation, authorisation, and scheduling of changes.
Change Enablement
The practice of ensuring that risks are properly assessed, changes are authorised, and the change schedule is managed to maximise successful service and product changes.
CI/CD
Continuous Integration and Continuous Delivery/Deployment — the practice of automating code integration, testing, and deployment to deliver software changes frequently and reliably.
CIA Triad
The three fundamental security principles: Confidentiality (protecting data from unauthorised access), Integrity (ensuring data accuracy), and Availability (ensuring data is accessible when needed).
Cloud Native
An approach to building and running applications that fully exploits the advantages of cloud computing — including containers, microservices, and dynamic orchestration.
CMDB
Configuration Management Database — a repository that stores information about all Configuration Items (CIs) and their relationships within the IT infrastructure.
COBIT
Control Objectives for Information and Related Technologies — ISACA's framework for enterprise IT governance and management.
Compliance
The act of adhering to laws, regulations, standards, and internal policies that govern an organisation's operations and information handling.
Configuration Management
The practice of ensuring accurate and reliable information about the configuration of services and the CIs that support them is available when needed.
Containerisation
A lightweight virtualisation method that packages an application and its dependencies together, ensuring consistent behaviour across different computing environments.
Continual Improvement
An ongoing organisational activity to identify and implement improvements to services, practices, processes, and the overall Service Value System.
Critical Path Method
A schedule analysis technique that determines the longest path through the project network diagram, establishing the minimum project duration.
Daily Scrum
A 15-minute time-boxed event for the Developers to inspect progress toward the Sprint Goal and adapt the Sprint Backlog as necessary.
Definition of Done
A shared understanding of what it means for work to be complete — the quality standard that must be met for a product Increment to be releasable.
Deliverable
Any unique and verifiable product, result, or capability produced to complete a process, phase, or project.
Deployment Management
The practice of moving new or changed hardware, software, documentation, or any other component to live environments.
Docker
An open-source platform for building, shipping, and running applications in lightweight, portable containers.
Earned Value Management
An integrated project management methodology that combines scope, schedule, and cost data to assess project performance and progress.
Emergency Change
A change that must be introduced as soon as possible to resolve a major incident, security breach, or critical business issue.
Enterprise Service Management
The extension of IT Service Management principles and capabilities to non-IT business functions such as HR, facilities, finance, and legal.
Epic
A large body of work that can be broken down into smaller user stories — too big to complete in a single Sprint.
Escalation
The process of moving an incident, problem, or issue to a higher level of expertise (functional escalation) or authority (hierarchical escalation).
Feature Toggle
A technique that allows teams to modify system behaviour without deploying new code — enabling or disabling features through configuration.
Four Dimensions of Service Management
The four perspectives that must be considered for effective service management: Organisations & People, Information & Technology, Partners & Suppliers, and Value Streams & Processes.
Gantt Chart
A horizontal bar chart that illustrates a project schedule, showing tasks, durations, dependencies, milestones, and the current status of each activity.
GDPR
General Data Protection Regulation — the European Union regulation governing the collection, processing, storage, and transfer of personal data of EU residents.
GitOps
An operational framework that uses Git as the single source of truth for declarative infrastructure and application configurations.
Governance
The means by which an organisation is directed, controlled, and held accountable. In IT, it ensures technology investments align with business strategy.
Guiding Principles
Seven universal recommendations in ITIL® 5 that guide an organisation's decision-making in all circumstances regardless of changes in goals, strategies, or structure.
Incident Management
The practice of restoring normal service operation as quickly as possible after an unplanned interruption or reduction in quality.
Infrastructure as Code
The practice of managing and provisioning computing infrastructure through machine-readable configuration files rather than manual processes.
ISO 27001
The international standard for Information Security Management Systems (ISMS), specifying requirements for establishing, implementing, maintaining, and continually improving information security.
IT Asset Management
The practice of planning and managing the full lifecycle of all IT assets to maximise value, control costs, manage risks, and support decision-making.
ITIL
Information Technology Infrastructure Library — the world's most widely adopted framework for IT Service Management, currently in version 5.
ITSM
IT Service Management — the discipline of designing, delivering, managing, and improving IT services to meet the needs of an organisation and its customers.
Kanban
A visual workflow management method that focuses on continuous flow, limiting work in progress, and optimising the flow of value through the system.
Knowledge Management
The practice of maintaining and improving the effective, efficient, and convenient use of information and knowledge across the organisation.
Known Error
A problem that has a documented root cause and a workaround — recorded in the Known Error Database (KEDB).
Kubernetes
An open-source container orchestration platform that automates deployment, scaling, and management of containerised applications.
Major Incident
An incident with significant business impact that requires an immediate coordinated response beyond the standard incident management process.
Maturity Model
A framework that describes the progression of an organisation's capabilities from initial/ad-hoc levels to optimised/continuous improvement levels.
Microservices
An architectural approach where an application is built as a collection of small, independently deployable services, each owning its own data and business logic.
Milestone
A significant point or event in a project timeline that marks the completion of a major phase, deliverable, or decision point.
Monitoring and Event Management
The practice of systematically observing services and service components, and recording and reporting selected changes of state identified as events.
MTBF
Mean Time Between Failures — the average time between service or component failures, indicating the reliability of a system.
MTTR
Mean Time to Repair — the average time taken to restore a service or component after a failure, measured from detection to resolution.
Multi-Cloud
A cloud strategy that uses services from multiple cloud providers (e.g., AWS, Azure, GCP) to avoid vendor lock-in and optimise for cost, performance, or compliance.
Observability
The ability to understand the internal state of a system by examining its external outputs — typically through logs, metrics, and traces.
Operational Level Agreement
An agreement between an IT service provider and another part of the same organisation that assists in providing a service.
Penetration Testing
An authorised simulated attack on a computer system to evaluate its security — identifying vulnerabilities before malicious attackers can exploit them.
PI Planning
Programme Increment Planning — a cadence-based, face-to-face event that aligns all teams on an Agile Release Train to a shared mission and plan.
Platform Engineering
The discipline of designing and building internal developer platforms (IDPs) that enable self-service capabilities for software development teams.
Portfolio Management
The centralised management of one or more portfolios of projects, programmes, and operations to achieve strategic business objectives.
Priority Matrix
A framework that combines impact and urgency to determine the priority of an incident, which in turn dictates the response and resolution targets.
Problem Management
The practice of identifying and managing the root causes of incidents to prevent recurrence and minimise the impact of incidents that cannot be prevented.
Product Backlog
An ordered list of everything that is known to be needed in the product — the single source of requirements for any changes to the product.
Product Owner
The accountability in Scrum responsible for maximising the value of the product by managing and ordering the Product Backlog.
Programme Management
The coordinated management of a group of related projects and activities to obtain benefits and control not available from managing them individually.
Project Charter
A document issued by the project sponsor that formally authorises the existence of a project and provides the project manager with authority to apply resources.
RACI Matrix
A responsibility assignment matrix that defines who is Responsible, Accountable, Consulted, and Informed for each task or deliverable.
Release Management
The practice of making new and changed services and features available for use, ensuring they are deployed smoothly and deliver expected value.
Risk Assessment
The systematic process of identifying, analysing, and evaluating risks to determine their likelihood, impact, and priority for treatment.
Risk Register
A document that records identified risks, their analysis results, planned responses, and current status throughout the project lifecycle.
Root Cause Analysis
A systematic investigation technique used to identify the fundamental underlying cause of an incident or problem.
SAFe
Scaled Agile Framework — an enterprise-level framework for scaling Agile and Lean practices across large organisations with multiple teams.
Scope Creep
The uncontrolled expansion of project scope without corresponding adjustments to time, cost, and resources — often caused by poor change control.
Scrum
A lightweight Agile framework for developing, delivering, and sustaining complex products through iterative, incremental work cadences called Sprints.
Scrum Master
The accountability in Scrum responsible for ensuring the team follows Scrum practices, removing impediments, and coaching the team toward self-management.
Self-Service Portal
A web-based interface that enables users to log incidents, submit service requests, search knowledge bases, and track the status of their issues without contacting the service desk.
Service Catalogue
A database or structured document with information about all live IT services, including those available for deployment.
Service Continuity Management
The practice of ensuring that the availability and performance of a service is maintained at sufficient levels in case of a disaster.
Service Desk
The single point of contact between the service provider and users for all communication regarding service requests, incidents, and general information.
Service Level Agreement
A documented agreement between a service provider and a customer that identifies services required and the expected level of service.
Service Level Management
The practice of setting clear business-based targets for service performance and ensuring delivery against those targets through monitoring, reporting, and review.
Service Portfolio
The complete set of services managed by a service provider — including services in the pipeline, live services, and retired services.
Service Request Management
The practice of handling all pre-defined, user-initiated service requests — such as access requests, information requests, and standard provisions.
Service Value Chain
The central operating model within the Service Value System, consisting of six interconnected activities that transform demand into value.
Service Value System
The overarching model in ITIL® 5 that describes how all components and activities work together to create value through IT-enabled services.
SIAM
Service Integration and Management — a methodology for managing multiple service providers and integrating them to provide a single business-facing IT organisation.
Site Reliability Engineering
An engineering discipline that applies software engineering practices to infrastructure and operations problems to create scalable and reliable systems.
SOC 2
System and Organization Controls 2 — an auditing standard that evaluates a service organisation's controls for security, availability, processing integrity, confidentiality, and privacy.
Sprint
A fixed-length iteration in Scrum (typically 1–4 weeks) during which a potentially releasable product Increment is created.
Sprint Planning
A Scrum event where the team defines the Sprint Goal, selects Product Backlog items, and creates a plan for delivering the Sprint Increment.
Sprint Retrospective
A Scrum event where the team inspects how the last Sprint went with regard to people, relationships, processes, and tools, and identifies improvements.
Sprint Review
A Scrum event held at the end of the Sprint to inspect the Increment and adapt the Product Backlog based on stakeholder feedback.
Stakeholder Management
The practice of identifying, analysing, planning, and engaging with individuals or groups who can affect or be affected by the project.
Standard Change
A pre-authorised, low-risk, relatively common change that follows a documented procedure and does not require additional change authorisation.
Story Points
A unit of measure for expressing the overall effort, complexity, and uncertainty of implementing a Product Backlog item.
Supplier Management
The practice of ensuring that the organisation's suppliers and their performance are managed appropriately to support the provision of seamless, quality services.
User Story
A short, simple description of a feature or requirement told from the perspective of the end user who desires the new capability.
Utility
The functionality offered by a product or service to meet a particular need — what the service does. Also known as 'fitness for purpose'.
Value Co-creation
The principle that value is created through the active collaboration between service providers and service consumers — not delivered unilaterally.
Value Stream
The series of steps an organisation undertakes to create and deliver products and services to consumers — from demand to value realisation.
Velocity
The amount of work a Scrum team completes in a Sprint, typically measured in story points or number of items completed.
Warranty
Assurance that a product or service will meet agreed requirements — typically covering availability, capacity, security, and continuity. Also known as 'fitness for use'.
Work Breakdown Structure
A hierarchical decomposition of the total scope of work to be carried out by the project team to accomplish project objectives and create required deliverables.
Workaround
A temporary solution that reduces or eliminates the impact of an incident or problem for which a full resolution is not yet available.