ComputerNetworkingNotes
ComputerNetworkingNotes
  • 73
  • 167 331
Topology in Computer Networks | Physical, Logical, Bus, Star, Ring  and Mesh | CCNA Video - 05
This video explains the topologies in computer networks.
A topology is a layout of a computer network. There are two types of topology: physical and logical.
A physical topology defines how devices on the network are connected.
A logical topology describes how data flows over the physical topology. Based on its layout, we can further classify a topology into Bus, Star, Ring, Mesh, and Point-to-Point. Each subtype arranges devices or moves data differently from others.
Bus
A bus topology is the earliest implementation of computer networks. By far, it is the most simple and oldest topology. It arranges all nodes in a line. A node is a network device. Computers, printers, and servers are examples of nodes. It uses a bus for physical and logical layouts.
This topology has the following advantages.
It uses the most straightforward layout.
It requires minimal components to set up.
It is easy to implement and maintain.
It has the following disadvantages.
It is outdated and no longer used in modern networks.
It provides the slowest speed among all other topologies.
A break in cable or an open connection can bring the entire network down.
Ring topology
A ring topology uses a multi-access unit at the centre of the network. All nodes connect to it, forming a star-like layout. A star-like layout is called a star topology.
Although it uses a star topology for physical layout or cabling, it does not use the same design for data transportation. Electrically, this network behaves like a ring, where signals travel around the ring to each node.
It uses a token-passing method to eliminate all possibilities of collision in the network.
Advantages
It has the following advantages.
It is a collision-free topology.
It uses a simple physical layout.
It requires less hardware.
Disadvantages
It has the following disadvantages.
Nodes can not communicate directly.
It provides slow data transfer speed.
It is a less secure topology.
Star topology
A star topology uses a physical layout similar to the ring topology. However, there is a difference. It uses a hub or ethernet switch to connect nodes. The data flow on this topology depends on what it uses to connect nodes. If it uses a hub, the data flows in a bus layout. If it uses an ethernet switch, data flows in a bus or point-to-point layout.
Advantages
It is a collision-free topology.
It provides a faster data transfer speed.
A cable break has limited effects.
Since it is a collision-free topology, it provides a faster data transfer speed than other topologies.
Disadvantages
It is tough to implement and troubleshoot.
Only network administrators can manage it.
It requires more hardware resources.
It is more expensive than other topologies.
Point-to-point topology
A point-to-point topology connects only two devices. It does not require any intermediate device. Devices can use any supported cable type for the connection. For example, they can use a cross-over ethernet cable or wireless signals. Since there are no third devices, they do not face any collision. If we talk about the logical implementation, it is a bus topology.
Point-to-multipoint topology
A point-to-multipoint topology connects a single device to many devices. It is mainly used in WAN networks. It connects one central or main branch with sub-branches. Physically, it is a point-to-multipoint layout. Logically, it is a point-to-point topology. It does not fulfil the requirement of a logical bus topology. Data sent by one device does not reach all remaining devices. Devices also do not share the same collision. It is similar to a switch-based star topology where if the switch knows the destination address, the source and destination nodes use a logically point-to-point connection to exchange data.
FDDI Ring topology
It connects all devices in a ring. It uses optical fibre cables to connect devices. It connects the first device to the second, the second to the third, and so on. It connects the last device back to the first device, making a physical ring layout.
Mesh topology
A mesh topology creates multiple connections between devices. There are two types of mesh: full and partial. A full mesh connects every device with all other devices in the network. A partial mesh connects a device only with the necessary devices. Both use point-to-point topology for data transportation.
Hybrid topology
A hybrid topology connects two different topologies. It was mainly used during the transition period when networks were migrating from the coaxial cable-based bus topology to the hub-based star topology. It uses a bus topology for data transportation.
At that time, hubs with a coaxial port were available. It allowed administrators to use the hub-based star topology to build new networks while maintaining connectivity with existing coaxial cable-based networks.
This topology is no longer used in modern networks.
มุมมอง: 352

วีดีโอ

