Top videos

C# Bootcamp (Udemy)
61 Views ยท 2 years ago

Part 53 of C# .NET Bootcamp: Array and Collection Data Types

Networking Fundamentals (Udemy)
60 Views ยท 2 years ago

Part 15 of Computer Networking Fundamentals: Network Switches

Switches

At the end of this episode, I will be able to:

  1. 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.
      • 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.

Dion Training CompTIA IT Fundamentals+
60 Views ยท 4 months ago

CompTIA IT Fundamentals+ Course | Module 2 Part 5: Binary Notation

C# Bootcamp (Udemy)
59 Views ยท 2 years ago

Part 27 of C# .NET Bootcamp: Conditionals using Switch Statement

C# Bootcamp (Udemy)
58 Views ยท 2 years ago

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.

C# Bootcamp (Udemy)
57 Views ยท 2 years ago

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.

C# Bootcamp (Udemy)
57 Views ยท 2 years ago

Part 46 of C# .NET Bootcamp: Enumeration in C#

C# Bootcamp (Udemy)
56 Views ยท 2 years ago

Part 07 of C# .net Bootcamp

In this lesson, you're going to learn about the history of the .net

C# Bootcamp (Udemy)
56 Views ยท 2 years ago

Part 19 of C# .NET Bootcamp: โฃC# .NET Value Types

C# Bootcamp (Udemy)
56 Views ยท 2 years ago

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.

Eka Sugandi
55 Views ยท 2 years ago

โฃDefek Masa dan Energi Ikat Inti

Dion Training CompTIA IT Fundamentals+
55 Views ยท 4 months ago

CompTIA IT Fundamentals+ Course | Module 2 Part 8: โฃData Types

C# Bootcamp (Udemy)
53 Views ยท 2 years ago

Part 45 of C# .NET Bootcamp: Garbage Collection in C#

C# Bootcamp (Udemy)
53 Views ยท 2 years ago

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

C# Bootcamp (Udemy)
53 Views ยท 2 years ago

Part 18 of C# .NET Bootcamp: โฃConsole Input and Output

C# Bootcamp (Udemy)
52 Views ยท 2 years ago

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.

C# Bootcamp (Udemy)
52 Views ยท 2 years ago

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.

Dion Training CompTIA IT Fundamentals+
52 Views ยท 4 months ago

CompTIA IT Fundamentals+ Course | Module 2 Part 2: โฃInput, Output, Processing and Storage

C# Bootcamp (Udemy)
52 Views ยท 2 years ago

Part 47 of C# .NET Bootcamp: Switch Expression in C#

C# Bootcamp (Udemy)
52 Views ยท 2 years ago

Part 37 of C# .NET Bootcamp: Static Members




Showing 3 out of 4