جدیدترین ویدیوها

Networking Fundamentals (Udemy)
129 بازدیدها · پیش 2 سال ها

Part 04 of Computer Networking Fundamentals: ⁣Wired Local Area Networks vs. Wireless Local Area Networks

Wired LANs vs Wireless LANs

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

  1. Compare and contrast wired and wireless LAN implementations.

Learner Objective: Identify the characteristics and importance of VLANs

Description: In this episode, the learner will be introduced to the basic constructs and characteristics of wired and wireless local area networks.


  • Introduction to Network Infrastructure
    • Wired LAN
      • Devices in this type of LAN are connected using bounded media
      • Bounded media types
        • Copper - The most prevalent LAN-based network medium used today. This medium uses single or multiple copper conductors to transmited data.
        • Fiber - These medium uses an optical light source to transmit data through a concentrated core made of either plastic or glass.
      • For devices to communicate, they need to be physically connected via Ethernet switch
      • Due to the nature of the physical connections, wired networks can provide a higher level of security than wireless networks
      • Wired LANs can have constraints
        • Limitation of cabling (distance, electromagnetic interference, damage)
        • Building requirements (historical sites, cumbersome installations, proximity to the connectivity device)
        • Mobility is challenging
    • Wireless LAN
      • Devices in this type of LAN connect to the network via radiated energy
      • Wireless LAN Types
        • Infrastructure mode - In this type of Wireless LAN, a centralized network device called a wireless access point controls all communications on the network.
        • Ad-hoc mode - In this type of Wireless LAN there is no centralized connectivity device. The wireless devices communicate directly with each other.
      • Wireless LANs have become increasingly more popular due today because:
        • Ease of installation
        • Reduction of physical cabling
        • Mobility
        • Simplicity to add devices to network
      • Disadvantages
        • Communication eminations
        • Obstacles and interference
        • Network saturation and congestion
    • Hybrid LAN
      • Most common LAN deployment in modern networks today
      • This type of LAN combines both wired and wireless communication
      • Wired LAN
        • Workstations and servers (these are stationary devices)
      • Wireless LAN
        • Laptops, tablets, smartphones (these are devices that require mobility)
        • Any stationary device that requires a connection, but cabling is not feasible or possible

Networking Fundamentals (Udemy)
182 بازدیدها · پیش 2 سال ها

Part 03 of Computer Networking Fundamentals: Virtual Local Area Networks (VLANs)

Virtual Local Area Networks

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

  1. Identify the characteristics and importance of VLANs.

Learner Objective: Identify the characteristics and importance of VLANs

Description: In this episode, the learner will be introduced to Virtual Local Area Networks or VLANs as well as identify the purpose of implementing them in networks.


  • Introduction to Network Infrastructure
    • What are VLANs? - A logical division of networked devices connected within a local area networked
    • Why are VLANs important? - VLANs allow administrators to divide ports on a switch into logical groupings. This creates multiple logical switches out of a single physical switch. This can be done for performance and security.
    • Understanding communication types
      • Broadcast - A communication message that is sent by a single device to every other device connected to the switch.
        • One to all communication
      • Unicast - A communication message that is sent by a single device to another device on the network.
        • One to one communication
      • Multicast - A communication message that is sent by a single device to a group or subset of the devices on the network.
      • Broadcast domain - A group of devices connected to a network that receive broadcast communications. This grouping can be based on physical or logical segments.
      • Segments - A divison that splits a network into smaller parts.
    • Performance benefits - VLANs create virtual boundaries that reduce the amount of broadcast traffic between devices on a larger network and ease administration.
    • Security benefits - VLANs allow network administrators to group devices together to assign an enforce security policies. Devices within a VLAN can only communicate with other devices assigned to the same VLAN.
    • How are VLANs implemented?
      • VLANs require configuration of managed switches.
      • VLANs use tagging information that is inspected by the switch to determine which VLAN the communication belongs to.

Networking Fundamentals (Udemy)
162 بازدیدها · پیش 2 سال ها

Part 0⁣2 of Computer Networking Fundamentals: Local Area Networks

Local Area Networks

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

  1. Describe the components and attributes of a local area network.

Learner Objective: Describe the components and attributes of a local area network

Description: In this episode, the learner will identify the components and attributes of a local area network.


  • Introduction to Network Infrastructure
    • Local area networks (LAN)
      • What is a network? - A group of computers, connected to common network links for the purpose of communication and sharing resources.
      • What are LANs? - A network comprising a single geographical region.
      • Components
        • Client workstations
        • Laptops
        • Mobile devices
        • Servers
        • Cabling - bounded transmission media
          • Standardized media
          • Copper or fiber
        • Connectivity or intermediate devices (Access points, switches, routers)
      • Network Models
        • Host-based - a centralized powerful computer performs all storage and processing of data. User inputs are captured from terminals, output is displayed on the terminal.
        • Client/Server - The most popular network model in modern networks, in which computers called clients request services and resources from other computers. Servers are the computers in a client/server network that respond to and provide services based on client requests.
        • Peer-to-peer - a decentralized network model in which every device evenly (peer) shares the various functions of the network (requesting resources and providing resources).

Networking Fundamentals (Udemy)
175 بازدیدها · پیش 2 سال ها

Part 01 of Computer Networking Fundamentals: Overview

C# Bootcamp (Udemy)
17 بازدیدها · پیش 2 سال ها

Part 56 of C# .NET Bootcamp

C# Bootcamp (Udemy)
21 بازدیدها · پیش 2 سال ها

Part 55 of C# .NET Bootcamp: ArrayList

C# Bootcamp (Udemy)
29 بازدیدها · پیش 2 سال ها

Part 54 of C# .NET Bootcamp

C# Bootcamp (Udemy)
29 بازدیدها · پیش 2 سال ها

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

C# Bootcamp (Udemy)
55 بازدیدها · پیش 2 سال ها

Part 52 of C# .NET Bootcamp: Excercise Impostor Syndrome

C# Bootcamp (Udemy)
17 بازدیدها · پیش 2 سال ها

Part 51 of C# .NET Bootcamp: Exception Handling in C# language

C# Bootcamp (Udemy)
35 بازدیدها · پیش 2 سال ها

Part 50 of C# .NET Bootcamp: Passing Reference-type Parameter

C# Bootcamp (Udemy)
19 بازدیدها · پیش 2 سال ها

Part ⁣49 of C# .NET Bootcamp: Passing Value-type Parameter in C#

C# Bootcamp (Udemy)
17 بازدیدها · پیش 2 سال ها

Part 48 of C# .NET Bootcamp: Creating Structure data type using struct Keyword in C#

C# Bootcamp (Udemy)
30 بازدیدها · پیش 2 سال ها

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

C# Bootcamp (Udemy)
31 بازدیدها · پیش 2 سال ها

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

C# Bootcamp (Udemy)
24 بازدیدها · پیش 2 سال ها

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

C# Bootcamp (Udemy)
37 بازدیدها · پیش 2 سال ها

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

C# Bootcamp (Udemy)
17 بازدیدها · پیش 2 سال ها

Part 43 of C# .NET Bootcamp: Implicit Typing in C# (using var Keyword)

Eka Sugandi
37 بازدیدها · پیش 2 سال ها

⁣Defek Masa dan Energi Ikat Inti

C# Bootcamp (Udemy)
58 بازدیدها · پیش 2 سال ها

Part 42 of C# .NET Bootcamp: Advanced Variable Scopes




Showing 24 out of 25