无线传感网课后习题(书本名称无线传感器网络基础 : 理论和实践 : Fundamentals of wireless sensor networks : theory and practice)二

7.4 Describe a WSN application for each of the following categories: time-driven, eventdriven, and query-driven.
(译)为以下每一种类型描述一个WSN应用程序:时间驱动、事件驱动和查询驱动。
时间驱动型传感器网络适用于传输速率固定,通过对无线节点设置固定的时间实现周期性的监测采集数据,并通过经常性的启动接收器和传感器来监测基础环境,最后实现数据上传到基站。常规能源下时间驱动EH-WSN的最佳路由
事件驱动:只有当突发事件发生后才会开启收发器采集数据,并将数据发送到 基站,而平常节点的收发器大部分时间处于休眠状态,只需周期性采集少量数据。能量高效的事件驱动型大规模农业监测
查询驱动:地下无线传感器节点的查询驱动路由协议,检测和跟踪使用常规钻探和采矿工具未注意到的全面事件

7.5 For the network topology shown in Figure 7.22, identify the optimal routes for source A to sink M according to the following criteria (describe how you compute the cost for the optimal route). The numbers X/Y along each link indicate the latency (X) and energy cost (Y) for transmitting a single packet over the link. The number Z under each node indicates the node’s remaining energy capacity.
(a) Minimum number of hops
(b) Minimum energy consumed per packet
© Maximum average energy capacity (eliminate hops that would result in a higher average but unnecessarily add to the route length!)
(d) Maximum minimum energy capacity
(e) Shortest latency
(译)对于图7.22所示的网络拓扑,根据以下标准确定从源A到接收M的最佳路由(描述如何计算最佳路由的成本)。每个链路上的数字X/Y表示在链路上传输单个数据包的延迟(X)和能量消耗(Y)。每个节点下的数字Z表示节点的剩余能量容量。
(a)最小跳数 答:A-E-G-J-M 4跳(3个中继节点)。
(b)每包的最低能源消耗 答:A-E-F-G-H-K-M. 最低能量消耗为:2+1+1+2+1+2=9.
©最大平均能量容量(消除会导致更高平均但不必要地增加路径长度的跳数!)
答: A-E-G-H-K-M (7+4+6+5)/4 = 5.5.
(d)最大最小能源容量 答:最大最小路径相同A-E-G-H-K-M。
最小能源容量:4
(e)最短的延迟 答:A-E-G-J-L-M 总延迟是9.

在这里插入图片描述
7.6 A WSN is modeled as a 5 × 5 grid as shown in Figure 7.23, with the base station placed at the center of the network (left topology) or at the bottom left corner (right topology). Assume that each node can communicate with only its immediate neighbors on the grid and that packet transmission or forwarding over a link costs exactly one unit of energy (packet reception and processing costs are neglected).
(译)WSN建模为如图7.23所示的5×5网格,基站位于网络的中心(左拓扑)或左下角(右拓扑)。假设每个节点只能与网格上的近邻进行通信,并且数据包传输或在链路上转发的成本正好是一个单位的能量(忽略了数据包接收和处理的成本)。
(a) For both topologies, find an energy optimal graph of routes, that is, the energy cost for each packet traveling through the network is a minimum.
(译)(a)对于两种拓扑结构,找出路由的能量最优图,即通过网络的每个数据包的能量消耗最小。
在这里插入图片描述
在这里插入图片描述

(b) Consider the graphs shown in Figure 7.24. What is the average and total load in the network, when the per-node load is defined as the number of routes a node has to service (including its own)? Do not include the base station in your calculations.
(译)(b)考虑图7.24所示的图表。当每个节点的负载被定义为一个节点必须服务的路由数(包括它自己)时,网络的平均和总负载是多少?不要在计算中包括基站。
括它自己)时,网络的平均和总负载是多少?不要在计算中包括基站。
在这里插入图片描述
总负载:66 平均负载:2.75
在这里插入图片描述
总负载:68 平均负载:2.83(坐标3.1的2应该是3)

© What is the lifetime of the network topologies in Figure 7.24 when during every second, each node generates and transmits its own packet and forwards all packets received during the previous second? Assume that each node has an initial energy budget of 100. Each transmission costs 1 unit of energy (there is no cost for reception, etc.). Consider the lifetime of a network to have expired once the first node depletes its energy budget. Compare the results and derive design principles for the network topology to optimize the lifetime of the network with respect to placement of the base station and the construction of routing trees.
(译)©图7.24中的网络拓扑的生命周期是什么,在每一秒钟,每个节点产生和传输它自己的数据包,并转发在前一秒钟收到的所有数据包?假设每个节点的初始能量预算为100。每个传输花费1单位的能量(没有接收费用等)。考虑当第一个节点耗尽其能量预算时,网络的生命周期已过。比较结果并推导出网络拓扑结构的设计原则,以优化基站的布置和路由树的构造。
答:生命周期可以理解为,一个网络的发展࿰

  • 6
    点赞
  • 21
    收藏
    觉得还不错? 一键收藏
  • 1
    评论
第一章 绪论1 1.1无线网络概述 1.1.1 无线网络基本概念 1.1.2 无线网络的特征 1.2无线网络体系结构 1.2.1 无线网络系统架构 1.2.2 无线网络节点结构 1.2.3 网络协议栈 第二章 路由协议 2.2以数据为中心的路由协议 2.2.1 泛洪协议 2.2.2 Gossiping协议 2.2.3 SPIN协议 2.2.4 定向扩散路由协议7 2.3基于簇(Cluster)的路由协议 2.3.1 LEACH协议 2.3.2 TTDD协议 2.4 基于地理位置的路由协议 2.4.1 GPSR路由算法 2.4.2 GEAR路由算法 2.5 小结10 第三章 MAC协议 3.2 基于竞争型MAC协议 3.2.1 CSMA/CA的MAC协议 3.2.2 S-MAC协议 3.2.3 T-MAC协议 3.3 基于TDMA型MAC协议 3.3.1 DMAC协议 3.3.2 基于分簇网络的MAC协议 3.4 混合型MAC协议 3.4.1 混合型MAC协议简述 3.4.2 Z-MAC协议 第四章 IEEE 802.15.4 4.2 IEEE 802.15.4网络 4.3 IEEE 802.15.4网络协议栈 4.3.1 物理层18 4.3.2 MAC子层19 4.3.3 鲁棒性19 4.3.4 能量消耗19 4.3.5 安全服务20 第五章 拓扑控制 5.1概述 5.1.1 拓扑控制概念 5.1.2 网络拓扑结构 5.2 拓扑控制算法 5.2.1 功率控制 5.2.2 层次型拓扑结构控制 5.3 启发机制 第六章 时间同步 6.1 概述 6.2 客户-服务器模式 6.2.1 NTP协议 6.2.2 统时间同步机制存在的问题 6.3 接收方-接收方模式 6.3.1 RBS同步机制 6.3.2 TPSN时间同步机制 6.4 发送方-接收方模式 第七章 定位技术 7.1.1 定位技术 7.1.2 定位算法分类 7.2 基于距离的定位 7.2.1 基于TOA的定位 7.2.3 基于AOA的定位 7.3 距离无关的定位 7.3.1 距离无关的定位算法 7.3.2 质心算法 第八章 数据融合 8.2 数据融合的目的 8.2.1 节能 8.2.2 增强数据采集准确性 8.2.3 提高数据收集效率 8.3 数据融合的分类 8.3.1 根据融合前后数据的信息含量分类 8.3.2 根据数据融合与应用层数据语义之间的关系划分 8.3.3 根据融合操作的级别划分

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值