- 73
- 168 713
ComputerNetworkingNotes
India
Приєднався 10 лип 2021
Welcome to the official channel of ComputerNetworkingNotes.com. This channel presents videos that explains networking concepts in easy way. Here you can finds videos about basic networking, CCNA, Linux, Windows and many more topics that are related to computer networking.
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.
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.
Переглядів: 362
Відео
CSMA/CD, Half duplex, Full duplex, Collision domain, and Broadcast Domain | CCNA Video 04
Переглядів 616Місяць тому
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
Переглядів 5023 місяці тому
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
Переглядів 2344 місяці тому
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
Переглядів 4044 місяці тому
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,8 тис.5 місяців тому
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
Переглядів 1925 місяців тому
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
Переглядів 1786 місяців тому
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,1 тис.7 місяців тому
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
Переглядів 6967 місяців тому
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,6 тис.8 місяців тому
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
Переглядів 8988 місяців тому
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,4 тис.9 місяців тому
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,5 тис.10 місяців тому
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
Переглядів 29 тис.10 місяців тому
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
Переглядів 34811 місяців тому
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,2 тис.Рік тому
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
Переглядів 319Рік тому
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,6 тис.Рік тому
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,4 тис.Рік тому
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,2 тис.Рік тому
Linux File System EXT3, EXT4, and XFS | Mounting partitions Temporarily and Permanently
BIOS, UEFI, MBR, GPT, Primary, Extended and Logical Partition Types Explained
Переглядів 10 тис.Рік тому
BIOS, UEFI, MBR, GPT, Primary, Extended and Logical Partition Types Explained
The fdisk Command | Creating, Modifying, and Deleting Partitions | The /etc/fstab file
Переглядів 545Рік тому
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
Переглядів 743Рік тому
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
Переглядів 7 тис.Рік тому
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,1 тис.Рік тому
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
Переглядів 4 тис.Рік тому
Store and forward, Cut Through, and Fragment Free Switching Methods
Network, Host, Connected, Local, Dynamic, Floating Static, and Default routes in the Routing table
Переглядів 718Рік тому
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,2 тис.Рік тому
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
Переглядів 309Рік тому
DNS (Domain Name System) Explained | DNS Everything you need to known about #dns #dnsserver