Netwirk Layer Flashcards

1
Q

Characteristics of subnet:

A

Error prone

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

What is a Datagram:

A

An independent self contained message, whose arrival, arrival time and content are not guaranteed. Each packet is independently routed and contains address details.

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

What protocol does network layer in the Internet use?

A

IP - the principal communications protocol in the Internet suite for relating datagrams

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

What are the two main classes of routing algorithms:

A

Static (non adaptive) and dynamic (adaptive).

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

What defines the best route:

A

Queues, cost, error rates as bandwidth.

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

What are the properties for a good routing algorithm:

A

Correctness, simplicity, robustness, fairness and optimality.

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

Characteristics of static routing:

A

Decisions made offline, current traffic/topology not considered. Examples: shortest path, flow based, flooding

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

What algorithm is used I. Shortest path routing? Briefly explain…

A

Dijkstra’s Algorithm. At start no path known, mark first node, examine each node in turn, label shortest paths until destination reached.

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

Characteristics of dynamic routing:

A

Decisions made online, current traffic/topology considered. Examples: distance vector, link state.

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

Briefly describe vector routing:

A

Based on router tables, tables updated regularly, all routers talk to neigh out detailing best path to all routers, this plus own estimate is used to update own table. Initially used on Internet but reacts badly to bad news.

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

What is the principal network layer protocol used?

A

IP RFC 760

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

List IP protocol header format:

A

Version, IHL (header length), type of service, total length (length of Datagram - 65535), ID (to identify fragmented datagrams enroute), fragment offset (to rebuild Datagram), time to life (8 but lifetime allows 255 hops max), protocol (TCP/UDP), source / destination address.

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

Options are at end of IP Datagram. Give 5 options:

A

Security, strict source routing (complete path), loose source routing (list of routers not to be missed), record route (each router appends IP address), time stamp ( each routers appends address and time stamp.

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

What does the network layer do?

A

It is concerned with routing issues, getting packets from source to destination.

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