Free CCNA | Ethernet LAN Switching (Part 1) | Day 5 | CCNA 200-301 Complete Course

Free CCNA | Ethernet LAN Switching (Part 1) | Day 5 | CCNA 200-301 Complete Course

Welcome to Jeremy’s IT Lab

This section introduces the course for the CCNA exam and emphasizes that it is free. It also mentions a quiz at the end of the video and provides a link to download Anki flashcards.

Course Introduction

  • The course is for the CCNA exam and is completely free.
  • A quiz will be provided at the end of the video.
  • Anki flashcards can be downloaded using the link in the description.

Ethernet LAN Switching

This section discusses how data travels through a network, specifically focusing on Ethernet LAN switching.

Data Movement in a Network

  • Data movement between switches and end hosts connected to them will be discussed.
  • Sending data from routers to other networks will be covered in another video.

Review of Physical Layer

  • The physical layer defines characteristics of the medium used for data transfer.
  • Examples include voltage levels, maximum transmission distances, connectors, and cable specifications.

Review of Data Link Layer (Layer 2)

  • Layer 2 provides node-to-node connectivity and data transfer.
  • It formats data for transmission over a physical medium.
  • It detects and possibly corrects physical layer errors.
  • Layer 2 addressing is separate from Layer 3 addressing.

Ethernet LAN Switching

  • Ethernet involves Layer 1 and Layer 2 of the OSI model.
  • This video focuses on Layer 2 Ethernet LAN switching.

Local Area Networks (LANs)

This section explains what a Local Area Network (LAN) is and discusses different types of LAN configurations.

Definition of a LAN

  • A LAN is a network contained within a relatively small area, such as an office floor or home network.
  • Routers are used to connect separate LANs.

Types of LAN Configurations

  • The green network with three PCs, one switch, and a router interface is considered one VLAN.
  • The red network with two switches is also one LAN.
  • Switches do not separate LANs but can be used to expand an existing LAN.
  • The blue devices connected to different router interfaces represent two separate LANs.

Encapsulation Process

This section reviews the encapsulation process of data as it is prepared to be sent over a network.

Encapsulation Stages

  • Data prepared by the upper layers of the OSI model is called data.
  • A layer 4 header is added, creating a segment.
  • A layer 3 header is added, converting it into a packet.
  • Finally, a Layer 2 header and trailer are added, making it a frame.

Ethernet Frame Structure

This section focuses on how switches receive and forward Ethernet frames.

Ethernet Frame Components

  • An Ethernet frame consists of a header and trailer.
  • The header contains five fields, including the preamble and start frame delimiter (SFD).

Timestamps are provided for each section.

Ethernet Frame Fields Overview

This section provides an overview of the fields in an Ethernet frame, including the Layer 3 protocol, preamble, start frame delimiter, destination and source fields, MAC addresses, and type or length field.

Layer 3 Protocol Field

  • The Layer 3 protocol field indicates the encapsulated packet's protocol, usually IP version 4 or version 6. Sometimes it represents the length of the encapsulated data.

Preamble and Start Frame Delimiter

  • The preamble is a series of alternating 1s and 0s that allows devices to synchronize their receiver clocks.
  • The start frame delimiter (SFD) marks the end of the preamble and the beginning of the rest of the frame.

Destination and Source Fields

  • The destination and source fields indicate the devices sending and receiving the frame.
  • These fields contain MAC addresses, which are physical addresses assigned to network devices.

Type or Length Field

  • The type or length field is used to represent either the type or length of the encapsulated packet.
  • If its value is 1500 or less, it indicates the length of the encapsulated packet in bytes. A value greater than 1536 indicates the type of packet.

Ethernet Trailer - Frame Check Sequence (FCS)

  • The FCS is a 32-bit field used to detect any errors that might have occurred during transmission.
  • It runs a cyclic redundancy check (CRC) algorithm over received data to verify its integrity.

Ethernet Frame Fields Recap

This section recaps each field's length in an Ethernet frame.

Field Length Recap

  • Preamble: 7 bytes
  • Start-frame delimiter: 1 byte
  • Destination: 6 bytes (MAC address)
  • Source: 6 bytes (MAC address)
  • Type or Length: 2 bytes
  • FCS (Frame Check Sequence): 4 bytes

Focus on Source and Destination MAC Addresses

This section delves deeper into MAC addresses, which are the source and destination fields in an Ethernet frame.

MAC Addresses

  • MAC addresses are 48-bit physical addresses assigned to network devices.
  • They are separate from logical addresses like IP addresses.
  • MAC addresses uniquely identify each device and are assigned during manufacturing.

Frame Check Sequence (FCS)

This section explains the purpose of the FCS field in an Ethernet frame.

