The Internet/ Network layer Flashcards

1
Q

What is the PDU within the IP protocol?

A

the Protocol Data Unit (PDU) within the IP Protocol is referred to as apacket.

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

What is the data payload of a packet?

A

the Data Payload of an IP Packet is the PDU from the layer above (the Transport layer). It will generally be a TCP segment or a UDP datagram.

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

In IP protocol, what is the version header?

A

indicates the version of the Internet Protocol used, e.g. IPv4

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

In IP protocol, what is the ID, Flags, Fragment Offset header?

A

these fields are related to fragmentation. If the Transport layer PDU is too large to be sent as a single packet, it can be fragmented, sent as multiple packets, and then reassembled by the recipient.

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

In IP protocol, what is the TTL header?

A

a Time to Live (TTL) value. TTL indicates the maximum number of network ‘hops’ a packet can take before being dropped.

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

In IP protocol, what is the Checksum header?

A

this is an error checking value generated via an algorithm.`

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

In IP protocol, what is the Protocol header?

A

this indicates the protocol used for the Data Payload, e.g. TCP, UDP, etc.

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

In IP protocol, what is the Source Address header?

A

the 32-bit IP address of the source (sender) of the packet

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

In IP protocol, what is the destination Address header?

A

the 32-bit IP address of the destination (intended recipient) of the packet

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

How are IPv4 addresses structured?

A

Pv4 addresses are 32 bits in length and are divided into four sections of eight bits each. they can be assigned as required to devices as they join a network.

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

What is network hierarchy in the IP address system?

A

an overall network is split into logical subnetworks, with each defined by the range of IP addresses available to it.

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

What happens when an IP packet is received by a router?

A

When an IP packet is received by a router, the router examines the destination IP address and matches it against a list of network addresses in its routing table. As explained above, these network addresses define a range of addresses within a particular subnet

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

What is the internet?

A

The internet is a vastnetwork of networks. It is comprised of both thenetwork infrastructureitself (devices, routers, switches, cables, etc) and theprotocolsthat enable that infrastructure to function.

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

What are protocols?

A

Protocols aresystems of rules. Network protocols are systems of rules governing the exchange or transmission of data over a network.

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

Why are there different types of protocols?

A

Different types of protocol are concerned with different aspects of network communication. It can be useful to think of these different protocols as operating at particular ‘layers’ of the network.

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

What is encapsulation in networking?

A

Encapsulationis a means by which protocols at different network layers can work together.

17
Q

How is encapsulation implemented in networking?

A

Encapsulation is implemented through the use ofProtocol Data Units(PDUs). The PDU of a protocol at one layer, becomes the data payload of the PDU of a protocol at a lower layer.

18
Q

What is the physical network?

A

Thephysical networkis the tangible infrastructure that transmits the electrical signals, light, and radio waves which carry network communications.

19
Q

What is Latency?

A

Latency is a measure of delay. It indicates the amount of time it takes for data to travel from one point to another.

20
Q

What is bandwidth?

A

Bandwidth is a measure of capacity. It indicates the amount of data that can be transmitted in a set period of time.

21
Q

what is ethernet?

A

Ethernetis a set of standards and protocols that enablescommunication between devices on a local network.

22
Q

What is the PDU for ethernet?

A

Ethernet uses a Protocol Data Unit called a Frame.

23
Q

What addressing scheme does ethernet use?

A

Ethernet usesMAC addressingto identify devices connected to the local network.

24
Q

What is the predominant protocol used forinter-network communication?

A

TheInternet Protocol(IP) is the predominant protocol used forinter-network communication.

25
Q

What are the versions of IP protocol in use?

A

There are two versions of IP currently in use: IPv4 and IPv6.

26
Q

What addressing system does IP use?

A

TheInternet Protocoluses a system of addressing (IP Addressing) todirect data between one device and another across networks.

27
Q

What PDU does IP use?

A

IP uses a Protocol Data Unit called a Packet.

28
Q
A