You are on page 1of 13

School of Computing Science and Engineering

DCN

ROUTING
Semester:- 3
Section – 17

SHUBHAM SINGH :- 21SCSE1010183


ARYAN RAI
PIYUSH GUPTA
PRASENJEET

Program Name:B.Tech
•Routers : Routers are used to connect networks together and route packets of
data from one network to another providing best available path for transmission.

•Protocols : Protocols are set of rules that govern data communications. It


represents an agreement between the communicating devices. Without a
protocol, two devices may be connected but not communicating.

Program Name: B.Tech (CSE)


Types of Routers

• Core Layer
• Distribution Layer
• Access Layer

• Fixed : 2500 Series(2503,2509)


• Modular : 2600 Series(2620)

Program Name: B.Tech (CSE)


Study of Router

Routing Protocols : Protocols that defines algorithms to be used for
updating routing tables between routers.
Examples : IGRP, RIP, OSPF


Routed Protocols : Routed protocols are used to transmit user data
through an internetwork.
Examples : SPX(Sequecne packet exchange), IPX(Internet packet exchange)
Routed protocols travels with the data.

Program Name: B.Tech (CSE)


Why do we need react native?

React Native Modules allow mobile apps written in React Native to


access native platform APIs. So in order to use Couchbase Lite within
your React Native apps, you should implement a React Native plugin
that exports the Couchbase Lite Android and iOS APIs to Javascript. It is
typical to start with exporting the minimal subset of APIs that your app
needs.

Program Name: B.Tech (CSE)


A routing protocol defines the set of rules used by a router when it communicates
routing information between neighbour routers.

Program Name: B.Tech (CSE)


Default Routing


Use for only stub networks. (i.e., with only one exit
path.)

It is easy to impliment.

Can be implimented on cheap router.

Not much changes in configuration for small change
in network.

Program Name: B.Tech (CSE)


Static Routing


Manually add routes in router's routing table.

Secure

Administrator should have knowledge how router is
connected in order to configure routes correctly.

Can be applied to cheap routers.

Program Name: B.Tech (CSE)


Dynamic Routing

Find Network and Update.

Cost CPU processes.

Types: Distance Vector
Link State
Hybrid

Program Name: B.Tech (CSE)


Link State


Shortest Path first

3 seperate tables.
(1) Track of directly attached
neighbors
(2) Topology of entire network
(3) Routing Table

Example : OSPF

Program Name: B.Tech (CSE)


Hybrid


Use aspects of both distance
vector and link state.

Example : EIGRP

Program Name: B.Tech (CSE)


RIP V1:(Routing Information Protocol)

Public Protocol

Classfull i.e.,No Subnetting/VLSM/IPv6

Max Hop Count 15

Update Time 30 sec

Administrative Distance 120
RIP V2:

Classless

public
IGRP:(Interior Gateway Routing Protocol)

Autonomous Number

Update Time 90 sec

Administrative Distance 100

Max Hop Count 255

Cisco
OSPF:(Open Shortest path First)

Hop count limit : None

Public Program Name: B.Tech (CSE)
EIGRP:

Cisco

You might also like