Frame Check Sequence (FCS)

  • The FCS is a 32-bit field at the end of the Ethernet trailer.
  • It detects corrupted data by running a CRC algorithm over received data.
  • The FCS verifies the integrity of the data without adding new information.

Summary of Field Lengths

This section provides a summary of each field's length in an Ethernet frame, including both header and trailer.

Field Length Summary

  • Preamble: 7 bytes
  • Start-frame delimiter: 1 byte
  • Destination: 6 bytes (MAC address)
  • Source: 6 bytes (MAC address)
  • Type or Length: 2 bytes
  • FCS (Frame Check Sequence): 4 bytes

Additional Information on Cyclic Redundancy Checks

This section briefly mentions Cyclic Redundancy Checks (CRC) used in Ethernet frames.

Cyclic Redundancy Checks (CRC)

  • CRC is an algorithm used for error detection in data transmission.
  • The Frame Check Sequence in an Ethernet frame uses CRC to verify data integrity.

MAC Addresses and Hexadecimal New Section

This section explains MAC addresses and hexadecimal numbering system.

MAC Addresses

  • A MAC address is a unique identifier assigned to network devices.
  • MAC addresses are globally unique, with the first 3 bytes representing the organizationally unique identifier (OUI) assigned to the company making the device.
  • Different companies have their own OUIs, ensuring uniqueness of MAC addresses.
  • The last 3 bytes of a MAC address are unique to the device itself.
  • MAC addresses are written as a series of 12 hexadecimal characters.

Hexadecimal Numbering System

  • Hexadecimal uses 16 possible digits: 0-9 and A-F.
  • The first 10 digits are the same as in the decimal system, while A-F represent numbers from 10 to 15.
  • Each digit in hexadecimal represents a power of 16, allowing for compact representation of large numbers.
  • Understanding hexadecimal is important for working with internet protocol version 6 (IPv6).

Network Interfaces and Unicast Frames New Section

This section covers network interfaces, MAC addresses, and unicast frames.

Network Interfaces

  • Network interfaces connect devices to a network. In this example, PCs are connected to a switch via their network interface cards (NICs).
  • Interface names on switches often include information about speed. For example, F0/1 represents a fastethernet interface operating at 100 Mbps.

MAC Addresses and Unicast Frames

  • Each device has a unique MAC address consisting of an organizationally unique identifier (OUI) and a device-specific portion.
  • When PC1 wants to send data to PC2, it creates a unicast frame with destination and source MAC addresses.
  • Switches learn dynamically by associating source MAC addresses with corresponding interfaces in their MAC address tables.
  • Unicast frames are destined for a single target device.

Dynamic MAC Address Learning New Section

This section explains how switches dynamically learn MAC addresses.

Dynamic MAC Address Learning

  • When a switch receives a frame, it looks at the source MAC address and learns where the device is connected.
  • The switch adds the source MAC address to its MAC address table and associates it with the corresponding interface.
  • This process is known as dynamic MAC address learning because the switch learns the information itself without manual configuration.

The transcript provided does not include additional sections.

New Section

This section explains the concept of the address table and how switches dynamically learn the location of devices on a network using MAC addresses.

Address Table and Unknown Unicast Frames

  • Switches learn device locations by looking at the source MAC address of frames.
  • When a switch receives a frame with an unknown destination MAC address, it floods the frame out of all interfaces except the one it was received on.
  • If a device's MAC address doesn't match the destination, it drops the frame.
  • The switch cannot learn the MAC address of a device that doesn't reply to frames sent to it.

New Section

This section discusses how switches handle known unicast frames and remove inactive MAC addresses from their tables.

Known Unicast Frames and Dynamic MAC Addresses

  • When a switch receives a known unicast frame (destination already in its table), it forwards it directly to the destination.
  • Dynamic MAC addresses are removed from the table after 5 minutes of inactivity.
  • Sending traffic again will cause the switch to dynamically learn and add back the MAC address.

New Section

This section explores how multiple switches handle unknown unicast frames and continue learning MAC addresses.

Multiple Switches and Flooding

  • When an unknown unicast frame is received by a switch, it floods it out all interfaces except for the one it was received on.
  • Each switch independently learns source MAC addresses from frames received on its interfaces.
  • Even if a device is not directly connected to an interface, that interface is used to reach that device.

New Section

This section continues discussing unknown unicast frames in multi-switch scenarios.

Unknown Unicast Frames in Multi-Switch Scenarios

  • When an unknown unicast frame is received by a switch, it floods it out all interfaces except for the one it was received on.
  • Each switch independently learns source MAC addresses from frames received on its interfaces.
  • The destination device receives the frame if its MAC address matches.

The summary has been provided in English as requested.

Ethernet LAN Switching

This section covers the basics of Ethernet LAN switching, including how switches use MAC addresses to populate their tables and forward frames.

