Modernization Hub

Burst Mode

Enhanced Definition

In the context of IBM z/OS and mainframe I/O, Burst Mode refers to a high-speed data transfer mechanism where a device or channel sends a continuous stream of data without requiring an acknowledgment for each individual data unit. This optimizes throughput by minimizing protocol overhead and maximizing the utilization of the underlying communication link, such as a FICON or ESCON channel.

Key Characteristics

    • High Throughput: Designed to maximize the amount of data transferred per unit of time by reducing latency and overhead associated with individual data unit acknowledgments.
    • Channel Optimization: Primarily utilized by high-speed I/O channels like FICON (Fibre Connection) and ESCON (Enterprise Systems Connection) to move large blocks of data between the CPU complex and peripheral control units (e.g., for DASD, tape).
    • Reduced Overhead: Eliminates or significantly reduces the need for frequent handshaking or acknowledgments during a continuous data transfer operation, allowing data to flow more freely.
    • Block-Oriented: Often operates on larger blocks or frames of data rather than individual bytes or small packets, making it efficient for bulk data movement.
    • Hardware-Assisted: The implementation of burst mode is typically managed by the channel hardware and control units, offloading this processing from the main CPU.

Use Cases

    • Large Dataset Transfers: Efficiently moving large files or datasets between storage devices (DASD, tape) and main memory, crucial for batch processing, backups, and restores.
    • Database Operations: Accelerating data retrieval and storage operations for high-volume database systems like DB2 for z/OS or IMS, especially during bulk loads, reorganizations, or queries involving large result sets.
    • Backup and Recovery: Enhancing the speed of full system backups, dataset backups, and recovery operations by leveraging the high-speed I/O channels to move data to tape or disk.
    • Replication and Mirroring: Facilitating high-speed data replication between storage subsystems (e.g., using GDPS or PPRC) to ensure business continuity and disaster recovery.

Related Concepts

Burst Mode is fundamental to the performance of z/OS I/O operations, working in conjunction with channel programs and control units. Channel programs define the sequence of I/O operations, which are then executed by the channel, often leveraging burst mode for data transfer. It relies on the capabilities of high-speed FICON and ESCON channels, which provide the physical infrastructure for these rapid data movements. It also impacts the efficiency of storage subsystems (DASD, tape) by enabling them to receive and send data at their maximum rates.

Best Practices:
  • Proper Channel Configuration: Ensure FICON/ESCON channels and control units are configured to support optimal burst transfer capabilities, including appropriate buffer sizes and channel path selection.
  • Workload Optimization: Design applications and batch jobs to perform I/O in larger, contiguous blocks where possible to fully leverage burst mode efficiency, rather than many small, fragmented I/O requests.
  • Monitor I/O Performance: Regularly monitor channel utilization, I/O rates, and response times using tools like RMF or SMF data to identify bottlenecks and confirm burst mode effectiveness.
  • Hardware Upgrades: Invest in modern FICON channels and high-performance storage subsystems that are designed to maximize burst transfer rates and overall I/O throughput.

Related Vendors

FICO

3 products

HP

5 products

IBM

646 products

Legent

6 products

HTWC

4 products

Related Categories

Operating System

154 products

Tools and Utilities

519 products

Administration

395 products

Source Code

61 products