一切隨緣 <kunfu.bbs@bbs.kimo.com.tw>
wrote in message
news:3caMPb$L8Y@bbs.kimo.com.tw...
> ※ 引述《smjk.bbs@redbbs.cc.ntut.edu.tw
(....)》之銘言:
> > 請問MAC address是什麼意思壓...
> > 或者哪裡有文件可以看ㄋ....
> > 請幫我解答
> > thx
>
> mac address 定義在 iso 的 osi 7層的 layer 2 --- data link layer
>
> Standardized data link layer address that is required for every port or
> device that connects to a LAN. Other devices in the network use these
> addresses to locate specific ports in the network and to create and update
> routing tables and data
> structures. MAC addresses are 6 bytes long and are controlled by the
IEEE.
> Also known as a hardware address, MAC-layer address, and physical address.
> Compare with network address.
>
>
在網路卡上面﹐還有一個由12個十六進位數字組成的48bit的物理地址(Physical
Address)﹐也叫MAC(Media Access Control) Address或 Node ID﹐等名稱﹐相信我們
前面也聽過數次了。這個地址其實分為兩個部份﹐前面六個數字為Manufacture
ID﹐也
就是廠家ID﹔而後面的六個才是Card ID。如果我們見到一張卡的MAC地址是
﹕02608C67CD54﹐那麼我們可以知道這張卡是3Com的﹐因為02608C就是3Com的ID。
然後﹐基於這個物理地址﹐我們就可以把邏輯地址設定於其上了。物理地址我們是無法
更改的(也有例外啦)﹐而且您也很難找到兩張相同物理地址的網路卡﹔但邏輯地址則是
由網路管理者設定。就好比您不能將公司門牌給改了﹐但您喜歡給您的公司起什麼名字
都可以﹐只要不會和其它公司搞混了就行。
如果使用不同的傳輸協定﹐邏輯地址的格式也不相同(後面我們會就會講到這問題了)。
但無論是物理地址還是邏輯地址﹐要在網路上面溝通的話﹐就必須不同﹐否則就是所謂
的地址衝突啦。