CSMA/CD, Half duplex, Full duplex, Collision domain, and Broadcast Domain | CCNA Video 04
มุมมอง 603หลายเดือนก่อน
This video is the fourth video in our ongoing tutorial series on CCNA. In it, we will learn about CSMA/CD, half duplex, full duplex, collision domain, and broadcast domain. Video description A cable creates an electrical circuit between the source and destination devices. The source device puts signals on this circuit. The destination device reads signals from this circuit. If the destination d...
ARP (Address Resolution Protocol), Unicast, and Broadcast Explained | CCNA Video - 03
มุมมอง 4653 หลายเดือนก่อน
This video is the third video in our ongoing tutorial series on CCNA. This video explains unicast, broadcast, and Address Resolution Protocol. Video description We have a simple network of four PCs. PC1 wants to send a file to PC3. For this, PC1 needs to know the IP address and MAC address of PC3. PC1 can learn the IP address of PC3 in two ways. It can use the hosts file or a DNS server. A host...
Downloading, Installing, Configuring, and Understanding Packet Tracer | CCNA Video - 02
มุมมอง 2263 หลายเดือนก่อน
This video is the second part of the ongoing video tutorial series on CCNA. In this video, I will explain how to download, install, configure, and use Packet Tracer simulator software. Video description Packet Tracer is network simulator software. It can simulate all essential Cisco devices we need to practice CCNA exam topics. Downloading Packet Tracer You can download the latest version of Pa...
Basic Network Components, Characteristics, and Types Explained | CCNA Course Video 01
มุมมอง 3924 หลายเดือนก่อน
This video is the first part of an ongoing and complete tutorial series on CCNA. In this video, I will explain what the CCNA course covers, essential network components, network characteristics, and network types. What does the CCNA course include? CCNA is all about networks. It explains how networks work and how various Cisco devices function in networks. It sees networks from Cisco's angle. I...
Basic Concepts of Computer Networking
มุมมอง 1.7K5 หลายเดือนก่อน
This video explains the basic concepts and fundamentals of computer networking. Video description Network A network is a group of devices connected for data and hardware sharing. It includes at least two devices. There is no limit on the upper side. For example, the Internet, the largest ever-built network, connects millions of devices. Networking Networking is the subject that explains how to ...
Installing Ubuntu 22.04 on Virtualbox on Windows 11
มุมมอง 1915 หลายเดือนก่อน
This video explains how to install the latest version of Ubuntu on VirtualBox. It also explains the common issues and errors you may face during the installation. This video is based on the following tutorial. www.computernetworkingnotes.com/linux-tutorials/installing-ubuntu-22-04-on-virtualbox-windows.html Command to disable Hyper-V Disable-WindowsOptionalFeature -Online -FeatureName Microsoft...
User Account Types Explained on a Standalone Linux System
มุมมอง 1746 หลายเดือนก่อน
This video explains user account types on a standalone Linux system. This video is based on the following tutorial. www.computernetworkingnotes.com/linux-tutorials/types-of-users-in-linux-explained-with-accounts.html Video Description User account types On a standalone Linux system, there are five types of accounts: - root user, super user, sudo user, regular user, and service accounts. The roo...
The /etc/passwd File Explained with Examples
มุมมอง 1.1K6 หลายเดือนก่อน
This video explains the purpose and contents of the /etc/passwd file. This video is based on the following tutorial. computernetworkingnotes.com/linux-tutorials/etc-passwd-file-in-linux-explained-with-examples.html Video Description Linux saves local user accounts' information in the /etc/passwd file on the local system. In other words, the /etc/passwd file is the database of all local user acc...
EtherChannel Basic Concepts and Fundamentals Explained | EtherChannel Modes | Static, LACP, PAgP
มุมมอง 6797 หลายเดือนก่อน
EtherChannel Basic Concepts and Fundamentals Explained | EtherChannel Modes and Options This tutorial explains the following topics. What is an EtherChannel? How does an EtherChannel work? What are the EtherChannel modes? Differences between Static, LACP, and PAgP modes How EtherChannel works with STP What is an EtherChannel pool? EtherChannel load balancing rules How does EtherChannel load-bal...
STP, RSTP, PVST, RPVST, and MSTP | Similarities and Differences between All STP Variations
มุมมอง 3.5K8 หลายเดือนก่อน
This video compares all STP variations and explains their similarities and differences in detail. This video is based on the following tutorial. www.computernetworkingnotes.com/ccna-study-guide/stp-rstp-pvst-rpvst-and-mstp.html Video description We have five STP variations: IEEE's STP, Cisco's PVST, IEEE's RSTP, Cisco's RPVST, and IEEE's MSTP. First, let us understand the similarities between t...
STP and Switching Loops Explained | How to Enable or Disable STP | Packet Tracer Example
มุมมอง 8848 หลายเดือนก่อน
This tutorial explains how STP manages switching loops through a packet tracer example. It explains the following topics. What is the Spanning-Tree Protocol? What causes switching loops? What is the packet tracer? Building practice lab How to use the ping command to send broadcast traffic on Packet Tracer? Testing broadcast frame Creating a switching loop Disabling the switching loop Viewing th...
STP Root Bridge Election Process Explained | How STP selects the root bridge
มุมมอง 1.4K9 หลายเดือนก่อน
This video explains the STP root bridge election process. Learn how to manipulate the STP root bridge election process. This video is based on the following tutorial. www.computernetworkingnotes.com/ccna-study-guide/stp-root-bridge-election-process-explained.html Video description STP (Spanning Tree Protocol) is a layer two protocol. It finds and removes switching loops from the network. It bui...
Layer 2 Switching Loops in Network Explained
มุมมอง 2.4K10 หลายเดือนก่อน
This video explains the following topics. What are Layer 2 switching loops? Why do Layer 2 switching loops occur? What is a redundant link? What is the use of a redundant link? How does a redundant link work? What is a broadcast storm? The effect of a switch loop over a network How switches learn MAC addresses Why do switches always forward broadcast frames How do broadcast frames trap in switc...
Differences between Access port and Trunk port | Access ports and Trunk ports Explained
มุมมอง 29K10 หลายเดือนก่อน
This video explains the following topics. What is an access port on an Ethernet switch What is a trunk port on an Ethernet switch Difference between access port and trunk port How a trunk port differs from an access port How an access port differs from a trunk port How an access port works How a trunk port works Access and trunk ports Explained Cisco access ports Cisco trunk ports What is trunk...
Create, configure, Increase, Verify, and Delete the swap space on Linux using a Partition or File
มุมมอง 34011 หลายเดือนก่อน
Create, configure, Increase, Verify, and Delete the swap space on Linux using a Partition or File
Linux swap space Explained with Examples | What is the swap space | How does the swap space work
มุมมอง 1.2Kปีที่แล้ว
Linux swap space Explained with Examples | What is the swap space | How does the swap space work
Type of access lists | The access-list command | The ip access-list command
มุมมอง 311ปีที่แล้ว
Type of access lists | The access-list command | The ip access-list command
The gdisk command | create, delete, and change partition type | Linux disk management
มุมมอง 3.5Kปีที่แล้ว
The gdisk command | create, delete, and change partition type | Linux disk management
What is VLAN | How VLAN works | Basic concepts and fundamentals of VLAN | Switch VLAN Configuration
มุมมอง 3.4Kปีที่แล้ว
What is VLAN | How VLAN works | Basic concepts and fundamentals of VLAN | Switch VLAN Configuration
Linux File System EXT3, EXT4, and XFS | Mounting partitions Temporarily and Permanently
มุมมอง 2.1Kปีที่แล้ว
Linux File System EXT3, EXT4, and XFS | Mounting partitions Temporarily and Permanently
BIOS, UEFI, MBR, GPT, Primary, Extended and Logical Partition Types Explained
มุมมอง 10Kปีที่แล้ว
BIOS, UEFI, MBR, GPT, Primary, Extended and Logical Partition Types Explained
The fdisk Command | Creating, Modifying, and Deleting Partitions | The /etc/fstab file
มุมมอง 541ปีที่แล้ว
The fdisk Command | Creating, Modifying, and Deleting Partitions | The /etc/fstab file
How to add or remove the hard disk from a virtual machine on the VMware workstation | lsblk command
มุมมอง 737ปีที่แล้ว
How to add or remove the hard disk from a virtual machine on the VMware workstation | lsblk command
Hard Disk Types | SCSI, SATA, PATA, NVMe | BIOS and UEFI | MBR and GPT Explained with Examples
มุมมอง 7Kปีที่แล้ว
Hard Disk Types | SCSI, SATA, PATA, NVMe | BIOS and UEFI | MBR and GPT Explained with Examples
The /etc/issue & /etc/motd files Explained | Configure Message of the Day and Login banner on Linux
มุมมอง 1.1Kปีที่แล้ว
The /etc/issue & /etc/motd files Explained | Configure Message of the Day and Login banner on Linux
Store and forward, Cut Through, and Fragment Free Switching Methods
มุมมอง 4Kปีที่แล้ว
Store and forward, Cut Through, and Fragment Free Switching Methods
Network, Host, Connected, Local, Dynamic, Floating Static, and Default routes in the Routing table
มุมมอง 716ปีที่แล้ว
Network, Host, Connected, Local, Dynamic, Floating Static, and Default routes in the Routing table
DNS Server Configuration Explained | Primary, Secondary, and Caching-only Name Server Configurations
มุมมอง 1.2Kปีที่แล้ว
DNS Server Configuration Explained | Primary, Secondary, and Caching-only Name Server Configurations
DNS (Domain Name System) Explained | DNS Everything you need to known about #dns #dnsserver
มุมมอง 307ปีที่แล้ว
DNS (Domain Name System) Explained | DNS Everything you need to known about #dns #dnsserver

