Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

9/27/2020 Network Simulator 2 (NS2) : Features & Basic Architecture Of NS2

Home (https://www.tutorialsweb.com)
> Software (https://www.tutorialsweb.com/software.htm)
> NS2 (https://www.tutorialsweb.com/ns2/index.htm)
> NS2 Architecture

(index.htm) (NS2-2.htm)

Network Simulator 2 (NS2) : Features & Basic Architecture Of NS2

1. What is NS2
NS2 stands for Network Simulator Version 2. It is an open-source event-driven simulator designed specifically for
research in computer communication networks.

2. Features of NS2
1. It is a discrete event simulator for networking research.

2. It provides substantial support to simulate bunch of protocols like TCP, FTP, UDP, https and DSR.

3. It simulates wired and wireless network.

4. It is primarily Unix based.

5. Uses TCL as its scripting language.

6. Otcl: Object oriented support

7. Tclcl: C++ and otcl linkage

8. Discrete event scheduler

3. Basic Architecture
NS2 consists of two key languages: C++ and Object-oriented Tool Command Language (OTcl). While the C++
defines the internal mechanism (i.e., a backend) of the simulation objects, the OTcl sets up simulation by assembling
and configuring the objects as well as scheduling discrete events. The C++ and the OTcl are linked together using
TclCL

https://www.tutorialsweb.com/ns2/NS2-1.htm 1/2
9/27/2020 Network Simulator 2 (NS2) : Features & Basic Architecture Of NS2

(index.htm) (NS2-2.htm)

(http://www.simulationexams.com/)

(http://www.certexams.com/)

Home (https://www.tutorialsweb.com/index.htm)
Resources (https://www.tutorialsweb.com/resources.htm)
Copyright © 2003-2020 TutorialsWeb.com
Contact us (https://www.tutorialsweb.com/contactus.htm)
Disclaimer (https://www.tutorialsweb.com/disclaimer.htm)
Sitemap (https://www.tutorialsweb.com/sitemap.htm)

https://www.tutorialsweb.com/ns2/NS2-1.htm 2/2

You might also like