All Topics  
Burst mode (computing)

 

   Email Print
   Bookmark   Link






 

Burst mode (computing)



 
 
Burst mode (alternatively burst-mode, with a hyphen) is a generic computing
Computing

Computing is usually defined as the activity of using and developing computer technology, computer hardware and computer software. It is the computer-specific part of information technology....
 term referring to any situation in which a device is transmitting data repeatedly without waiting for input from another device or waiting for an internal process to terminate before continuing the transfer of data.

In the case of DMA, the DMA controller and the device are given exclusive access to the bus without interruption; the CPU is also freed from handling device interrupts.

The actual manner in which burst modes work varies from one type of device to another; however, devices which have some sort of standard burst mode include:










Discussion
Ask a question about 'Burst mode (computing)'
Start a new discussion about 'Burst mode (computing)'
Answer questions from other users
Full Discussion Forum



Encyclopedia


Burst mode (alternatively burst-mode, with a hyphen) is a generic computing
Computing

Computing is usually defined as the activity of using and developing computer technology, computer hardware and computer software. It is the computer-specific part of information technology....
 term referring to any situation in which a device is transmitting data repeatedly without waiting for input from another device or waiting for an internal process to terminate before continuing the transfer of data.

In the case of DMA, the DMA controller and the device are given exclusive access to the bus without interruption; the CPU is also freed from handling device interrupts.

The actual manner in which burst modes work varies from one type of device to another; however, devices which have some sort of standard burst mode include:

  • Random access memory (RAM), including EDO, SDRAM
    SDRAM

    SDRAM refers to synchronous dynamic random access memory, a term that is used to describe dynamic random access memory that has a synchronous interface....
    , DDR SDRAM
    DDR SDRAM

    DDR SDRAM is a class of memory integrated circuits used in computers. It achieves nearly twice the bandwidth of the preceding "single data rate" SDRAM by double data rate without increasing the clock frequency....
    , and RDRAM
    RDRAM

    Direct Rambus DRAM or DRDRAM is a type of synchronous DRAM, designed by the Rambus Corporation....
     (only the last three are required to send data in burst mode, according to industry standards)
  • Hard disk drive
    Hard disk

    A hard disk drive , commonly referred to as a hard drive, hard disk, or fixed disk drive, is a non-volatile storage device which stores digitally encoded data on rapidly rotating hard disk platters with magnetic surfaces....
     (HDD) interfaces such as SCSI
    SCSI

    Small Computer System Interface, or SCSI , is a set of standards for physically connecting and transferring data between computers and peripheral devices....
     and IDE
  • Accelerated Graphics Port
    Accelerated Graphics Port

    The Accelerated Graphics Port is a high-speed point-to-point channel for attaching a :Category:Graphics cards to a computer's motherboard, primarily to assist in the acceleration of 3D computer graphics....
     (AGP) processors (debatable, write-combining
    Write-combining

    Write combining is a computer bus technique for allowing data to be combined and temporarily stored in a Buffer -- the write combine buffer -- to be released together later in Burst mode instead of writing as single Bit or small chunks....
     is similar in purpose and meaning)


See also

  • Direct memory access
    Direct memory access

    Direct memory access is a feature of modern computers and microprocessors that allows certain hardware subsystems within the computer to access system Computer storage for reading and/or writing independently of the central processing unit....
     (DMA)