---
title: "Tabletop Exercise — Definition | FourSight Glossary"
url: https://foursight.cloud/glossary/tabletop-exercise
description: "A simulated incident walked through verbally by the team — no actual production impact — to test the playbook, rehearse roles, and uncover gaps before a…"
lang: en
---

Back to glossary: https://foursight.cloud/glossary

Operations

# Tabletop Exercise

A simulated incident walked through verbally by the team — no actual production impact — to test the playbook, rehearse roles, and uncover gaps before a real incident.

Source

- CISA — Tabletop Exercise Packages (https://www.cisa.gov/resources-tools/services/cisa-tabletop-exercise-packages)

## Related terms

Blue-Green Deployment

A zero-downtime release strategy with two identical environments.
https://foursight.cloud/glossary/blue-green-deploy

Rolling Deployment

A release strategy that replaces instances of an old version with the new version gradually, a few at a tim…
https://foursight.cloud/glossary/rolling-deploy

Failover

Switching automatically (or manually) from a failed primary system to a healthy standby.
https://foursight.cloud/glossary/failover

Circuit Breaker

A pattern where a client temporarily stops calling a failing downstream service after a threshold of errors…
https://foursight.cloud/glossary/circuit-breaker

Queue Saturation

A failure mode where work arrives at a queue faster than it's processed, the queue grows unbounded, and lat…
https://foursight.cloud/glossary/queue-saturation

ETL Pipeline

"Extract, Transform, Load" — a scheduled data pipeline that pulls data from a source, transforms it, and wr…
https://foursight.cloud/glossary/etl-pipeline

## Start monitoring free — HTTP + Ping checks, 4 regions, no card

The Free plan includes 10 monitors with HTTP and Ping checks from all 4 probe regions, 5 minute intervals, email alerts, and 1 status page — $0, no credit card, commercial use allowed. All 8 monitor types unlock on Growth ($40/mo).

- HTTP + Ping checks
- 4 probe regions on every plan
- No credit card

Start monitoring free: https://foursight.cloud/auth?signup=true

## Structured data

```json
[
  {
    "@context": "https://schema.org",
    "@type": "DefinedTerm",
    "@id": "https://foursight.cloud/glossary/tabletop-exercise",
    "name": "Tabletop Exercise",
    "description": "A simulated incident walked through verbally by the team — no actual production impact — to test the playbook, rehearse roles, and uncover gaps before a real incident.",
    "url": "https://foursight.cloud/glossary/tabletop-exercise",
    "termCode": "tabletop-exercise",
    "inDefinedTermSet": {
      "@type": "DefinedTermSet",
      "name": "FourSight Monitoring & Reliability Glossary",
      "url": "https://foursight.cloud/glossary"
    },
    "sameAs": [
      "https://www.cisa.gov/resources-tools/services/cisa-tabletop-exercise-packages"
    ]
  },
  {
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
      {
        "@type": "ListItem",
        "position": 1,
        "name": "Glossary",
        "item": "https://foursight.cloud/glossary"
      },
      {
        "@type": "ListItem",
        "position": 2,
        "name": "Tabletop Exercise",
        "item": "https://foursight.cloud/glossary/tabletop-exercise"
      }
    ]
  }
]
```