2018年10月4日 星期四

網路原理(一) Section 4.3

American National Standards Institute (ANSI)
美國國家標準協會是負責制定美國國家標準的非營利組織。

Data link layer (layer2)
資料鏈路層

Ethernet interface ; Serial interface
The router in the figure has an Ethernet interface to connect to the LAN and a serial interface to connect to the WAN.

Frames
在Data Link layer 將PDU加上標頭和標尾,此封裝資料稱為訊框(Frame),內含自己與對方網路卡位址及CRC。  

Institute of Electrical and Electronics Engineers (IEEE)
電機電子工程師學會是一個建立於1963年1月1日的國際性電子技術與電子工程師協會,亦是世界上最大的專業技術組織之一,擁有來自175個國家的36萬會員。 

International Organization for Standardization (ISO)
國際標準組織

International Telecommunication Union (ITU)
國際電信聯盟是一個國際組織,主要負責確立國際無線電和電信的管理制度和標準。  

Logical Link Control (LLC)
This upper sublayer communicates with the network layer. It places information in the frame that identifies which network layer protocol is being used for the frame. This information allows multiple Layer 3 protocols, such as IPv4 and IPv6, to utilize the same network interface and media.  

Media Access Control (MAC)
This lower sublayer defines the media access processes performed by the hardware. It provides data link layer addressing and access to various network technologies.

沒有留言:

張貼留言

 2025 MTK 韌體工程師 上機考心得  前言: 以前, 我覺得寫前後端的人才是真正的寫程式, 很羨慕那些大神 直到這次準備, 我才發現靠杯, 原來寫底層的程式也那麼硬派, XOR 一些奇奇怪怪的加速運算操作, 剛看到真的是無法想像, 有夠虧賊!   1. C/C++ Pro...