Protocol data units (PDUs) in the physical layer
Bits
Protocol data units (PDUs) in the data link layer
Frames
Protocol data units (PDUs) in the network layer
Packets
Protocol data units (PDUs) in the transport layer using TCP
Segments
Protocol data units (PDUs) in the transport layer using UDP
Datagrams
TCP 3 way handshake
IPv4 Private Address Ranges
10.0.0.0-10.255.255.255
172.16.0.0-172.31.255.255
192.168.0.0-192.168.255.255
Carrier Sense Multiple Access (CSMA)
A media access control (MAC) protocol used in network communication that determines when a device can transmit data over a shared network medium.
Carrier Sense Multiple Access with Collision Detection (CSMA/CD)
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
Carrier Sense Multiple Access with Collision Avoidance (CSMA/CA)
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.
Software Defined Network (SDN)
Separates the network architecture into 3 distinct planes
Data Plane
responsible for packet forwarding
Control Plane
Manages network traffic and polices
Application Plane
Hosts network applications and services, leveraging the control plane to execute high-level tasks.
Infrastructure as Code (IaC)
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.
In-band Segmentation
Uses physical devices such as firewalls to separate network segments within the same physical infrastructure.