'oui'에 해당되는 글 2건

  1. 2011.02.06 EUI-48, MAC-48, EUI-64, IPv6 2
  2. 2009.06.24 MAC 어드레스는 48비트 앞은 OUI 뒤는?
IPv6 관련해서 검색을 하다보니 모호한 용어들이 속출한다 -_-
난 이곳을 나가야겠어!!! 으아!!!!! OTL 이런 느낌이랄까 -_-

아무튼 MAC 어드레스는 48비트이며 "00-11-22-AA-BB-CC"의 포맷으로
IPv4 어드레스는 32비트이며 "192.168.0.1" 의 포맷으로
IPv6 어드레스는 128비트이며 "2001:0db8:85a3:0000:0000:8a2e:0370:7334"의 포맷으로 출력된다.

그리고 MAC 어드레스는
OUI와 NIC 어드레스(혹은 MAC)으로 나누어지며, 48비트로 표기되는 EUI-48 표현법을 따른다.
MAC은 내용에 대한 것이고, EUI는 표기법에 대한 것으로 생각된다.(아님말구! OTL)

The distinction between EUI-48 and MAC-48 identifiers is purely semantic: MAC-48 is used for network hardware; EUI-48 is used to identify other devices and software. (Thus, by definition, an EUI-48 is not in fact a "MAC address", although it is syntactically indistinguishable from one and assigned from the same numbering space.)


MAC-48을 EUI-64로 확장하기 위해서는 16비트가 필요한데
IEEE 표준에 의해 OUI의 뒷부분에 FF를 추가, NIC 주소의 앞부분에 FE가 추가된다.


머, 아무튼 대충 정리하자면 IPv6로 간다고 해서 굳이 MAC 어드레스 역시 확장될 필요는 없지만
IPv6의 사용을 위해 MAC-48은 기존의 EUI-48에서 EUI-64로 확장되어야 한다.(왜 굳이 확장하려나? 비트수 맞추기?)
이는 MAC 어드레스가 늘어나는 것이 아닌 표현방법이 달라질 뿐이다.

'하드웨어 > Network 장비' 카테고리의 다른 글

적응 로드 밸런싱(Adaptive Load Balancing - ALB)  (2) 2011.02.20
vlan  (3) 2011.02.14
NIC teaming + spanning tree  (0) 2011.02.06
NIC Teaming + 점보 프레임 활성화 관련  (0) 2011.02.06
VPN 장비  (2) 2011.01.23
Posted by 구차니
하드웨어2009. 6. 24. 14:16
뒤에 용어가 참.. 애매 모호한데 문서마다 이름이 다르다.

Wikipedia의 MAC 항목에서는


그냥 OUI / NIC로 표기 되어 있는데.. 뒤에 3바이트에 대해서는 딱히 이렇다 할 표현용어가 없다.

Manufacturer Identifier

CDPD System Specification Release 1.0 provides for the use of unique word in conjunction with Identity Assignment, Mobile Network Registration and Mobile Network Location messages. A unique EUI-48 word is a sequence of 48 bits. The high order 24 bits take the value of the company_id (assigned by the IEEE/RAC) and the following 24 bits are administered by the manufacturing identifier assignee in accordance with policies and procedures set forth by the CDPD Network Information Center.

[링크 : http://standards.ieee.org/regauth/oui/tutorials/cdpd.html]

|        company_id       |            extension identifier           | field
|addr+0 | addr+1 | addr+2 | addr+3 | addr+4 | addr+5 | addr+6 | addr+7| order
|  AC   |   DE   |   48   |   23   |   45   |   67   |   AB   |   CD  | hex
10101100 11011110 01001000 00100011 01000101 01100111 10101011 11001101 bits
|  |                                                               |  |
|  most significant byte                      least significant byte  |
most-significant bit                              least-significant bit

[링크 : http://standards.ieee.org/regauth/oui/tutorials/EUI48.html]

Byte\Bit

7

6

5

4

3

2

1

0

0

(MSB)

ieee oui

 

1

 

 

2

 

(LSB)

3

(MSB)

vendor-specific extension identifier

 

4

 

 

5

 

(LSB)


[링크 : http://standards.ieee.org/regauth/oui/tutorials/fibreformat.html]




아무튼 IEEE 의 OUI 관리 튜토리얼 링크를 확인해봐야 할 듯 하다.
[링크 :  http://standards.ieee.org/regauth/oui/tutorials/]

'하드웨어' 카테고리의 다른 글

VT-d  (0) 2009.07.30
multicast MAC Address  (2) 2009.07.02
CMOS IMAGE SENSOR - OV6620  (0) 2009.06.14
Winbond W78E family - ISP  (0) 2009.03.19
CLCD(Character LCD)의 CG-RAM(Character Generate)  (0) 2009.03.18
Posted by 구차니