網路模擬技術 使用長庚 WiMAX 模組 報告人:李宗穎. Outline Introduction 新增...

13
網網網網網網 網網網網 WiMAX 網網 報報報 報報報

Transcript of 網路模擬技術 使用長庚 WiMAX 模組 報告人:李宗穎. Outline Introduction 新增...

Page 1: 網路模擬技術 使用長庚 WiMAX 模組 報告人:李宗穎. Outline  Introduction  新增 WiMAX Module  QoS and Network Entry  長庚模組  未實作的功能  DEMO.

網路模擬技術使用長庚WiMAX模組

報告人:李宗穎

Page 2: 網路模擬技術 使用長庚 WiMAX 模組 報告人:李宗穎. Outline  Introduction  新增 WiMAX Module  QoS and Network Entry  長庚模組  未實作的功能  DEMO.

Outline

Introduction新增WiMAX Module QoS and Network Entry長庚模組未實作的功能 DEMO

Page 3: 網路模擬技術 使用長庚 WiMAX 模組 報告人:李宗穎. Outline  Introduction  新增 WiMAX Module  QoS and Network Entry  長庚模組  未實作的功能  DEMO.

Introduction

DSSS(Base on

802.11)

Best EffortN/A只提供 16d進

場機制16d(Based

on 802.11)

KAIST

OFDM16d五種基本

服務類別N/A只提供 16d進

場機制16dCGU-III

OFDMBest Effort只提供硬式換

手只提供 16d進

場機制16d及部分

16e模組NIST

實體層服務品質換手機制網路進場機制IEEE 802.16標準依據項目

國內外WiMAX MAC模擬模組功能比較表

Page 4: 網路模擬技術 使用長庚 WiMAX 模組 報告人:李宗穎. Outline  Introduction  新增 WiMAX Module  QoS and Network Entry  長庚模組  未實作的功能  DEMO.

新增WiMAX Module (1/2) http://ndsl.csie.cgu.edu.tw/wimax_ns2.php Download the latest ns-2 WiMAX module source code. Unzip the ns-2 WiMAX module source code file which

including three files : mac-802_16, common, and queue. Put the "mac-802_16" directory into c:\cygwin\

home\"your account"\ns-allinone-2.29\ns-2.29\mac. Put the files which are in common and queue

respectively into c:\cygwin\home\"your account"\ns-allinone-2.29\ns-2.29\common and c:\cygwin\home\"your account"\ns-allinone-2.29\ns-2.29\queue.

Modify the Makefile.

Page 5: 網路模擬技術 使用長庚 WiMAX 模組 報告人:李宗穎. Outline  Introduction  新增 WiMAX Module  QoS and Network Entry  長庚模組  未實作的功能  DEMO.

新增WiMAX Module (2/2) Add that after the sentence mac/mac-802_3.o in the

Makefile. mac/mac-802_16/packet-802_16.o \

mac/mac-802_16/timer-802_16.o \mac/mac-802_16/mac-802_16.o \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 \

To compile your files by excuting "make clean" then "make".

An TCL example file is also available (TCL 5.75KB).

Page 6: 網路模擬技術 使用長庚 WiMAX 模組 報告人:李宗穎. Outline  Introduction  新增 WiMAX Module  QoS and Network Entry  長庚模組  未實作的功能  DEMO.

Type of Service

Page 7: 網路模擬技術 使用長庚 WiMAX 模組 報告人:李宗穎. Outline  Introduction  新增 WiMAX Module  QoS and Network Entry  長庚模組  未實作的功能  DEMO.

Network EntryMS

Channel Selection

Normal operation

DL_MAP (Downlink map)

DCD (Downlink Channel Descriptor)

Ranging request

UCD (Uplink Channel Descriptor)

UL_MAP (Uplink map)

Downlink synchronization

Uplink synchronization

Ranging responseInitial ranging

Registration request

Registration responseRegistration

MS

Channel Selection

Normal operation

DL_MAP (Downlink map)

DCD (Downlink Channel Descriptor)

Ranging request

UCD (Uplink Channel Descriptor)

UL_MAP (Uplink map)

Downlink synchronization

Uplink synchronization

Ranging responseInitial ranging

Registration request

Registration responseRegistration

Page 8: 網路模擬技術 使用長庚 WiMAX 模組 報告人:李宗穎. Outline  Introduction  新增 WiMAX Module  QoS and Network Entry  長庚模組  未實作的功能  DEMO.

Time relevance of DL_MAP and UL_MAP

Page 9: 網路模擬技術 使用長庚 WiMAX 模組 報告人:李宗穎. Outline  Introduction  新增 WiMAX Module  QoS and Network Entry  長庚模組  未實作的功能  DEMO.

長庚模組架構圖

Page 10: 網路模擬技術 使用長庚 WiMAX 模組 報告人:李宗穎. Outline  Introduction  新增 WiMAX Module  QoS and Network Entry  長庚模組  未實作的功能  DEMO.

管理訊息

Category Messages defined

Synchronization DL-MAP / DCD

UL-MAP / UCD

RNG-REQ/RSP

REG-REQ/RSP

Service flows DSA-REQ/RSP/ACK

Page 11: 網路模擬技術 使用長庚 WiMAX 模組 報告人:李宗穎. Outline  Introduction  新增 WiMAX Module  QoS and Network Entry  長庚模組  未實作的功能  DEMO.

WiMAX MAC程式架構 802.16 recv send message (UCD、MAP…) scheduler fragment transmit burst profile service flow timer handler

Page 12: 網路模擬技術 使用長庚 WiMAX 模組 報告人:李宗穎. Outline  Introduction  新增 WiMAX Module  QoS and Network Entry  長庚模組  未實作的功能  DEMO.

未實作的功能

Sleeping Mode Packing ARQ OFDMA PKM

Page 13: 網路模擬技術 使用長庚 WiMAX 模組 報告人:李宗穎. Outline  Introduction  新增 WiMAX Module  QoS and Network Entry  長庚模組  未實作的功能  DEMO.

模擬 /跑範例檔

解釋 Example的 TCL檔內容看執行完後的 Log檔看主要的MAC code架構跑 SS連接 BS的範例