Module 8: Network Layer Flashcards

1
Q

Provides services to allow end devices to exchange data across networks

A

The network layer (OSI Layer 3)

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

Are the principle network layer communication protocols

A

IP version 4 (IPv4) and IP version 6 (IPv6)

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

Other network layer protocols

A

Open Shortest Path First (OSPF)

Messaging protocols such as Internet Control Message Protocol (ICMP).

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

To accomplish end-to-end communications across network boundaries, network layer protocols perform four basic operations:

A

Addressing end devices
Encapsulation
Routing
Decapsulation

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

Network Layer basic operation wherein End devices must be configured with a unique IP address for identification on the network.

A

Addressing end devices

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

Network Layer basic operation wherein the network layer encapsulates the protocol data unit (PDU) from the transport layer into a packet.

This process adds IP header information, such as the IP address of the source (sending) and destination (receiving) hosts. The encapsulation process is performed by the source of the IP packet.

A

Encapsulation

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

Network Layer basic operation wherein the network layer provides services to direct the packets to a destination host on another network. To travel to other networks, the packet must be processed by a router.

The role of the router is to select the best path and direct packets toward the destination host in a process known as routing. A packet may cross many routers before reaching the destination host. Each router a packet crosses to reach the destination host is called a hop.

A

Routing

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

Network Layer basic operation wherein when the packet arrives at the network layer of the destination host, the host checks the IP header of the packet. If the destination IP address within the header matches its own IP address, the IP header is removed from the packet.

After the packet has been _______ by the network layer, the resulting Layer 4 PDU is passed up to the appropriate service at the transport layer. This process is performed by the destination host of the IP packet.

A

De-encapsulation

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

Network layer communication protocols (i.e., IPv4 and IPv6) specify the packet structure and processing used to carry the data from one host to another host.

Operating without regard to the data carried in each packet allows what?

A

The network layer to carry packets for multiple types of communications between multiple hosts.

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

How does IP encapsulate the transport layer (the layer just above the network layer) segment or other data?

A

By adding an IP header

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

Is used to deliver the packet to the destination host.

A

IP header

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

The process of encapsulating data layer by layer enables the services at the different layers to?

A

Develop and scale without affecting the other layers.

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

the basic characteristics of IP

A

Connectionless
Best Effort
Media Independent

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

IP Characteristic wherein there is no connection with the destination established before sending data packets.

No dedicated end-to-end connection is created by IP before data is sent.

A

Connectionless

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

IP Characteristic wherein IP is inherently unreliable because packet delivery is not guaranteed.

With no pre-established end-to-end connection, senders are unaware whether destination devices are present and functional when sending packets, nor are they aware if the destination receives the packet, or if the destination device is able to access and read the packet.

The IP protocol does not guarantee that all packets that are delivered are, in fact, received.

A

Best effort

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

IP Characteristic wherein operation is independent of the medium (i.e., copper, fiber-optic, or wireless) carrying the data.

IP operates independently of the media that carry the data at lower layers of the protocol stack

A

Media Independent

17
Q

One major characteristic of the media that the network layer considers: the maximum size of the PDU that each medium can transport.

Part of the control communication between the data link layer and the network layer is the establishment of a maximum size for the packet.

A

Maximum Transmission Unit (MTU)

18
Q

A process wherein IPv4 is split up when forwarding it from one medium to another with a smaller MTU. This however causes latency.

A

Fragmentation

19
Q

A significant field in the IPv4 header that contains a 4-bit binary value set to 0100 that identifies this as an IPv4 packet.

20
Q

A significant field in the IPv4 header that is an 8-bit field used to determine the priority of each packet.

The six most significant bits of this field are the differentiated services code point (DSCP) bits and the last two bits are the explicit congestion notification (ECN) bits.

A

Differentiated Services/DiffServ (DS)

21
Q

A significant field in the IPv4 header that contains an 8-bit binary value that is used to limit the lifetime of a packet.

The source device of the IPv4 packet sets this initial value. It is decreased by one each time the packet is processed by a router. If this field decrements to zero, the router discards the packet and sends an Internet Control Message Protocol (ICMP) Time Exceeded message to the source IP address.

Because the router decrements this field of each packet, the router must also recalculate the Header Checksum.

A

Time to Live (TTL)

22
Q

A significant field in the IPv4 header that is used to identify the next level protocol. This 8-bit binary value indicates the data payload type that the packet is carrying, which enables the network layer to pass the data to the appropriate upper-layer protocol.

Common values include ICMP (1), TCP (6), and UDP (17).

23
Q

A significant field in the IPv4 header that is used to detect corruption in the IPv4 header.

A

Header Checksum

24
Q

A significant field in the IPv4 header that contains a 32-bit binary value that represents the source IPv4 address of the packet.

This is always a unicast address.

A

Source IPv4 Address

25
Q

A significant field in the IPv4 header that contains a 32-bit binary value that represents the destination IPv4 address of the packet.

The destination IPv4 address is a unicast, multicast, or broadcast address.

A

Destination IPv4 Address

26
Q

The two most commonly referenced fields in the packet field.

These fields identify where the packet is coming from and where it is going.

Typically, these addresses do not change while travelling from the source to the destination.

A

Source and Destination IP addresses.

27
Q

The fields are used to identify and validate the packet.

A

The Internet Header Length (IHL)
Total Length
Header Checksum

28
Q

Fields are used to reorder a fragmented packet (Specifically IPv4 packets to keep track of the fragments)

A

Identification
Flags
Fragment Offset

29
Q

IP version that overcomes the limitations of IPv4 and is a powerful enhancement with features that better suit current and foreseeable network demands.

30
Q

Improvements that IPv6 provides

A

Increased address space - IPv6 addresses are based on 128-bit hierarchical addressing as opposed to IPv4 with 32 bits.
Improved packet handling - The IPv6 header has been simplified with fewer fields.
Eliminates the need for NAT - NAT between a private IPv4 address and a public IPv4 is not needed.

31
Q

A field in the IPv6 header that contains a 4-bit binary value set to 0110 that identifies this as an IP version 6 packet.

32
Q

A field in the IPv6 header that is an 8-bit field is equivalent to the IPv4 Differentiated Services (DS) field.

A

Traffic Class

33
Q

A field in the IPv6 header that is a 20-bit field that suggests that all packets with the same flow label receive the same type of handling by routers.

A

Flow Label

34
Q

A field in the IPv6 header that is a 16-bit field indicates the length of the data portion or payload of the IPv6 packet.

This does not include the length of the IPv6 header, which is a fixed 40-byte header.

A

Payload Length

35
Q

A field in the IPv6 header that is the 8-bit field that replaces the IPv4 TTL field.

This value is decremented by a value of 1 by each router that forwards the packet.

When the counter reaches 0, the packet is discarded, and an ICMPv6 Time Exceeded message is forwarded to the sending host.

Unlike IPv4, IPv6 does not include an IPv6 Header Checksum, because this function is performed at both the lower and upper layers.

36
Q

A field in the IPv6 header that is the 128-bit field that identifies the IPv6 address of the sending host.

A

Source IPv6 Address

37
Q

A field in the IPv6 header that is the 28-bit field that identifies the IPv6 address of the receiving host.

A

Destination IPv6 Address

38
Q

An IPv6 may also contain this, which provides optional network layer information

Are placed between the IPv6 header and the payload.

A

Extension Header (EH)

39
Q

Octets of the variable length header for IPv4 and IPv6 and the number of header fields for IPv4 and IPv6

A

IPv4 - 20 octets and 12 basic header fields
IPv6 - 40 octets and 8 basic header fields