mirror of
https://github.com/boostorg/uuid.git
synced 2026-01-19 04:42:16 +00:00
Update introduction.adoc
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
:idprefix: introduction_
|
||||
|
||||
A UUID, or Universally unique identifier, is intended to uniquely identify information in a distributed environment without significant central coordination.
|
||||
A UUID, or universally unique identifier, is intended to uniquely identify information in a distributed environment without significant central coordination.
|
||||
It can be used to tag objects with very short lifetimes, or to reliably identify very persistent objects across a network.
|
||||
|
||||
A formal definition for UUID can be found in https://datatracker.ietf.org/doc/rfc4122/[RFC 4122] and https://datatracker.ietf.org/doc/rfc9562/[RFC 9562].
|
||||
@@ -18,7 +18,7 @@ UUIDs are inserted into documents from Microsoft Office programs.
|
||||
UUIDs identify audio or video streams in the Advanced Systems Format (ASF).
|
||||
UUIDs are also a basis for OIDs (object identifiers), and URNs (uniform resource name).
|
||||
|
||||
An attractive feature of UUIDs when compared to alternatives is their relative small size, of 128-bits, or 16-bytes.
|
||||
An attractive feature of UUIDs when compared to alternatives is their relative small size, of 128 bits, or 16 bytes.
|
||||
Another is that the creation of UUIDs does not require a centralized authority.
|
||||
|
||||
When UUIDs are generated by one of the defined mechanisms, they are either guaranteed to be unique, different from all other generated UUIDs
|
||||
|
||||
Reference in New Issue
Block a user