UUID प्रारूप: 8-4-4-4-12 - क्यों?


84

यूयूआईडी को "8-4-4-4-12" (अंक) प्रारूप में क्यों प्रस्तुत किया गया है? मैं कारण के लिए चारों ओर एक नज़र है, लेकिन निर्णय है कि इसके लिए कॉल नहीं मिल सकता है।

UUID का उदाहरण हेक्स स्ट्रिंग के रूप में स्वरूपित किया गया: 58D5E212-165B-4CA0-909B-C86B9CEE0111


11
दरअसल, हेक्स स्ट्रिंग उदाहरण गलत है। UUID कल्पना की आवश्यकता है कि हेक्स स्ट्रिंग एक UUID मूल्य का प्रतिनिधित्व करना चाहिए में हो लोअरकेस । युक्ति को एक अपरकेस या मिश्रित-केस स्ट्रिंग पार्स करने में सक्षम होने के लिए एक कार्यान्वयन की आवश्यकता होती है, लेकिन केवल लोअरकेस उत्पन्न किया जा सकता है। दुर्भाग्य से आम कार्यान्वयन इस नियम का उल्लंघन करते हैं, जिनमें ऐप्पल, माइक्रोसॉफ्ट और अन्य शामिल हैं।
तुलसी बोर्क

1
रोचक तुलसी, धन्यवाद
फिडेल

जवाबों:


65

यह द्वारा अलग किया गया है time, version, clock_seq_hi, clock_seq_lo, node, जैसा कि अनुवर्ती rfc में दर्शाया गया है।

से IETF RFC4122:

4.1.2.  Layout and Byte Order

   To minimize confusion about bit assignments within octets, the UUID
   record definition is defined only in terms of fields that are
   integral numbers of octets.  The fields are presented with the most
   significant one first.

   Field                  Data Type     Octet  Note
                                        #

   time_low               unsigned 32   0-3    The low field of the
                          bit integer          timestamp

   time_mid               unsigned 16   4-5    The middle field of the
                          bit integer          timestamp

   time_hi_and_version    unsigned 16   6-7    The high field of the
                          bit integer          timestamp multiplexed
                                               with the version number  

   clock_seq_hi_and_rese  unsigned 8    8      The high field of the
   rved                   bit integer          clock sequence
                                               multiplexed with the
                                               variant

   clock_seq_low          unsigned 8    9      The low field of the
                          bit integer          clock sequence

   node                   unsigned 48   10-15  The spatially unique
                          bit integer          node identifier

   In the absence of explicit application or presentation protocol
   specification to the contrary, a UUID is encoded as a 128-bit object,
   as follows:

   The fields are encoded as 16 octets, with the sizes and order of the
   fields defined above, and with each field encoded with the Most
   Significant Byte first (known as network byte order).  Note that the
   field names, particularly for multiplexed fields, follow historical
   practice.

   0                   1                   2                   3
    0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                          time_low                             |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |       time_mid                |         time_hi_and_version   |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |clk_seq_hi_res |  clk_seq_low  |         node (0-1)            |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                         node (2-5)                            |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

11
टाइमस्टैम्प को तीन भागों में क्यों विभाजित किया गया था?
user253751

4
फ़ील्ड कैसे बनाए जाते हैं यह UUID संस्करण पर निर्भर करता है। पसंदीदा विधि उस समय का उपयोग नहीं करती है जिससे पता चलता है कि आईडी किस समय उत्पन्न हुई थी (एक संभावित सुरक्षा चिंता)। en.wikipedia.org/wiki/…
pmont

1
@ दोपहर "पसंदीदा"?
तुलसी बोर्क

2
@brocoli मुझे असहमत होना है। V4 एक क्रिप्टोग्राफिक रूप से मजबूत यादृच्छिक संख्या जनरेटर पर निर्भर करता है, जो कि केवल मैक पते , वर्तमान क्षण और एक मनमाना संख्या को हथियाने की तुलना में अच्छी तरह से बनाने के लिए बहुत कठिन है , जैसा कि V1 UUID में देखा गया है। इसके अलावा, V1 के कार्यान्वयन आम तौर पर खुले स्रोत होते हैं और कई वर्षों पहले पूरे उद्योग में उपयोग के साथ निर्मित होते हैं, जो अब अच्छी तरह से पहना जाता है। V1 का दावा करना "आंशिक विफलता की संभावना है" बस मूर्खतापूर्ण है। एक V1 UUID आपके सिस्टम का अंतिम टुकड़ा है जहां आपको विफलता के बारे में चिंता करने की आवश्यकता है।
तुलसी बोर्क

2
@BasilBourque उन मुद्दों में से एक जो आप अब कंटेनरों और कंटेनर नेटवर्किंग के प्रसार के साथ देख सकते हैं मैक पते टकरा रहे हैं। आमतौर पर कंटेनर और वीएम सीमित मैक पतों से सीमित होते हैं। IIRC हाइपर-वी केवल डिफ़ॉल्ट रूप से 256 संभावित मैक पतों के पूल से खींचता है।
नाथन क्लेटन

12

इस प्रारूप को IETF RFC4122 खंड 3 में परिभाषित किया गया है । आउटपुट स्वरूप को वहां परिभाषित किया गया है जहां यह "UUID = ..." कहता है

3.- नाम स्थान पंजीकरण टेम्प्लेट

Namespace ID: UUID पंजीकरण जानकारी: पंजीकरण दिनांक: 2003-10-01

नाम स्थान के घोषित कुलसचिव: JTC 1 / SC6 (ASN.1 Rapporteur Group)

वाक्यात्मक संरचना की घोषणा: एक यूयूआईडी एक पहचानकर्ता है जो सभी यूयूआईडी के स्थान के संबंध में, अंतरिक्ष और समय दोनों में अद्वितीय है। चूंकि एक यूयूआईडी एक निश्चित आकार है और इसमें एक समय क्षेत्र होता है, यह रोलओवर (लगभग 3400 ईस्वी के आसपास इस्तेमाल किए गए विशिष्ट एल्गोरिदम के आधार पर) के मूल्यों के लिए संभव है। एक UUID का उपयोग कई उद्देश्यों के लिए किया जा सकता है, वस्तुओं को टैग करके, एक अत्यंत छोटे जीवनकाल के साथ, एक नेटवर्क में बहुत लगातार वस्तुओं की पहचान करने के लिए।

  The internal representation of a UUID is a specific sequence of
  bits in memory, as described in Section 4.  To accurately
  represent a UUID as a URN, it is necessary to convert the bit
  sequence to a string representation.

  Each field is treated as an integer and has its value printed as a
  zero-filled hexadecimal digit string with the most significant
  digit first.  The hexadecimal values "a" through "f" are output as
  lower case characters and are case insensitive on input.

  The formal definition of the UUID string representation is
  provided by the following ABNF [7]:

  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"

4

128 बिट्स

"8-4-4-4-12" प्रारूप केवल मनुष्यों द्वारा पढ़ने के लिए है। UUID वास्तव में एक है 128 बिट संख्या।

स्ट्रिंग प्रारूप पर विचार करें जब संग्रहीत या स्मृति में 128 बिट संख्या की तुलना में बाइट्स के डबल की आवश्यकता होती है। मैं आंतरिक रूप से संख्या का उपयोग करने का सुझाव दूंगा और जब इसे यूआई पर दिखाया जाना चाहिए या किसी फ़ाइल में निर्यात किया जाएगा, तो स्ट्रिंग प्रारूप का उपयोग करें।

हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.