Network Layer Flashcards

1
Q

What does the Network Layer perform?

A

Addressing end devices
Encapsulation
Routing
De-encapsulation

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

When does the IP addressing information change in a packet?

A

Only when it reaches the destination or when it is translated by the device performing NAT.

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

What are the properties of IP?

A
Connectionless (no connection established with destination)
Best Effort (unreliable, packet deliver not guaranteed)
Media Independent (ie. copper, fiber-optic, wireless)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a MTU?

A

Maximum transmission unit. Established between data link layer and network layer. Determines how large packets can be. If forwarding to a smaller MTU, a router will fragment the packet. This can cause latency.

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

What makes up a IPv4 header?

A

Version - identifies as IPv4
Differentiated Services (DS) - priority of packet
Header Checksum - detects corruption
Time to Live (TTL) - how many hops before router discards packet
Protocol - identifies next level protocol
Source and Destination IPv4 address

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

What makes up a IPv6 header?

A

Version - identifies as IPv6
Traffic Class - priority of packet
Flow Label - informs device to handle identical flow labels the same way
Payload length - indicates length of payload/data
Next Header - next level protocol
Hop Limit
Source and Destination IPv6 address

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

What is the difference between IPv6 and IPv4 header?

A

IPv6 header is much more simplified than IPv4 header but is still similar size. This makes it easier to handle the packet.

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

Hosts can send packets to?

A

itself - loopback interface 127.0.0.1 or ::1
local host - destination host on the same local network
remote host - destination host on a remote network
default gateway

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

What is a loopback interface?

A

when you send packets to yourself to test the TCP/IP protocol stack is in effect

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

What types of routes are stored in a routing table

A

Directly-connected networks - active router interfaces
Remote networks - connected to other routers, learned through static config or dynamic routing protocol
Default route - gateway of last resort

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

Properties of static routing

A

good for small networks, used with dynamic routing protocol for configuring a default route. must be manually configured and updated.

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

Properties of dynamic routing?

A

automatically learns about remote networks, maintains up-to-date routing information, chooses best path to destination networks, attempts new best path if current path no longer available

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

What command do you use to view the IPv4 routing table on CISCO IOS router

A

show ip route in privileged EXEC mode

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

What letter is used to represent directly connected local interface IP address in CISCO routing table?

A

L

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

What letter is used to represent directly connected network in CISCO routing table?

A

C

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

What letter is used to represent a static route in CISCO routing table?

A

S

17
Q

What letter is used to represent OSPF in CISCO routing table

A

O

18
Q

What letter is used to represent EIGRP in CISCO routing table

A

D