Windows 8 Development: MPIO and Storage CDB

February 24, 2011
27
Views

Lets go through some of the interesting clips from Steven Chapman’s Windows 8 article http://www.eyeonwindows.com/2011/02/24/steven-chapman-just-blew-my-mind-with-windows-8-data/

This was interesting

Worked on test tools/automation development for various core storage features of Windows 7 and Windows 8, including MPIO and storage CDB fuzzer.

MPIO and Storage CDB fuzzer eh?

What’s MPIO?

For those not in the know, multipath I/O is a fault-tolerance and performance enhancement technique whereby there is more than one physical path between the CPU in a computer system and its mass storage devices through the buses, controllers, switches, and bridge devices connecting them.

or

Multipathing, the ability of a system to use more than one read/write path to a storage device, is a high availability solution that provides fault tolerance against single-point-of failure in hardware components. Multipathing can also provide load balancing of I/O traffic, thereby improving system and application performance.

What’s Storage CDB?

The SCSI Command Descriptor Block (CDB) is a block of information that describes the command.  Commands are sent from SCSI Initiators, which are contained in host computers, to SCSI Targets, which are controllers of some type of storage device (hard disk, tape drive, etc.)

Interesting…

Sources: 1, 2, 3

 

Article Categories:
Microsoft

Mike Johnson is a writer for The Redmond Cloud - the most comprehensive source of news and information about Microsoft Azure and the Microsoft Cloud. He enjoys writing about Azure Security, IOT and the Blockchain.

Leave a Reply

Your email address will not be published. Required fields are marked *