Code Monkey home page Code Monkey logo

nlab's Introduction

Network Lab Assignments

The repository has all the nesscary Assignments of network lab.

Roadmap

The repository helps you in various different types of:

  • Networking commands
    • ping
    • ipconfig / ifconfig
    • tracepath / tracert / traceroute
    • nslookup
    • netstat
    • curl
    • mtr
    • whois
    • tcpdump
    • ss
    • dig
    • route
    • host
    • arp
    • hostname
  • NS2 simulation (TCP & UDP)
  • Socket programming using Java(For UDP & TCP)
  • WireShark
  • Routing Implementation

Installation

  • For installing wireshark in Linux O.S you need to execute following command :
  sudo apt-get install wireshark

After doing so run the next command

  sudo wireshark
  • For installing ns2 and nam we need to execute the following two commands which are as follows:

    • Install the required dependencies, such as Tcl, Tk, and Xgraph, by running the following command in the terminal:
        sudo apt-get install build-essential autoconf automake libxmu-dev
    • Extract the ns-allinone-xxx.tar.gz file to a desired location using the following command:
        tar zxvf ns-allinone-xxx.tar.gz
    • Go to the extracted ns-allinone-xxx directory using the following command:
        cd ns-allinone-xxx
    • Run the following commands to configure, compile, and install ns2:
        ./configure --with-tcl-ver=8.5 --with-tk-ver=8.5
        make
        sudo make install
    • Go to the ns-xxx/ns-2.xxx directory using the following command:
        cd ns-xxx/ns-2.xxx
    • Run the following command to make ns2:
        make
    • Go back to the ns-allinone-xxx directory using the following command:
        cd ../../
    • Run the following command to install nam:
        ./install
    • Test the installation by running a sample simulation using the following command:
        ns ns-2.xxx/examples/indep-utils/cmu-scen-gen/cmu-scen-gen.tcl
  • For installing tcpdump you need to execute following command:

    sudo apt install tcpdump

Feedback

If you have any feedback, please reach out to us at [email protected]

nlab's People

Contributors

divyashah0510 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.