ComputerNetworkingNotes
ComputerNetworkingNotes
  • Видео 70
  • Просмотров 119 629
Downloading, Installing, Configuring, and Understanding Packet Tracer | CCNA Video - 02
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 Packet Tracer from its official website.
Installing Packet Tracer
After downloading the installation file, open the download directory and click the installation file.
The installation process is straightforward.
On the first screen, accept the license agreement.
The next screen allows us t...
Просмотров: 107

Видео

Basic Network Components, Characteristics, and Types Explained | CCNA Course Video 01
Просмотров 172Месяц назад
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
Просмотров 190Месяц назад
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
Просмотров 1042 месяца назад
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
Просмотров 1202 месяца назад
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
Просмотров 4083 месяца назад
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
Просмотров 2813 месяца назад
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
Просмотров 1,6 тыс.5 месяцев назад
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
Просмотров 4395 месяцев назад
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
Просмотров 6455 месяцев назад
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
Просмотров 1,5 тыс.6 месяцев назад
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
Просмотров 16 тыс.7 месяцев назад
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
Просмотров 1787 месяцев назад
This video explains the following topics:- Create, configure, verify, and delete the swap space on Linux How to use a partition or a file for the swap space How to increase the swap space How to create a swap partition How to use a file for the swap space The swap space file permission The 0600 file permission for the swap space This video is based on the following tutorial. www.computernetwork...
Linux swap space Explained with Examples | What is the swap space | How does the swap space work
Просмотров 1 тыс.8 месяцев назад
This video explains the following topics. What is the swap space? How does swap work? How Linux uses the swap space Linux swap space swap space in Linux When Linux uses the swap space When Linux does not use the swap space What is the threshold value on the swap space This video is based on the following tutorial. www.computernetworkingnotes.com/linux-tutorials/the-swap-space-on-linux-explained...
Type of access lists | The access-list command | The ip access-list command
Просмотров 2159 месяцев назад
This video explains the following topics. Type of access lists The access-list command The ip access-list command Router access-list command Cisco router ip access-list command access-list command's options access-list command's arguments ip access-list command's arguments The standard access list The extended access list Difference between the numbered and named access lists Difference between...
The gdisk command | create, delete, and change partition type | Linux disk management
Просмотров 2,4 тыс.9 месяцев назад
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
Просмотров 2 тыс.10 месяцев назад
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
Просмотров 1,5 тыс.10 месяцев назад
Linux File System EXT3, EXT4, and XFS | Mounting partitions Temporarily and Permanently
BIOS, UEFI, MBR, GPT, Primary, Extended and Logical Partition Types Explained
Просмотров 4,9 тыс.10 месяцев назад
BIOS, UEFI, MBR, GPT, Primary, Extended and Logical Partition Types Explained
The fdisk Command | Creating, Modifying, and Deleting Partitions | The /etc/fstab file
Просмотров 38610 месяцев назад
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
Просмотров 47411 месяцев назад
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
Просмотров 4,4 тыс.11 месяцев назад
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
Просмотров 918Год назад
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
Просмотров 3,1 тыс.Год назад
Store and forward, Cut Through, and Fragment Free Switching Methods
Network, Host, Connected, Local, Dynamic, Floating Static, and Default routes in the Routing table
Просмотров 555Год назад
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,1 тыс.Год назад
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
Просмотров 265Год назад
DNS (Domain Name System) Explained | DNS Everything you need to known about #dns #dnsserver
Finding, Changing, and Viewing IP addresses on Linux | Linux Network Interface Naming Convention
Просмотров 103Год назад
Finding, Changing, and Viewing IP addresses on Linux | Linux Network Interface Naming Convention
Dynamic Host Configuration Protocol (DHCP) Explained with Examples
Просмотров 194Год назад
Dynamic Host Configuration Protocol (DHCP) Explained with Examples
How to change the default font on a Linux virtual console for a specific user or all users
Просмотров 2,3 тыс.Год назад
How to change the default font on a Linux virtual console for a specific user or all users

Комментарии