i
What is a network
OSI & TCP/IP models
Local area network (LAN)
Wide Area Network (WAN)
Encapsulation
Ethernet explained
Ethernet Frame
MAC & IP addresses
Unicast, Multicast And Broadcast Addresses
Network Devices
Half Duplex And Full duplex
IEEE Ethernet Standards
Cisco Three-Layer Hierarchical Model
TCP/IP Suite of Protocols
TCP Explained
UDP Explained
Ports Explained
ARP (Address Resolution Protocol) Explained
DHCP & DNS
Telnet & SSH
FTP & TFTP
SNMP (Simple Network Management Protocol)
HTTP and HTTPS explained
NTP (Network Time Protocol)
APIPA (Automatic Private IP Addressing)
ICMP (Internet Control Message Protocol)
IP Header
Cisco IOS Overview
Power On a Cisco Device
IOS Command Modes
Get Help In IOS
Running & Startup Configuration
IOS Basic Commands
Show Command
Configure Descriptions
Run Privileged Commands Within Global Config Mode
Ports On An IOS Device
Pipe Character In IOS
IOS Boot Sequence
Backing Up IOS Configuration
(RIP ) Routing Information Protocol Overview
Configuring RIPv2
Passive-Interface Command
RIP Loop Prevention
Advertise Default Routes Using RIP
(EIGRP )Enhanced Interior Gateway Routing Protocol Overview
EIGRP Configuration
EIGRP Automatic & Manual Summarization
EIGRP Authentication & Load Balancing
EIGRP Reliable Transport Protocol (RTP)
EIGRP Diffusing Update Algorithm (DUAL)
EIGRP Summary
OSPF (Open Shortest Path First) Overview
OSPF Configuration
Designated & Backup Designated Router
OSPF Authentication
OSPF Summarization
OSPF Summary
Differences between OSPF And EIGRP
What is a VLAN?
Configuring VLANs
Configuring Access & Trunk Ports
Frame Tagging
IEEE 802.1Q
Inter-Switch Link (ISL)
What is IPv6?
Types of IPv6 Addresses
IPv6 Unicast Addresses
IPv6 global Unicast Addresses
IPv6 Unique Local Addresses
IPv6 Link-Local Addresses
IPv6 Multicast Addresses
IPv6 Address Prefixes
IPv6 Interface Identifier
IPv6 Transition Options
IPv6 Routing Protocols
How To Configure IPv6
RIP-ng
Differences Between IPv4 And IPv6
The IP addresses are divided into three types.
1. Unicast IP addresses – As uni direction-ally. Used for one-to-one communication. .
Here is an below example:
In above picture example, can see that the computer or host wants to communicate with the server. It uses the IP address of the server – 192.168.5.2
2. Multicast: IP addresses – Used as One -To - Many communication. Routers forward copies of the packet to every interface. Only hosts that need to receive the message will process the packets. All other hosts on the LAN will discard them. Here is an example:
1.Uni-cast
2. Broadcast
3. Multi-caste
Above Example R1 – Router 1 sent a multicast packet destined for 224.0.0.9. R2 will receive the packet and read it. All other hosts on the LAN will discard the packet as ignored.
3. Broadcast IP Addresses – Used to send data all possible destinations or everyone. As example, for the network 192.168.30.0 255.255.255.0 the broadcast address as 192.168.0.255. The IP address of all from Router 1 (255.255.255.255) can be used for local broadcast. Here’s an example:
R1-Router wants to communicate with all hosts on network and sent a broadcast packet to the broadcast address as of 192.168.30.255. All hosts will receive and process the packet.
Don't miss out!