传感器WSNs TheDataLinkLayer——X-MAC

无线传感器WSNs TheDataLinkLayer------X-MAC

  • X-MAC是什么?
  • [X-MAC 的两项关键技术](#X-MAC 的两项关键技术)
    • [short preambles 短前导](#short preambles 短前导)
    • [preamble sequence - strobing 间歇式前导序列](#preamble sequence - strobing 间歇式前导序列)
  • 词汇说明

X-MAC是什么?

Short-preamble medium access control protocol
tackles mainly energy issues of preamble sampling → B-MAC 以B-MAC为基础解决它的能源问题

X-MAC(eXtended MAC)是一种为无线传感器网络(WSNs)设计的低功耗 MAC(Medium Access Control)协议,它的主要目标是降低能耗、减少通信延迟,并比传统协议(如 S-MAC、B-MAC)更加节能高效。

X-MAC 的两项关键技术

short preambles 短前导

DATA TX: data packet + acknowledgement

preamble sequence - strobing 间歇式前导序列

细节操作:

Series of short preambles, each containing the ID of the target node. 一系列简短的前导码,每个序言都包含目标节点的 ID

所以:

neighbors overhearing the preamble may return to sleeping immediately; continuing their normal duty cycle. 无意中听到序言的邻居可能会立即恢复睡眠状态;继续其正常的占空比。

Strobed preamble: series of short preambles with pauses → transmitter listens to the medium during pauses

receiver sends an early ACK back

sender may then stop sending preambles and start sending the data

在 X-MAC 中,所谓 strobed preamble 的关键机制是:

发送方(Sender)发出一系列短前导 SP;

在两个 SP 之间的间隙,发送方会短暂监听信道,看是否有目标接收方返回 ACK;

----如果收到 ACK,就立即停止剩余前导并发送数据,节省能量;

----如果没收到 ACK,就继续发下一个 SP。

因此,SP之间的Sender 是清醒的,在监听(listening)ACK,而不是睡眠状态。

词汇说明

preamble

/ˈpriːæmb(ə)l/

n.

(法规、契约的)序言,绪论;前言,开场白

v.

作序文

sampling

n.

取样;抽样

v.

取样;抽样(sample 的 ing 形式)

在无线传感器网络(WSNs)的这个背景中,"preamble sampling" 的中文翻译是:

✅ "前导采样" 或 "前导侦听"

相关推荐
pe7er4 天前
macOS 应用无法打开(权限问题)解决方案
macos·mac
harmful_sheep7 天前
mac生效的终端查看
macos
iOS门童7 天前
macOS 应用"已损坏"无法打开?一文搞懂 Gatekeeper 与解决方案
macos
NPE~7 天前
[工具分享]Maccy —— 优雅的 macOS 剪贴板历史管理工具
macos·教程·工具·实用工具
差不多程序员8 天前
Mac安装OpenClaw-cn保姆级教程
macos
dzl843948 天前
mac 安装python
开发语言·python·macos
Bruce_Liuxiaowei8 天前
在 macOS 上通过 Docker 本地安装 OpenClaw 完整教程
macos·docker·容器·openclaw
阿捏利8 天前
详解Mach-O(十五)Mach-O __DATA_CONST
macos·ios·c/c++·mach-o
ShikiSuen8 天前
macOS 的 CpLk 中英切换卡顿的元凶在 InputMethodKit 本身
macos
xiayutian_c8 天前
如虎添翼-MacOS
macos