Notes

View on GitHub

CCNA Notes

Networking Basics

TCP/IP Model

Important ports to remember & their protocol

Service Port Protocol
FTP data 20 TCP
FTP command 21 TCP
SSH 22 UDP
Telnet 23 UDP
SMTP 25 TCP
DNS 53 TCP & UDP
TFTP 69 UDP
HTTP 80 TCP
POP3 110 TCP
HTTPS 443 TCP

Port Ranges

Binary

Exponent 2^7 2^6 2^5 2^4 2^3 2^2 2^1 2^0
Binary 1 1 1 1 1 1 1 1
Decimal 128 64 32 16 8 4 2 1

Hexadecimal

Hexadecimal Binary Decimal
0 0000 0
1 0001 1
2 0010 2
3 0011 3
4 0100 4
5 0101 5
6 0110 6
7 0111 7
8 1000 8
9 1001 9
A 1010 10
B 1011 11
C 1100 12
D 1101 13
E 1110 14
F 1111 15

IP Addressing

Address Classes

Special Addresses

Subnetting

128 64 32 16 8 4 2 1
0 0 1 0 0 0 1 0
172.17.32.0 set host bits to all 0s to get network
172.17.32.1 add 1 host bit to get first host address
172.17.47.254 subtract 1 host bit from broadcast address
172.17.47.255 set all host bits to 1s

needs 31 subnets with as many hosts as possible Formula is 2 ^ N so that means to get to >= 31 you need 5 bits ( which comes out to be 32)

10.123.X.0 X

128 64 | 32 16 8 4 2 | 1 1 1 | 0 0 0 0 0 | 0 These 5 boys are stolen 10.123.192.0/23

next subnet would be 128 64 | 32 16 8 4 2 | 1 1 1 | 0 0 0 0 1 | 0 10.123.194.0/23

then 128 64 | 32 16 8 4 2 | 1 1 1 | 0 0 0 1 0 | 0 10.123.196.0/23

then 128 64 | 32 16 8 4 2 | 1 1 1 | 0 0 0 1 1 | 0 10.123.198.0/23

these binary combinations continue so on and so on`

2 ^ result
2 1 2
2 2 4
2 3 8
2 4 16
2 5 32
2 6 64
2 7 128
2 8 256
2 9 512
2 10 1024

Data Flows

Toplogies

Mac Address

CSMA/CD

Cables

Network Devices

Duplexes and Speeds

Networking Basics

Vlans

STP

NAT

IP Routing

Routing vs Routed protocols

Static vs Dynamic Routing

Determing best routes

routing terms

Types of routing protocols

Routing Protocols

OSPF

Multicast

IGMP

Switch Stacking

QOS

Policers & Shapers

Queueing

VOIP

GRE tunnels

Wifi

Helpful Commands

General Commands

VLANs

STP/CDP/LLDP/Etherchannel

IP

HSRP (hot standby router protocol)

NTP

SYSLOG

SPAN ports

NAT

Routing

RIPv2

EIGRP

OSPF

Resources

Cisco’s intro to packet tracer exam topic list 1.0 Network Fundamentals = 20% Network Access = 20% IP connectivity = 25% IP services = 10% Security fundamentals = 15% Automation and programmability = 10%

free webinars from Ivan Pepelnjak

[David Bombals binary/decimal/subnetting] quizzes(https://davidbombal.com/free-quiz/)

Network Chuck’s sweet Fiber video

Shortcuts