Annex C08 OSI Network Layer Flashcards

0
Q

Three (3) basic characteristics of Internet Protocol Version 4 (IPv4)

A

Connectionless: IP comm is unreliable like UDP, therefore, in order for packets to be sent reliably, IP relies on the layer 4 TCP connections, acknowledgments and error correction

Best Effort: No additional fail safes at the layer 3 level to guarantee delivery; thus, layer three simply uses best effort to get the packet from point a to point b

Media Independent Protocol: IP packets can be transmitted over cable, radio waves, fiber optic cable and other media. The protocol does not prefer any one type of media over another,it functions equally well over all of the different types of media

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

Devices that operate the Network Layer of the OSI model

A

Main device used at the network layer is the router

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

Actions that a router can take with a packet (1 of 3 actions)

A

1: If the network portion of the IP address matches one of the router’s directly connected networks, it will forward the packet out the proper interface
2: If it cannot match the network it will send the packet out to its default route if one is programmed
3: If it cannot match the network, and if the router does not have a default gateway programmed, it will drop the packet

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

Maximum Transmission Unit (MTU)

A

Some networks have media restrictions and must enforce a MTU which limits the size of the PDU.

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

Valid Internet Protocol Version 4 (IPv4) addresses

A

IPv4 written in dotted decimal notation. An IP address is composed of 4 binary octets totaling 32 bits or 4 bytes.

ex: 11001000.00010100.00010000.00010001

decimal form: 200.20.16.17

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

Routing

A

Routers receive a layer 2 PDU, decapsulate the layer 2 header and trailer, making a forwarding decision based on the destination IP address in the layer 3 header, and then re encapsulating the PDU based on the outgoing interface and forwarding it

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

Default Gateway

A

IP address used by a host to forward IP packets that have destination address outside of the local network. The default gateway address is the address of the router interface connected to the same local network as the source host. If the compter does not know the destination, it routes the packet out to the default gateway.

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

Routing Table

A

Contains info about adj networks that allow the router to make a decision as to which interface to forward the packet to. The routing table is a list that a router holds in memory for the purpose of deciding how to forward packets.

Contains 3 important pieces of info to include destination networks, the metric, and the address of the next hop

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

Static Route

A

Way of MANUALLY configuring the routing table in routers. A router can be programmed by a network administrator with all the routes that it needs to know about in order to do its job

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

Dynamic Routing

A

Allows for routers to learn about other networks from other routers automatically. The routers share their networks with other routers automatically to build a complete topology of the network, and automatically adjusts to traffic changes

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

Time to Live (TTL)

A

Describes the maximum number of hops the packet can take before it is considered “lost” or undeliverable. Each router that handles the packet decrements the TTL field by one. The packet will be dropped if the TTL value reaches zero. This keeps the internet from becoming cluttered by lost packets and creating such issues as routing loops.

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

Metric

A

Calculated number that is used to determine which route to a destination network is best in the event that the router knows about multiple paths to the same network. Lower metrics indicate that the cost to reach a network through that path is lower, and therefore preferred.

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