2018年9月29日 星期六

網路原理(一) Section 3.1

access method
Access method determines when someone is able to send a message.

acknowledgement
ACK,一種特殊封包

broadcast
廣播

decoder
解碼

encapsulation
封裝

encoder
編碼

flow control
Timing also affects how much information can be sent and the speed that it can be delivered.

message
訊息

message delivery options
A message can be delivered in different ways.

message encoding
編碼訊息

message formatting
訊息格式化

message formatting and encapsulation
訊息封裝格式化

message size
訊息大小

message timing
These are the rules of engagement for message timing. Access Method ; Flow Control ; Response Timeout

multicast
Multicasting is the delivery of the same message to a group of host destinations simultaneously. 

protocols
協定

receiver
接收端

responese timeout
回應超時

segmenting
分段

transmission medium
傳送中介

transmitter
發送器

unacknowledged
未確認

unicast
A one-to-one delivery option is referred to as a unicast, meaning there is only a single destination for the message.

沒有留言:

張貼留言

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