Network Layer Flashcards

1
Q

transport segment from sending to receiving host

A

Network layer

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

Two key network-layer
functions

A

forwarding
routing

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

three types of switching fabrics

A

memory
bus
crossbar

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

cyclically scan class queues, sending one
complete packet from each class

A

Round Robin (RR) scheduling:

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

priority scheduling:

A

send highest priority
queued packet

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

discard policy:if packet arrives to full queue: who to discard?

A

tail drop: drop arriving packet
 priority: drop/remove on priority basis
 random: drop/remove randomly

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

connection between
host/router and physical link

A

 interface:

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

The address in a block must be

A

The first address must be evenly divisible by the
number of addresses.
power of 2
contiguous

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

*The first address in the block can be found by setting the rightmost
32 − n bits to

A

zero

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

*The last address in the block can be found by setting the rightmost
32 − n bits to

A

1s

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

*The last address in the block can be found by setting the rightmost
32 − n bits to

A

2^32−n.

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

Three-Levels Hierarchy: Subnetting

A

The organization has its own mask : network mask

 Each subnet must also have its own mask: subnet mask

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

all routers have complete
topology, link cost info

A

centralized (global)

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

how does an ISP get block of addresses?

A

ICANN: Internet Corporation for Assigned
Names and Numbers

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

router knows physicallyconnected neighbors, link
costs to neighbors

A

decentralized

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

routing among hosts, routers
in same AS

A

intra-AS routing

13
Q

Intra-AS Routing
also known as

A

interior gateway protocols (IGP)

14
Q

is an intradomain routing protocol used inside an
autonomous system. It is based on Distance vector routing.

A

RIP

15
Q

is an intradomain routing protocol used inside an
autonomous system uses link-state algorithm publicly available topology map at each node

A

OSPF (Open Shortest Path First)

16
Q

inter-domain
routing protocol, it is the protocol that glues the
thousands of ISPs in the Internet together.

A

called Border Gateway Protocol, known as
BGP.

17
Q

Obtain subnet reachability information from
neighboring ASs. BGP session that spans two ASs
is called

A

external BGP (eBGP) session.

18
Q

used by hosts & routers to
communicate networklevel information

A

ICMP: internet control message protocol

19
Q

Propagate reachability information to all AS-internal
routers. BGP session between routers in the same
AS is called an

A

internal BGP (iBGP) session.

20
Q

BGP route selection

A

local preference value attribute
shortest AS-PATH
closest NEXT-HOP router