Simulation for a CentertoCenter Network - PowerPoint PPT Presentation

1 / 19
About This Presentation
Title:

Simulation for a CentertoCenter Network

Description:

Connection Creations. Sample Script (cont.) # Create a 3 Mb CBR traffic source and attach it to udp2. set cbr2 [new Application/Traffic/CBR] ... – PowerPoint PPT presentation

Number of Views:21
Avg rating:3.0/5.0
Slides: 20
Provided by: gregory167
Category:

less

Transcript and Presenter's Notes

Title: Simulation for a CentertoCenter Network


1
Simulation for a Center-to-Center Network
Gregory Floyd ITS Engineer PB Farradyne
2
Simulation for a Center-to-Center Network
  • Introduction

C2C Network
3
Network Simulation for Center-to-Center
  • Center-to-Center Definition
  • Need for Simulation
  • An Approach

C2C Network
4
Network Creation
  • Nodes

5
Network Creation
  • Nodes

6
Network Creation
  • Nodes

7
Network Creation
  • Nodes

8
Network Creation
  • Nodes

9
Network Creation
  • TCL Scripting Language
  • Multicast
  • Unicast

10
Network Creation
  • Nodes
  • Queues
  • DropTail
  • Red
  • CPQ
  • Others

11
Network Creation
  • Links
  • Bandwidth
  • Delay
  • Type

Network
12
Connection Creations
  • UDP
  • TCP
  • FTP
  • Telnet
  • Web

Network
13
Connection Creations
  • Sample Script
  • Create a simulator object
  • set ns new Simulator
  • ns rtproto DV
  • Create a UDP agent and attach it to node n2
  • set udp2 new Agent/UDP
  • udp2 set class_ 1
  • ns attach-agent n2 udp2

14
Connection Creations
  • Sample Script (cont.)
  • Create a 3 Mb CBR traffic source and attach it
    to udp2
  • set cbr2 new Application/Traffic/CBR
  • cbr2 set packetSize_ 1000
  • cbr2 set rate_ 3mb
  • Connect the traffic sources with the traffic
    sinks
  • ns connect udp8 null7

15
Connection Creations
  • Sample Script (cont.)
  • ns at 0.2 "cbr2 start"
  • ns at 0.3 "cbr8 start"
  • ns at 4.0 "cbr2 stop"
  • ns at 4.0 "cbr8 stop"
  • Call the finish procedure after 5 seconds of
    simulation time
  • ns at 5.0 "finish"

16
Route Manipulation
  • Simulating Link Failures

17
Route Manipulation
  • Simulating Link Failures

18
Route Monitoring
  • Nodes
  • Queues

19
Simulation for a Center-to-Center Network
  • Questions ??

Gregory W. Floyd
Floyd_at_pbworld.com
Write a Comment
User Comments (0)
About PowerShow.com