The Network Layer Flashcards

(33 cards)

1
Q

On a local area network or LAN, nodes can communicate with each other through

A

their physical MAC addresses

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

8 Bits

A

Byte
a single octet
can represent all decimal numbers from 0 to 255

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

Under the IP protocol, a packet is usually referred to as

A

an IP datagram.

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

The two primary sections of an IP datagram are

A

the header and the payload.

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

What happens to the TTL field of an IP datagram every time it reaches a router?

A

router decrements the TTL field by one.

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

subnetting is the process of taking a

A

large network and splitting it up into many individual smaller subnetworks or subnets.

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

A gateway router specifically

A

serves as the entry and exit path to a certain network.

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

What does CIDR stand for?

A

Classless Inter-Domain Routing

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

CIDR notation uses a

A

forward slash and then lists the numbers of bits in the subnet mask.

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

How many octets does a subnet mask have?

A

4

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

Who is permitted to use non-routable address space

A

Anyone

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

ARP stands for

A

address resolution protocol

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

The entirety of a packet at one layer becoming the payload section at another layer

A

encapsulation

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

The process of taking a large network and splitting it up into many individual and smaller subnetworks is known as

A

subnetting

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

A subnet ID is calculated via a

A

subnet mask

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

A network device that knows how to forward data along to other networks is known as

17
Q

TTL

18
Q

interior gateway protocols are used by routers in order to share information within a single

A

autonomous system

19
Q

RFC stands for

A

Request for Comments

20
Q

Ranges of IP address that anyone can use for their internal networks are known as

A

non-routable address space

21
Q

The transport layer is responsible for

A

multiplexing and demultiplexing traffic, establishing long running connections and ensuring data integrity through error checking and data verification.

22
Q

Multiplexing in the transport layer means

A

that nodes on the network have the ability to direct traffic toward many different receiving services.

23
Q

Demultiplexing is the same concept, just at the

A

receiving end, it’s taking traffic that’s all aimed at the same node and delivering it to the proper receiving service.

24
Q

The transport layer handles

A

multiplexing and demultiplexing through ports.

25
16-bit number that's used to direct traffic to specific services running on a networked computer.
A port
26
A server or service is
a program running on a computer waiting to be asked for data
27
A client is another program
that is requesting this data.
28
The destination port is the port
of the service the traffic is intended for,
29
A TCP segment is made up of a TCP
header and a data section.
30
sequence number. This is a 32-bit number that's used
to keep track of where in a sequence of TCP segments this one is expected to be.
31
The sequence number in a TCP header is used
to keep track of which segment out of many this particular segment might be.
32
data offset field is a four-bit number that communicates
how long the TCP header for this segment is. This is so that the receiving network device understands where the actual data payload begins.
33
a 16-bit number known as the TCP window. A TCP window specifies the range
of sequence numbers that might be sent before an acknowledgement is required.