Download presentation
Presentation is loading. Please wait.
1
Module 2.0: Modeling of Network Components
2
Queueing theory Basics : average number of packets 1/ : mean service time per packet [s] arriving per second [p/s] : average number of packets being : service time for a given packet [s] served per second [p/s] : traffic intensity [] ²: variance on service time [s²]
3
Queueing theory Classification: Kendall’s notation A / B / m - q.d. - N A: packet interarrival time distribution function B: service time distribution function m: number of queues q.d.: queue discipline (FIFO, priority) N: buffer size
4
Queueing theory Performance indicators N:average number of packets in the system T:average time a packet spends in the system W:average time a packet spends in the queue P B :blocking probability :throughput
5
Inside a Router
6
B AC D routin g interface A interface B interface C interface D Component models Router routing time independent from packet size Routing rate is the packet forwarding rate and includes queueing-in time, processing, and queueing-out time. This is usually done by manipulating pointers. Model as M/M/1
7
B AC D switching interface A interface B interface C interface D Component models Switch switching time proportional to packet size. In ATM, packet is fixed so it is M/D/1 In our 3Com Superstack III, even if you fix the packet size, model as M/M/1. The switch uses store and forward, and not cut-through. Packet is completely stored before it gets forwarded – similar to a router. Thus, processing is variable.
8
processing Component models Client/Server time to process a packet is variable and it depends on CPU utilization, tasks, other interrupts, etc. processing is the average packet processing rate from Application to Interface. This needs to be truly measured. It is not the advertised one. For simplicity, assume the CPU utilization is 100%. Model as M/M/1
9
line speed Component models Interface: serial line time to place packet on line proportional to packet size Model as M/D/1 + propagation delay
10
Component models Simplifications –packets (requests) arrive according to a poisson process (exponential interarrival times) –infinite buffer size –independent queues (just add delays induced in the different queues encountered on the path)
11
Exercise Three 2 Mbps full-duplex links are connected to a Cisco 4700 router ( routing = 40000 p/s). Measurements show the following traffic load: All packets have a length of 5000 bit. What is the average delay for a packet travelling from A to B. What is the major cause of this delay ? incoming outgoing connection A 300 p/s 200 p/s connection B 100 p/s 300 p/s connection C 200 p/s 100 p/s
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.