Domain 4 NTK Flashcards

(16 cards)

1
Q

Protocol data units (PDUs) in the physical layer

A

Bits

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

Protocol data units (PDUs) in the data link layer

A

Frames

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

Protocol data units (PDUs) in the network layer

A

Packets

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

Protocol data units (PDUs) in the transport layer using TCP

A

Segments

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

Protocol data units (PDUs) in the transport layer using UDP

A

Datagrams

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

TCP 3 way handshake

A
  1. SYN (Synchronize): The client sends a SYN packet to the server, indicating it wants to
    start a connection.
  2. SYN-ACK (Synchronize-Acknowledge): The server responds with a SYN-ACK packet,
    acknowledging the client’s request and indicating it’s ready to establish a connection.
  3. ACK (Acknowledge): The client sends an ACK packet back to the server, confirming the
    receipt of the server’s SYN-ACK.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

IPv4 Private Address Ranges

A

10.0.0.0-10.255.255.255
172.16.0.0-172.31.255.255
192.168.0.0-192.168.255.255

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

Carrier Sense Multiple Access (CSMA)

A

A media access control (MAC) protocol used in network communication that determines when a device can transmit data over a shared network medium.

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

Carrier Sense Multiple Access with Collision Detection (CSMA/CD)

A

It is effective after a collision
Used in wired networks 802.3 standard
Reduces recovery time
Resends the data frame whenever a conflict occurs
More efficient than CSMA

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

Carrier Sense Multiple Access with Collision Avoidance (CSMA/CA)

A

It is effective before a collision
Commonly used in wireless networks 802.11 standard
Will first transmit the intent to send for data transmission
Is similar to simple CSMA in terms of efficiency.

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

Software Defined Network (SDN)

A

Separates the network architecture into 3 distinct planes

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

Data Plane

A

responsible for packet forwarding

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

Control Plane

A

Manages network traffic and polices

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

Application Plane

A

Hosts network applications and services, leveraging the control plane to execute high-level tasks.

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

Infrastructure as Code (IaC)

A

enhances security by enabling consistent, version-controlled security policies to be embedded directly into infrastructure
definitions, allowing for automated security checks, easier auditing, and rapid deployment of security patches across environments, while also reducing the risk of human error in manual configuration processes.

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

In-band Segmentation

A

Uses physical devices such as firewalls to separate network segments within the same physical infrastructure.