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:

  • Developing Portlets with GWTI found this article in DeligentHow to write a portlet with the aim of GWT? Modifying Gridpshere Home If you want you can also apply the respective changes to gridsphere’s home directory. This can be useful if, for some reaso… Read More
  • GWT Chat Application – (GWT with xmpp protocol)emite (xmpp & gwt) – This library implements the xmpp communications protocol using the bosh technique with gwt. It also handles the xmpp Instant Messaging protocol but has a modular architecture to support any other kind… 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
  • GWT PortletsGWT Portlets is a free open source web framework for building GWT (Google Web Toolkit) applications. It defines a very simple & productive, yet powerful programming model to build good looking, modular GWT applications.Th… Read More
  • GWT SmallTalkSource: http://gwtsmalltalk.wordpress.com/GWT Smalltalk (GST) is an implementation of the Smalltalk language which runs in web browsers.It is built using the Google Web Toolkit (GWT) and is deployed on the Google Application … Read More

0 comments:

Text Widget

Copyright © 2025 Vinay's Blog | Powered by Blogger

Design by | Blogger Theme by