Network Layer Flashcards

1
Q

Major Function of Network Layer?

A

The major task is to establish the connection between different networks. This is achieved by flooding the datagrams from from network to the other with the help of the routing algorithms.

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

why is routing important.

A

routing is important as it reduces the network failure by managing the network traffic. to establish a efficient network communication.

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

How routing works.

A

if i search for a website using the kletech wifi then the first packet is sent to the kletech router and from there it will look up into the header to see the destination and based on the destination we look up in the router table and from the router table we decide which is the next router so that we reach the destination.

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

types of routing.

A

we have static and dynamic routing.
static routing: here the paths are manually configured.
dynamic routing: here the paths are configured based on the actual connections during the run-time.

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

types of IGP

A

distance vector routing protocol:
-> based on bellman ford routing algorithm., here each router doesn’t have a knowledge about the entire network. the advertise to gain knowledge and route packets.
Link- state protocol :
-> the state of the link is advertised to all the other routers and use algorithms to find the shortest path.

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

RIP

A

it is a type of interior gateway protocol based on bellman ford algorithm. it uses hop counts to route the packets but the hop count is limited to 15 hops , therefore the 16th hop is considered as infinite distance.
it used user datagram protocol for transmission of packets and port number reserved for it is 520.
they regularly send information to other routers if they don’t hear back from a router with 180 secs, then that router is considered as dead.

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

Open shortest part first

A

As the name suggest it looks for the shortest path among all the routing paths. uses link-state routing protocol algorithm with the help of Dijkstra’s algorithm.
It doesn’t use TCP or UDP it encapsulates the data in the ip datagram unlike any other routing algorithms. It does it’s own error detection also.

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

Border gateway protocol

A

it is a exterior gateway protocol used for network communication between two autonomous systems.

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

hot potato routing

A

A network routing protocol where the packets are delivered from one node to the other in the minimum delay.

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

reverse path forwarding

A

here the routers forward only the copies that have travelled the shortest path from the source to the route.

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

Non routable addresses

A

10.0.0.0/8 , 172.16.0.0/12, 192.168.0.0/16

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