44. 在 OSI 模型中,何者是 Application Layer 的通訊協定?
(A) Transmission Control Protocol
(B) Dynamic Host Configuration Protocol
(C) Point-to-Point Protocol
(D) Address Resolution Protocol
答案:登入後查看
統計: A(4), B(72), C(28), D(10), E(0) #2704362
統計: A(4), B(72), C(28), D(10), E(0) #2704362
詳解 (共 3 筆)
#6369566
(A) TCP (Transmission Control Protocol)
• 所屬層級 :Transport Layer (傳輸層)
• 功能 : 提供可靠的資料傳輸 (如三次握手、重傳、排序)
(B) DHCP (Dynamic Host Configuration Protocol) • 所屬層級 : Application Layer (應用層)
• 功能 : 自動分配 IP 位址、子網路遮罩、預設閘道與 DNS 等設定給主機 。
• 屬於應用層的原因 : 它與使用者程式互動 ,並提供網路參數設定服務。
(C) PPP (Point-to-Point Protocol)
• 所屬層級 : Data Link Layer (資料鏈結層)
• 功能 :點對點連線協定 , 常用於撥號連線
(D) ARP (Address Resolution Protocol)
• 所屬層級 : Network Layer (網路層)
• 功能
將 IP 位址轉换成實體 MAC 位址
0
0