"UUID, GUID"의 두 판 사이의 차이

33번째 줄: 33번째 줄:
*http://en.wikipedia.org/wiki/Universally_unique_identifier
*http://en.wikipedia.org/wiki/Universally_unique_identifier
*http://en.wikipedia.org/wiki/Globally_Unique_Identifier
*http://en.wikipedia.org/wiki/Globally_Unique_Identifier
*http://blog.codinghorror.com/primary-keys-ids-versus-guids/


[[분류: 식별자]]
[[분류: 식별자]]

2015년 8월 24일 (월) 10:32 판

universally unique identifier; UUID
범용 고유 식별자
globally unique identifier; GUID
전역 고유 식별자, 글로벌 고유 식별자

1 UUID

  • 식별자 체계
  • 128비트
  • 16진수(0~F) 32자리로 표현됨[1]
  • 형식: aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee
예: 3F2504E0-4F89-11D3-9A0C-0305E82C3301
예: 550e8400-e29b-41d4-a716-446655440000

2 GUID

  • 오라클, MS 등에서 사용하는 UUID[2]
  • 용도: 구성요소 인터페이스 식별자 등

3 같이 보기

4 주석

  1. 단 '-'를 포함하면 36자. '-' 제외하면 32자.
  2. Microsoft's implementation of the UUID standard.

5 참고 자료

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}