传感器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" 的中文翻译是:

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

相关推荐
一勺菠萝丶6 小时前
macOS 终端配置全攻略:zsh、bash_profile、zprofile、zshrc 到 nvm 配置的完整科普
macos·bash·策略模式
2501_9159090613 小时前
iOS 应用上架全流程解析,苹果应用发布步骤、ipa 上传工具、TestFlight 测试与 App Store 审核经验
android·macos·ios·小程序·uni-app·cocoa·iphone
Jouzzy13 小时前
【iOS安全】iPhone X iOS 16.7.11 (20H360) Palera1n MacOS版 越狱教程
macos·ios·iphone
@@神农1 天前
maven的概述以及在mac安装配置
java·macos·maven
不老刘1 天前
macOS/Linux ClaudeCode 安装指南及 Claude Sonnet 4.5 介绍
linux·macos·ai编程·claude·vibecoding
醉、倾城2 天前
面向开发人员的macOS入门教程
macos·策略模式
2501_916013742 天前
iOS 26 系统流畅度检测 从视觉特效到帧率稳定的实战策略
android·macos·ios·小程序·uni-app·cocoa·iphone
游戏开发爱好者82 天前
iOS 26 崩溃日志深度解读,获取方式、系统变动、定位策略
android·macos·ios·小程序·uni-app·cocoa·iphone
StrongerIrene2 天前
mac 安装npm之后,其他终端无法访问
macos
深盾科技2 天前
如何读懂Mach-O:构建macOS和iOS应用安全的第一道认知防线
安全·macos·ios