Chapter 17 Flashcards

1
Q

What are 2 ways to build routing table

A

1- Manual Entry

2- By software

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are 2 different methods of making routing table by software

A

1- Static routing

2- Dynamic routing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What happens in static routing

A

It builds the routing table on first boot. Routes are fixed in static routing. It is simple, low network overhead and inflexible.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What happens in dynamic routing

A

These routes are configurable. They can work around network failure automatically.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is Dijkstra’s algorithm

A

It tells the shortest path in a network. We use weighted graph in it and sum the total of path for judgment. The shortest path will be whose weight will be lowest.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is distributed route competition

A

In it, each packet switch calculates its own path by making its own routing table and send broadcast to all other packet switch periodically.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is distance vector routing

A

Its an example of distributed route competition. In it every packet switch sends periodic update to next hop as like distributed route competition plus distance.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is vector-distance algorithm

A

It is for find shortest possible route.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is link-state routing or open shortest path first (OSPF) / SPF

A

It is same as distributed route competition with a difference that packet switch also maintains its link state information and keep broadcast it to others. And other maintain that information inside their tables. It is called link-state routing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is link state algorithm

A

It is complex and used in OSPF

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is RIP

A

Routing information protocol used in distance vector routing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Does ARPANET converted into DARPANET

A

Yes, Defence Advanced research projects agency

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is first WAN

A

ARPANET in 1960

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is first early standard for connection-oriented network

A

X.25

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Which WAN technology deliver blocks of data

A

Frame Relay

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is SMDS

A

Its a WAN technology called Switched multi-megabit data service

17
Q

What is jitter

A

Delay in packets is called jitter

18
Q

Does WAN have low jitter and high capacity

A

Yes

19
Q

Does ATM a WAN and LAN too

A

Yes

20
Q

ATM is connection oriented networking, What is connection oriented networking

A

We have to have a connection before start of communication.