Sep 29, 2009

GUID - Globally Unique Identifiers

What is an GUID / UUID ?

A UUID (or GUID) is a unique identifier that can be created whithout a central authority. UUIDs can be used if a sequence number is not good enough. This implementation is thread safe and very fast.

UUID generates version 1 UUIDs that contain the the MAC address of a network card. To obtain it, the following commands are invoked and their respective output parsed:

What is it used for?

UUIDs are applied for identification purposes in a number of fields in the computer industry.

Possible uses are (but are not limited to):
  • The identifiers in the windows registry.
  • Identifiers used in databases.
  • Identifiers used in RPC (COM, CORBA) (remote procedure calls)
To ensure nobody else would - by accident - provide something conflicting.

What does it look like?

The formal definition of the UUID string representation is provided by the following :

UUIDs are basically 128 bit numbers, normally presented in the following hexadecimal - grouped form:
58e0a7d7-eebc-11d8-9669-0800200c9a66
UUID = time-low "-" time-mid "-" time-high-and-version "-" clock-seq-and-reserved clock-seq-low "-" node
time-low = 4hexOctet

time-mid = 2hexOctet

time-high-and-version = 2hexOctet

clock-seq-and-reserved = hexOctet

clock-seq-low = hexOctet

node = 6hexOctet

hexOctet = hexDigit hexDigit

hexDigit = "0" / "1" / "2" / "3" / "4" / "5" / "6" / "7" / "8" / "9" / "a" / "b" / "c" / "d" / "e" / "f" / "A" / "B" / "C" / "D" / "E" / "F"
In Microsoft Windows, run--> CMD--> ipconfig /all

Resources

Related Posts:

  • Inside the Google Web Toolkit (GWT)What is the Google Web Toolkit (GWT) A tool for creating AJAX sites using Java* Take advantage of all of the great Java tools to create AJAX applications* Have the maintenance advantages of Java with the deployability of AJ… Read More
  • Released GWT 2.0 with Speed TracerGWT 2.0 new features Fast edit/refresh with new development mode and draft compiles Declarative UI with UiBinder Pixel-perfect visuals with layout panels Compiler improvements Optimized resources with ClientBu… Read More
  • GUID - Globally Unique IdentifiersWhat is an GUID / UUID ? A UUID (or GUID) is a unique identifier that can be created whithout a central authority. UUIDs can be used if a sequence number is not good enough. This implementation is thread safe and very fast.UU… Read More
  • Released GWT 2.0 with Speed TracerGWT 2.0 new features Fast edit/refresh with new development mode and draft compiles Declarative UI with UiBinder Pixel-perfect visuals with layout panels Compiler improvements Optimized resources with ClientBu… Read More
  • About GWT compilerThe GWT compiler is the fulcrum of GWT. The entire approach GWT takes, encapsulating browser differences and compiling JavaScript from Java, is made possible by the design and architecture of the compiler.The GWT compiler com… Read More

0 comments:

Text Widget

Copyright © 2025 Vinay's Blog | Powered by Blogger

Design by | Blogger Theme by