電網

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

電網題目 3-3

1. UDP 是屬於哪個 layer 的 protocol?


(a) application
(b) transport
(c) network
(d) link
Ans: (b)
2. UDP 的全名為
(a) User Don't connect Protocol
(b) User Datagram Protocol
(c) Universe Datagram Protocol
(d) Universe Don't connect Protocol
Ans: (b)
3. 關於 UDP 的敘述何者正確?
(a) UDP 的 sender 和 receiver 有交握(handshaking)
(b) UDP 傳輸速率較 TCP 慢一點而已
(c) UDP 有壅塞控制(congestion control)
(d) UDP 跟 TCP 都有 checksum 機制
Ans:(d)
4. UDP 主要有什麼特性?
(a) asymmetric(非對稱型)
(b) symmetric(對稱型)
(c) connection(連線型)
(d) connectionless(無連線型)
Ans: (d)
5. UDP 的優點是下列哪項?
(a) 速度比較慢
(b) 傳輸量大,迅速
(c) 傳送可靠,程式可省略可靠的機制
(d)不可靠,程式或需自行提供可靠機制
Ans: (b)
6. UDP 上 4 個欄位的 header 長度共多少 bytes?
(a) 2 bytes
(b) 4 bytes
(c) 8 bytes
(d) 16 bytes
Ans: (c)
7. 下面選項是 UDP segment header 裏頭所包含元素?
(a) source port
(b) destination port
(c) checksum
(d) 以上皆是
Ans:(d)
8. 兩個 4-bits integer 1110,1101 相加的 checksum 是多少?
(a) 1110
(b) 1100
(c) 0011
(d) 1001
Ans:(C)
9. 下列何者是 TCP segment header 有,但 UDP segment header 裏所不含欄位?
(Hint:與 TCP 跟 UDP 傳輸方式有關)
(a) sequence number
(b) source port
(c) destination port
(d) application data
Ans: (a)
10. What does UDP do when the message is lost?
(a) asking sender to send again
(b) disconnection
(c) ignoring
(d) message is never lost with UDP
Ans:(c)
11. What may be a port of UDP?
(a) 53
(b) 161
(c) 8000
(d) all of above
Ans:(d)
12. Which app can use UDP?
(a) streaming media
(b) web
(c) mail
(d) file transfer
Ans:(a)

You might also like