Top videos
Part 53 of C# .NET Bootcamp: Array and Collection Data Types
Part 15 of Computer Networking Fundamentals: Network Switches
Switches
At the end of this episode, I will be able to:
- Identify the characteristics and basic functionality of a network switch.
Learner Objective: Identify the characteristics and basic functionality of a network switch.
Description: In this episode, the learner will be introduced to the basics of network switches, the basic is switching process and characteristics of a network switches.
- Introduction to Network Hardware
- Switches
- Managed vs. unmanaged
- Managed switch - this type of switch provides a configuration interface commonly in the form of a command line interface or terminal.
- Unmanaged - this is the most basic type of switch that requires no configuration tasks and utilizes a sort of "Plug and Play" implementation.
- Basic components
- Network adapter - this is a circuit board or embedded component installed on a network device such as a computer, smart tv, gaming console, VoIP phone and more. This component controls the communication for the network device.
- Network media - this is the bounded connection media that connects the network device to the switch. The most prevalent media is copper twisted pair cabling however fiber optic cabling is also used.
- Network Switch - this device receives the electrical communications from the network devices connected via ports on the face of the switch. These devices make decisions on what ports to forward the communications to.
- Media Access Control (MAC) address
- A MAC address is a unique 48-bit or 6-byte hardware identifier associated with a network adapter. This address is used to identify the network device on Ethernet switched networks.
- The MAC address is comprised of two components:
- 1st 3 bytes = Organizationally Unique Identifier (OUI) - a globally unique vendor/manufacturer identifier.
- 2nd 3 bytes = Unique LAN identifier - uniquely identifies the network adapter within the vendor/manufacturer.
- The switching process
- The switch receives a communication frame from a network device connected to one of the switch and adds the Media Access Control address of the network device to a database (MAC Table or CAM Table).
- The switch inspects the MAC Table for a device connected to a switch port with the matching destination MAC address in the received frame and forwards the data tothe appropriate network device.
- Switch Characteristics
- Port Speeds
- Ethernet = 10 Mbps (10Base)
- Fast Ethernet = 100 Mbps (100Base)
- Gigabit Ethernet = 1000 Mbps/1 Gbps (1000Base)
- Transmission Types
- Half Duplex - A link that can only communicate in a single direction at a time.
- Full Duplex - A link that performs simultaneous two-way communications
- Port Security
- DHCP Snooping - a technique that controls which ports are allowed to receive DHCP messages.
- ARP Inspection - a technique that rejects malicious ARP packets
- Flood Gaurd - a technique that prevents Denial-of-Service (DoS) attacks using malicious broadcast messages.
- VLANs
- Allows for the logical division or grouping of a subnet of the network devices connected to the switch.
- Port Speeds
- Physical vs. Virtual Switches
- Physical switch - a tangible hardware connectivity device.
- Virtual switch - a software-based application/element used in virtualization technologies.
- Layer 2 vs. Layer 3 switch
- Layer 2 - A switch that operates in the Data-link layer (L2) of the OSI model
- Layer 3 - A switch that is capable of using IP addresses, operating on the Network layer (L3) of the OSI model.
- Managed vs. unmanaged
- Switches
CompTIA IT Fundamentals+ Course | Module 2 Part 5: Binary Notation
Part 27 of C# .NET Bootcamp: Conditionals using Switch Statement
Part 06 of C# .net Bootcamp
In this lesson, you are going to learn about how to begin developing a computer program in .net platform using Microsoft Visual Studio Code, especially when you are MacOS or Linux user.
Part 04 of C# .net Bootcamp course.
In this lesson you are going to learn how to Install Microsoft Visual Studio on Windows, especially when you are a Windows user. For MacOS and Linux User, consider viewing the next video.
Part 46 of C# .NET Bootcamp: Enumeration in C#
Part 07 of C# .net Bootcamp
In this lesson, you're going to learn about the history of the .net
Part 19 of C# .NET Bootcamp: โฃC# .NET Value Types
Part 30 of C# .NET Bootcamp: Introduction to Object-Oriented Programming
In this lesson, you will learn about Object-Oriented Programming and several concepts related to it.
โฃDefek Masa dan Energi Ikat Inti
CompTIA IT Fundamentals+ Course | Module 2 Part 8: โฃData Types
Part 45 of C# .NET Bootcamp: Garbage Collection in C#
Part 15 of C# .NET Bootcamp: โฃThe C# Compiler
In this lesson, you are going to learn about the C# compiler, how it works and how can you work with it
Part 18 of C# .NET Bootcamp: โฃConsole Input and Output
Part 12 of C# .NET Bootcamp: What is C#?
In this lesson you are going to learn about what is C# programming language, how it's created and how it's used for.
Part 32 of C# .NET Bootcamp: โฃReference Types
In this lesson you will learn about Reference Types in C# programming language and how to use them.
CompTIA IT Fundamentals+ Course | Module 2 Part 2: โฃInput, Output, Processing and Storage
Part 47 of C# .NET Bootcamp: Switch Expression in C#
Part 37 of C# .NET Bootcamp: Static Members