GUID

From MultimediaWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

GUID is a globally unique identifier. It seems to be used interchangeably with UUID which stands for universally unique identifier. The GUID is a 128-bit quantity that identifies things in the Microsoft universe. A GUID, while treated as an atomic 128-bit unit, has the following partitions:

 32 bits
 16 bits
  8 bits
  8 bits
  8 bytes

In multimedia terms, GUIDs figure prominently in Microsoft's ASF format.