Author: Author: Richard Pateau
-
Ethernet Frame
Today we’re going to dive into an Ethernet Frame header and trailer, and what it entails. Frames are a Layer 2 PDU(Protocol Data Unit) that gets forwarded between hosts that are usually in the same broadcast domain or VLAN. Ethernet frames are also vital for transporting packets across networks because a new ethernet frame header…
-
Cisco CLI – User vs Privilege
Hello everyone, today we’re going to talk about certain privileges when it comes to using the CLI. The CLI means command line interface and this is how you tell network devices such as routers or switches how to behave via protocols and configurations. The CLI has different user privileges that can be used for stuff…
-
Auto-negotiation/FLP
Today we will be discussing layer 2 switches and auto negotiation. Links on switches can operate at varying speeds such as 10, 100, or even 1000Mbps. Switches can also operate on half-duplex and full duplex. So say I have two switches but they’re running different settings but I want them to form a link together.…
-
CSMA/CD
Hi, today we are going to dive into a feature called CSMA/CD which stands for Carrier Sense Multiple Access Collision Detection. This is a protocol mostly used by Ethernet NICs when they are connected to half-duplex networks such as being connected to ethernet hubs and plays an important role in handling what to do after…
-

Straight-Through vs Crossover Cables
Today I will be discussing straight-through cables and crossover cables. Straight-through cables and cross over cables both have their use cases. They both serve an important purpose and can’t just be used any way you want to, well because of new technology we can but for the sake of learning the purpose we will dive…
-

Cables: Copper vs Fiber
Twisted Pair Cables Hello everyone, today we are going to talk about cables, specifically copper cables and fiber cables. Copper and fiber optic cables both have their pros and cons, so let’s talk about it. Copper is an IEEE 802.3 standard that carries electrical signals from the transmitting end to the receiving end and vice…
-

Network Devices
ETHERNET HUB Hello everyone, today we are going to talk about common network devices. The first device we’re going to talk about is the Ethernet Hub. This is a physical layer device that acts as a multiport repeater. What does that mean you ask? It means that when a signal is transmitted out of one…
-

The OSI and TCP/IP Model
Hi, today I am going to dive into the OSI model. The OSI model is one of the most important things when it comes to networking in my opinion. It serves as the foundation to simplify the complexity of what is really going on when a packet traverses a network. A good understanding of the…
-

DAI Optional Checks and Rate Limiting
For this discussion I am going to dive into more DAI and the additional features that It has. The two additional features that can be optionally added on top of DAI are “optional checks” and “rate limiting.” DAI optional checks are optional features that can be added after the IP to MAC mapping has been…
-

What is DAI?
Today I am going to talk about DAI. DAI is a layer 2 feature that can be applied on most Cisco switches. It stands for “Dynamic ARP inspection” and this layer 2 feature is vital for protecting the network from any ARP based attacks such as MITM, ARP spoofing and even DOS attacks that are…