Note: This is a detailed note for the book, Introduction to Network Simulator NS2. You may have to read chapter 6 of the book for better understanding.
Introduction
This post is a sequel of the previous post, which demonstrated the relationship of classifiers, routing modules, and nodes:
- What are they, their purposes, their relationship,
- How to configure them conceptually, and
- Using $ns node, how a default classifier, namely “classifier_”, is created and put in a node.
- Putting a routing modules rtnotif_ and ptnotif_ in a node using “$ns node“
- Details of classifiers
- 2 common ways to implement routing modules: rtnotif_ and ptnotif_
- Attaching agents to a node
What’s in This Post
I feel that before we can proceed further we need an understanding of what classifier is. Basically, it is an object which connects one NsObjects to several NsObjects. Note, in NS2 terminology, every object which can send and receive packets is called an NsObject.
I made up a presentation file which explains the concept of classifiers: What it is What’s its purpose, How it works, How to configure it. Enjoy…
View more presentations from Teerawat Issariyakul.
======================================================
Source: T. Issaraiyakul and E. Hossain, “Introduction to Network Simulator NS2”, Springer 2011. Buy it now from Amazon:
You may also find lecture notes and other resource at the following website:http://www.ece.ubc.ca/~teerawat/NS2.htm

