【NS2】WiMAX_NS2说明文档(转载)

关于目前NS2中WiMAX模块的说明

(1)美国NIST(National Institute of Standards and Technology)版, 可以从NIST主页获得,2007.04 release,无OFDMA, 无PHY

(2)WiMAX forum+AATG+NIST+几个大学版,未对外公布,2007-08,包含 PHY和 OFDMA。QoS部分按照协议实现,包括handover部分,其他和NIST的很像。

(3)台湾长庚大学版,主要加了802.11j (multi-hop relay) into NIST.
(4)韩国KAIST版本,比较过时了。

Ps:

? 以上各个版本除了(2)均可以从internet上获得,但只有(2)离WiMAX协议最接近;

? (1)和(3)相比,NIST的支持切换,长庚的不支持,要是做16e的还是要用NIST的,而且NIST的代码量比长庚的大很多。

? NIST版不支持class of service ( UGS,RTPS,NRTPS and BE), Though the architecture defines the structures to use it, the current scheduler does not make use of it.但在台湾长庚大学版中增加了UGS,ERTPS,RTPS, NRTPS and BE的支持,可参见其源码。

mac/mac-802_16/traffic/UGS_traffic.o \

       mac/mac-802_16/traffic/ertPS_traffic.o \

       mac/mac-802_16/traffic/rtPS_traffic.o \

       mac/mac-802_16/traffic/nrtPS_traffic.o \

       mac/mac-802_16/traffic/BE_traffic.o \

 

UGS 非申请授予业务(Unsolicited Grant Service),即主动授予业务或实时会话业务

rtPS 实时轮询业务(Realtime Polling Service)

ertPS 扩展实时轮询服务 (Extended Real-Time Polling Service)

nrtPS 非实时轮询业务(Non-Realtime Polling Service)

BE   尽力而为业务(Besteffort Service)

业务等级

业务名称

带宽分配方式

业务规格

应用

实时性

突发性

容错性

1

实时会话类业务

UGS

语音电话、可视电话、可视会议

2

实时流媒体类业务

rtPS

多媒体流媒体,移动广告、互动游戏、远程操控

3

非实时业务

nrtPS

文字消息、多媒体消息、文件传输、电子银行

4

尽力而为业务

BE

 

网络浏览、信息信息获取、数据库访问、电子邮件

UGS_traffic.cc:产生模拟实时会话类业务(UGS)的分组流。

rtPS_traffic.cc:产生模拟实时流媒体业务(rtPS)的分组流。

rtPS_traffic.cc,nrtPS_traffic.h:产生模拟非实时业务(nrtPS)的分组流。

BE_traffic.cc,BE_traffic.h:产生模拟尽力而为业务(BE)的分组流。

 

?   NIST版的调度执行:The scheduler首先根据pending traffic分配下行带宽,其次,the contention periods are allocated in the uplink bandwidth。The rest of the uplink bandwidth is then allocated to one MS (The MS is picked in a Round Robin fashion). Currently the BS does not consider bandwidth requests from the MSs。

?   NIST版的数据速率设置:Unlike the 802.11 implementation, the data rate is not something set in TCL. Since each burst can use a different modulation and therefore have different datarates, we opted for a dynamic calculation of the data rate. By setting the frequency bandwidth, cyclic prefix and the modulation, the datarate will change. The scripts located in tcl/wimax/datarate/ show the maximum throughput achieved with frequency bandwitdh of 7MHz.

Ps:安装好NIST的wimax之后MAC如下

Administrator@20090305-1220 ~/ns-allinone-2.31/ns-2.31
$ ns List.tcl Mac
Mac
|-Mac/802_15_4
|-Mac/Sat
|--Mac/Sat/UnslottedAloha
|-Mac/Simple
|-Mac/802_16
|--Mac/802_16/SS
|--Mac/802_16/BS
|-Mac/Maccon
|-Mac/Macng
|-Mac/SMAC
|-Mac/Tdma
|-Mac/802_3
|-Mac/802_11

安装之前ns2.31的MAC如下:

 

【转】WiMAX_NS2说明文档 - 寒月映灯 - 淳的博客
posted @ 2015-06-01 20:55  HelloWaston  阅读(337)  评论(0编辑  收藏  举报