How Switches Populate MAC Address Tables

  • Switches use the Source MAC Address field to fill their MAC address tables.
  • When a switch receives a frame from a source on an interface, it adds an entry for that MAC address in its table.
  • The switch associates the source MAC address with the interface on which it received the frame.

Forwarding Frames

  • If a switch already has an entry for the destination MAC address in its table, it forwards the frame out of the corresponding interface.
  • If there is no entry for the destination MAC address, the switch floods the frame out of all interfaces except the one it was received on.

Quiz Questions

  1. Which field of an Ethernet frame provides receiver clock synchronization?
  • A: Preamble (Correct)
  • B: SFD
  • C: Type
  • D: FCS
  1. How long is the physical address of a network device?
  • A: 32 bytes
  • B: 32 bits
  • C: 48 bytes
  • D: 48 bits (Correct)
  1. What is the OUI (Organizationally Unique Identifier) of this MAC address? E8BA.7011.2874.
  • A: E8Ba
  • B: E8BA.70 (Correct)
  • C: 7011
  • D: E8BA.7011
  1. Which field of an Ethernet frame does a switch use to populate its MAC address table?
  • A: Preamble
  • B: Length
  • C: Source MAC Address (Correct)
  • D: Destination MAC Address
  1. What kind of frame does a switch flood out of all interfaces except the one it was received on?
  • A: Unknown unicast (Correct)
  • B: Known unicast
  • C: Allcast

Conclusion

This section covered the basics of Ethernet LAN switching, including how switches populate their MAC address tables and forward frames. The quiz questions tested knowledge on receiver clock synchronization, physical address length, OUI identification, MAC address table population, and flooding behavior.

Video description

Free CCNA 200-301 flashcards/Packet Tracer labs for the course: https://jitl.jp/ccna-files Check out my CCNA books, ACING THE CCNA EXAM Volume 1 and Volume 2! 🌴Amazon || Vol 1: https://jitl.jp/book1-az Vol 2: https://jitl.jp/book2-az Vol1/2 Set: https://jitl.jp/books-az 📖 Direct from the publisher || Vol 1: https://jitl.jp/book1-yt Vol 2: https://jitl.jp/book2-yt 📚Boson ExSim: https://jitl.jp/ccna-exsim ← the BEST practice exams for CCNA 💻Boson NetSim: https://jitl.jp/ccna-netsim ← 100+ detailed guided labs for CCNA 💯ExSim + NetSim: http://jitl.jp/ccna-kit ← get BOTH for a discount! 🥇CCNA Gold Bootcamp: https://www.flackbox.com/cisco-ccna-course#jm1 ← the course I used to get my CCNA (top rated course on the Internet) Get the course ad-free with bonus quizzes and more on JITL Academy: https://courses.jeremysitlab.com How to use the flashcards: https://www.youtube.com/watch?v=g34QN5eiEYI In this video, day 5 of my free CCAN complete course, you will learn about Ethernet LAN switching, focusing on Layer 2 of the OSI model. In this FREE and COMPLETE CCNA 200-301 course you will find lecture videos covering all topics in Cisco official exam topics list, end-of-video quizzes to test your knowledge, flashcards to review, and practice labs to get hands-on experience. SUPPORT MY CHANNEL The best way to support my channel is to like, comment, subscribe, and share my videos to help spread the word! If you can spare to leave a tip, here are some options: PayPal: https://paypal.me/jeremysitlabYT BAT (Basic Attention Token) tips in the Brave browser (https://www.jeremysitlab.com/brave-browser) ====================== Patreon: https://www.patreon.com/jeremysitlab ====================== Cryptocurrency Addresses Bitcoin: bc1qxjpza7nx46e8a2rtz6vkcrvxx9mfjnufdrk0jv Ethereum: 0x08B4325b1B99B05d850A3bfCd4A6620D770cfB64 ====================== 0:00 Introduction 0:59 OSI Model - Physical Layer review 1:54 OSI Model - Data Link Layer review 3:04 Local Area Networks (LANs) 4:46 OSI Model PDUs review 5:48 Ethernet Frame 7:23 Ethernet Frame - Preamble & SFD 8:36 Ethernet Frame - Destination & Source 9:31 Ethernet Frame - Type/Length 11:47 Ethernet Frame - FCS 13:52 MAC Addresses 15:24 Decimal number system 17:26 Hexadecimal number system 19:44 MAC Addresses continued 21:00 Unicast frames 21:40 MAC Address Table / Dynamic MAC Addresses 22:58 Unknown Unicast / Flooding 25:22 Known Unicast / Forwarding 26:22 MAC Learning & Frame Flooding/Forwarding review 31:36 Quiz 1 32:51 Quiz 2 33:42 Quiz 3 34:43 Quiz 4 36:15 Quiz 5 #cisco #CCNA