Skip to main content

Posts

Showing posts from January, 2013

VLAN implementation using NS2

Network Simulator 2(NS2) Projects for Students (PG and UG)

Here are some list of projects that may help PG/UG students to do their final Year Projects.  These projects can be implemented using NS2 as a tool and of other tools also. The following projects are categorized as wired and wireless networks (Sensor, Adhoc and Mesh). Performance of TCP in presence of UDP Flows Performance comparison of various routing protocols of Wireless Adhoc Networks (DSR, AODV, DSDV and TORA) Performance comparison of various routing protocols of Sensor Networks (LEACH, SPIN, etc) Implementation of a New TCP Protocol and compare it with other fellow protocols. Comparison of AODV, Trusted AODV and Secure AODV protocol Distance matrix based protocol for wireless sensor networks Bandwidth reuse and utilization for Wireless adhoc networks Peer to Peer Network Quality of Service ( QoS ) metrics in Adhoc Networks QoS metrics in Sensor Networks Qos Metrics in Wireless multimedia sensor networks QoS metrics in wireless Multimedia Adhoc Networks Animal Habit

Installation of Network Simulator 2 (NS-2.35) in Linux Mint 14 (16bit)

The following video and the how to instructions will tell you how you can install ns-2.35 in Linux mint 14 (64 bit) edition. Step 1: This video shows you the demonstration of ns2 in Linux Mint 14 (64Bit) OS Step 2: issue this command in the terminal "sudo apt-get install build-essential autoconf automake libxmu-dev" (without Quotes) Step 3: if you have Ubuntu issue this command first before u try step 2 : "sudo apt-get update" Step 4: Once installation succeeded, start the process of installing ns2 Step 5: copy the ns-allinone-2.3x.tar.gz in the home folder, in my case it is /home/pradeep Step 6: go to home folder and execute this command "tar zxvf ns-allinone-2.35.tar.gz" step 7: cd ns-allinone-2.35 and ./install (after these commands, wait for the successful installation), it may take 5 min to 15 minutes based on the speed of your computer. Step 8: there may be errors shown, in case if errors, the errors should be corrected and reissue the comm