Top videos

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

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

C# Bootcamp (Udemy)
82 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)
82 Views ยท 2 years ago

Part 44 of C# .NET Bootcamp: Defining a constant value using const Keyword

Dion Training CompTIA IT Fundamentals+
82 Views ยท 6 months ago

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

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

Part 17 of Computer Networking Fundamentals: Network Cable Types and Connectors

Cable Types and Connectors

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

  1. Compare and contrast network cabling types, specifications and standards.

Learner Objective: Compare and contrast network cabling types, specifications and standards.

Description: In this episode, the learner will explore various network cable types, connectors and cabling standards.


  • Introduction to Network Hardware
    • Network Media Types
      • Cable Types
        • Copper - copper cabling is the most prevalent media in networks today. This type of media has a lower cost when compared to fiber
          • Coaxial cabling - this type of copper media is mostly used in audio and video implementations today rather than networking. This cable type uses a centralized copper conductor wrapped in a dialectric coating, braided shielding and an insulating out jacket. The common connectors used for termination are BNC, F-type and T connectors.
          • Twisted pair cabling - this is the most commonly used bounded network media in local area networks. This cable is comprised of 8 copper conductors, twisted in four pairs. These cable come in an unshielded variety called unshielded twisted pair or UTP as well as a shielded variety that wraps the internal conductors in a foil shielding called shielded twisted pair or STP. These cables use an RJ-45 connection for termination not to be confused with the smaller RJ-11 connector used in telephone systems.
            • PVC grade cable - this twisted pair cabling is commonly used to connect computers to wall plates.
            • Plenum grade cable - this cabling is used in premise wiring throughout plenum spacing for fire code.
        • Fiber Optic - this type of cabling uses glass or plastic cores, cladding, strengthening fibers and an outer jacket. This network media has the fastest and farthest transmission distance of all bounded network media.
          • Multimode fiber - this fiber optic cable uses cores of 50 and 62.5 microns and mulitple light sources to propagate the signal. It is the cheaper and shorter distance when compared to singlemode fiber.
          • Singlemode fiber - this fiber optic cable uses a core of 9 microns and a single light source to propagate the signal. This type of fiber optic cabling is more expensive and farther transmission distances than multimode fiber.
          • Connectors
            • Subscriber Connector - An older square locking connector.
            • Lucent connector - A smaller connector than the SC connector, providing a greater port density.
          • Transceiver Modules
            • SFP/SPF+ - these are modules are identical in size, however SFP support 1 Gbps transmission speeds and SFP+ supports 10Gbps.
            • QSFP/QSFP+ - these modules are identical in size, the difference is that the QSFP support for four 1 Gbps links simultaneously and QSFP+ supports four 10 Gbps links simultaneously.
        • Cable Categories - these are a set of specifications that were developed by the Telecommunication Industry Association/Electronics Industry Alliance or TIA/EIA as a part of the cabling standards endorsed by the American National Standards Institue (ANSI)
          • CAT5e - this is the cable used in Gigabit Ethernet implementations capable of transmitting data a 350 Mbps
          • CAT6 - this is the cable standards used in Gigabit Ethernet implementations capable of transmitting data at 1 Gbps
          • CAT6a - this is the cable used in Gigabit Ethernet implementations capable of transmitting data up to 10 Gbps.
      • Ethernet Base Standards
        • 10BASET = Ethernet implementation, 10 Mbps tranmission speed over twisted pair cables
        • 100BASET = Fast Ethernet implementation, 100 Mbps tranmission speed over twisted pair cables
        • 1000BaseTX = Gigabit Ethernet implementation, 1000 Mbps tranmission speed over twisted pair cables
        • 10GBASELX - 10 Gigabit Ethernet implementation using fiber optic media.
      • Cabling Issues
        • Improper termination - internal conductors are crossed or damaged
        • Electromagnetic interference - high voltage power sources, water fountains, HVAC systems, fluorescent lighting can cause interference and corrupt the communication signal in copper-based media.
        • Damage - physical damage to the out jacket, internal conductors or cores can cause communication issues on the network
        • Standards Mismatch - this can cause slower than expected or poor performance on the network or worse, no communications.

C# Bootcamp (Udemy)
81 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)
81 Views ยท 2 years ago

Part 20 of the C# .NET Bootcamp: โฃUsing C# Value Types

Networking Fundamentals (Udemy)
80 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.

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

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

Dion Training CompTIA IT Fundamentals+
79 Views ยท 6 months ago

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

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

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

Dion Training CompTIA IT Fundamentals+
76 Views ยท 6 months ago

CompTIA IT Fundamentals+ Course | Module 4 Part 1: โฃTypes of Computers

Dion Training CompTIA IT Fundamentals+
75 Views ยท 6 months ago

CompTIA IT Fundamentals+ Course | Module 2 Part 7: Units of Measure

C# Bootcamp (Udemy)
75 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)
74 Views ยท 2 years ago

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

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

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

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

Part 37 of C# .NET Bootcamp: Static Members

Dion Training CompTIA IT Fundamentals+
74 Views ยท 6 months ago

CompTIA IT Fundamentals+ Course | Module 2 Part 9: Representing Data

Dion Training CompTIA IT Fundamentals+
73 Views ยท 6 months ago

CompTIA IT Fundamentals+ Course | Module 2 Part 3: Numbers and Notational Systems

C# Bootcamp (Udemy)
73 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.




Showing 3 out of 4