We are building EduLadder(ELADR) - Protocol

The Eladr Protocol is a decentralized, security and efficiency enhanced Web3 noSQL database powered by IPFS as the data storage layer https://ipfs.io/, and the Cardano block chain as the rewards token platform, https://cardano.org/. It provides a JSON based, IPFS layer 2 solution for data indexing and retrieval in an 'append only' file system built with open source Node.js API libraries.

The ELADR token was designed to incentivize and reward community members as a proof of contribution. Token holders are also granted access to EduLadder.com premium features as well as associated ELADR token enabled apps.

WHITE PAPER Buy Now Try BETA

Real Problems! Real Experts!

Join Our Telegram Channel !


The Eduladder is a community of students, teachers, and programmers. We help you to solve your academic and programming questions fast.
In eduladder you can Ask,Answer,Listen,Earn and Download Questions and Question papers.
Watch related videos of your favorite subject.
Connect with students from different parts of the world.
Apply or Post Jobs, Courses ,Internships and Volunteering opportunity. For FREE
See Our team
Wondering how we keep quality?
Got unsolved questions? Ask Questions


You are here:Open notes-->VTU-->Computer-networks-lab-basic-concepts

Computer networks lab basic concepts

Generic script structure

1)      Create stimulator object

*Set ns [new stimulator]

Insert immediately after scheduler

*Trace packets on all links

Set nf[open out.nam w]

2)Turn on tracing(Tracing)  

                r:reciver

+:enquee

-:deque

d:drop

Create topology(create network)

1)Nodes

n0---àn2(Basic idea of two nodes)

*)set n0[$ns node]

*)set n1[$ns node]

2)Links and queing

                $ns duplex-link $n0 $n1 1mb 110ms RED

2)      To create a larger tpology

Use a for loop example

Setup packet loss,link dynamics

                Link failure

                                Hooks in routing module to reflect routing changes

Create routing agents(Create udp(Existing in forth layer the transport layer of the network) connection)

                Has to connect nodes cose there is so much nulls

Udp----n0------àn1---------null

Set udp[new Agent(Inheritedd)/UDP(base class)]

Create application and or traffic sources(On top of the UDP)

CBR tcp also doing the same function

                Set cbr[new Appliocation/Traffic/CBR]

                $cbr set packetssize_500

                Less number of intrevels means less number of packets.

Creating traffic(It is working on the top of TCP)

                Using ftp or telnet

               

Post-processing procedure(Nam, network animator)

Add a ‘finish’ procedure that closes the trace file and start nam

                Procfinish{}{

                Global ns nf

                $ns flush-trace

                Close $nf

                Exec nam out.nam &

                exit 0

}

Start stimulation

 *Schedule events

$ns at

·         Call finish

$ns at 5.0 “finish”

Run the stimulator

$ns run

Diffrence between switch and hub

Hub- it is a repeater

Switcher-layer three switch

 

Editors




You might like this video:Watch more here

Watch more videos from this user Here

Learn how to upload a video over here