ความคิดเห็น

  • @yeasirarafat4261
    @yeasirarafat4261 3 วันที่ผ่านมา

    I want to say huge thanks to you.

  • @WijthaGayan
    @WijthaGayan 4 วันที่ผ่านมา

    Thanks

  • @birdofhermes6152
    @birdofhermes6152 6 วันที่ผ่านมา

    Thanks!

  • @ainahjmekrat
    @ainahjmekrat 10 วันที่ผ่านมา

    I'm currently doing CCNA SRWE course and this video has been really insightful with the use of animations and relevant information I needed to know, thank you for sharing!

  • @grjesus9979
    @grjesus9979 13 วันที่ผ่านมา

    Just a heads-up: as of today, /etc/nsswitch.conf doesn't handle DNS resolution. Instead, systemd-resolved manages DNS configuration using /etc/systemd/resolved.conf.

    • @computernetworkingnotesyoutube
      @computernetworkingnotesyoutube 12 วันที่ผ่านมา

      It does not resolve DNS quires. It only controls the order in which the system should consult different sources to resolve hostnames.

    • @grjesus9979
      @grjesus9979 12 วันที่ผ่านมา

      @@computernetworkingnotesyoutube Neither it does that. Try removing it, you will see nothing changes. Or even change its configuration, doesnt matter it doesnt after at all any of DNS resolution process in linux.

  • @TekCroach
    @TekCroach 15 วันที่ผ่านมา

    Excellent!!!!!!!!!

  • @youtuber-xn9of
    @youtuber-xn9of 16 วันที่ผ่านมา

    I added the 700th like . Thanks for all the efforts you have put to this video hope to see more like this . keep the good work up

  • @ZHSskater
    @ZHSskater 17 วันที่ผ่านมา

    Very helpful thanks

  • @Nigarustamovaa
    @Nigarustamovaa 19 วันที่ผ่านมา

    excellent!

  • @titankiller0166
    @titankiller0166 22 วันที่ผ่านมา

    Thanks I needed this for a school assignment

  • @chuanlein
    @chuanlein 28 วันที่ผ่านมา

    Actually this short video is very informative, which offers a lot of helpful knowledge for people like me who is new to IT. However, the mechanic voice speak too quick, so I have to repeat it or rewind several times in order to understand the content better. The positions of the grafic are confusing for me when they are not put in the right place. But I still appreciate your efforts for putting up so much time on making this video. Thank you.

  • @ShivamSharma-fy2ot
    @ShivamSharma-fy2ot หลายเดือนก่อน

    Very comprehensive and great explanation.

  • @JeffJefferyUK
    @JeffJefferyUK หลายเดือนก่อน

    "dhcp excluded-address 10.0.0.1 10.0.0.10" Is that a range of 10 addresses (1-10), or two single addresses?

    • @computernetworkingnotesyoutube
      @computernetworkingnotesyoutube หลายเดือนก่อน

      It is a range of 10 addresses. It includes addresses starting from 10.0.0.1 and goes up to 10.0.0.10 (A total of ten addresses).

    • @JeffJefferyUK
      @JeffJefferyUK หลายเดือนก่อน

      @computernetworkingnotesyoutube Thank you! 🙂

  • @juniorsakyi-baffour-hk8dd
    @juniorsakyi-baffour-hk8dd หลายเดือนก่อน

    This was nice and simple

  • @limebernel
    @limebernel หลายเดือนก่อน

    thank u so much

  • @danilo-arantzibia
    @danilo-arantzibia หลายเดือนก่อน

    Very straightforward explanation, thank you!

  • @potatopc
    @potatopc หลายเดือนก่อน

    one of the most deserved subscription to a YT channel i have done in years

    • @computernetworkingnotesyoutube
      @computernetworkingnotesyoutube หลายเดือนก่อน

      Thank you so much for your kind words! I really appreciate your support and am glad you enjoyed it. Your feedback means a lot to me!

  • @CCNABatais
    @CCNABatais หลายเดือนก่อน

    excellent video for this topic well done👍👍. I would suggest that you make playlists for all topics and sort them as if it is real CCNA curciulm 🌹🌹

    • @computernetworkingnotesyoutube
      @computernetworkingnotesyoutube หลายเดือนก่อน

      Thanks for your feedback. I am already doing the same. Now, I am making and uploading videos on CCNA in a sequence. Once I am done, I will create a playlist. Video 01 th-cam.com/video/8bSrd06PTIE/w-d-xo.html Video 02 th-cam.com/video/J5wbTHFwOoM/w-d-xo.html Video 03 th-cam.com/video/HV_gUGyrfYU/w-d-xo.html Video 04 th-cam.com/video/Q9t6q5MUcmQ/w-d-xo.html

  • @batuhanbatuhan6445
    @batuhanbatuhan6445 หลายเดือนก่อน

    I am trying to follow the content on your ccna study guide but I guess the content is in random order. Is it? It doesn't matter I just read by whatever order there is but a structure would be nice maybe.

    • @computernetworkingnotesyoutube
      @computernetworkingnotesyoutube หลายเดือนก่อน

      Thank you for your feedback! I am adding content based on the skill level. I also added a number to the title so you can easily find which video to watch first. Following the CCNA syllabus to organize content makes the learning process complex.

  • @HussainMohamed-or6zo
    @HussainMohamed-or6zo หลายเดือนก่อน

    Clear crystal explain ❤❤

  • @chewaku
    @chewaku 2 หลายเดือนก่อน

    If I have a specific DHCP server, does the excluded addresses make a difference?

    • @computernetworkingnotesyoutube
      @computernetworkingnotesyoutube หลายเดือนก่อน

      Devices in the segment that receive IP addresses from the mentioned DHCP server will not receive the excluded IP addresses.

    • @puszystyjelen2353
      @puszystyjelen2353 26 วันที่ผ่านมา

      ​@@computernetworkingnotesyoutube so that means u cant make 2 vlans which get their ip addresses from connected to switch DHCP server?

  • @LMFAO975
    @LMFAO975 2 หลายเดือนก่อน

    bro the video is helpful and all bud chill out with this editing it gets in the way of understanding the video

  • @LillianMwinsa-lc5xv
    @LillianMwinsa-lc5xv 2 หลายเดือนก่อน

    Nice explanation easy to understand

  • @BehdadFarahbod
    @BehdadFarahbod 2 หลายเดือนก่อน

    perfect. thanks

  • @nanaarhin5567
    @nanaarhin5567 2 หลายเดือนก่อน

    You are the best. This video really helped me

  • @Anneczkah
    @Anneczkah 2 หลายเดือนก่อน

    suchagreatvideo!!!

  • @Thomas-kz5bg
    @Thomas-kz5bg 2 หลายเดือนก่อน

    I was about to close the video in the first 3 seconds because of the computer voice but I'm glad I didn't, it's a great summary. Good vid!

  • @Ayeshaimdad-x3x
    @Ayeshaimdad-x3x 2 หลายเดือนก่อน

    good explanation

  • @ojurongbelanre
    @ojurongbelanre 2 หลายเดือนก่อน

    I have no other choice than to subscribe and like - BRILLIANT!!!!! 😎😎

  • @Arctics04
    @Arctics04 2 หลายเดือนก่อน

    This video is after 5 minutes already better than the whole Cisco Network course. Well done

  • @Tianrui-m1t
    @Tianrui-m1t 3 หลายเดือนก่อน

    Thank u very much! It is very helpful and rescue me from my homework. It is so clear I understand easily. The best video about STP and cisco packet tracer! Thank u!

  • @ychen1435
    @ychen1435 3 หลายเดือนก่อน

    excellent!

  • @julianmelly1517
    @julianmelly1517 3 หลายเดือนก่อน

    Great explanation

  • @EshanAdithaya
    @EshanAdithaya 3 หลายเดือนก่อน

    Greate explernation. kudos to creator <3

  • @markganus1085
    @markganus1085 3 หลายเดือนก่อน

    another video conveying the basics for the ccna? great

  • @digsmann
    @digsmann 3 หลายเดือนก่อน

    Thank you very much for making such simple understanding tutorials. Great

  • @lencumbow
    @lencumbow 3 หลายเดือนก่อน

    Computer narration sucks. I wish where was a "negative subscribe" button that would prevent me from ever seeing your channel again.

  • @pablocantero9890
    @pablocantero9890 3 หลายเดือนก่อน

    Thanks you, it was realy useful

  • @muhammadtaimoor2378
    @muhammadtaimoor2378 3 หลายเดือนก่อน

    +1 subscriber

  • @muhammadtaimoor2378
    @muhammadtaimoor2378 3 หลายเดือนก่อน

    One of the best video.SImple and Easy.Thanks alot

  • @Alex-rx7lt
    @Alex-rx7lt 3 หลายเดือนก่อน

    Helpful. Thanks!

  • @annamrajuhanumantarao7916
    @annamrajuhanumantarao7916 3 หลายเดือนก่อน

    Good, clarified me about setting up labs in various scenarios

  • @eduardofukay
    @eduardofukay 3 หลายเดือนก่อน

    Very good explanation and very good illustration too.

  • @niteshprajapati2072
    @niteshprajapati2072 4 หลายเดือนก่อน

    one of the best Videos Easily Understand all concepts 😊😊😊😊

  • @anilkommalapati6248
    @anilkommalapati6248 4 หลายเดือนก่อน

    Mindblowing. Truly amazing video. thank you so much and god bless u.

  • @anilkommalapati6248
    @anilkommalapati6248 4 หลายเดือนก่อน

    What a fantastic tutorial? Powerpoint slides or presentation really outstanding. Thank you and much appreciated.

  • @johncloar1692
    @johncloar1692 4 หลายเดือนก่อน

    One of the best in straightforward explanation on VLAN. Thanks

  • @lancelyde
    @lancelyde 4 หลายเดือนก่อน

    I don't like the robot voice but the explanations are really good and helped me understand better. Thank you

  • @dreaml3628
    @dreaml3628 4 หลายเดือนก่อน

    👏👏👏

  • @lawa9629
    @lawa9629 4 หลายเดือนก่อน

    Thanks, your videos are really amazing😍👏🏻