04 Networking
04 Networking
04 Networking
HUB
SWITCH
1 Physical
PDU – Packets – IP/IPX
Layer 2 - The Data Link Layer
2 Data Link
1 Physical
IP Address Classes IPV4(32 bit) IPV6(128 bit)
Private addresses are not reachable on the Internet. Private address range:
A 10.0.0.0 10.255.255.255
B 172.16.0.0 172.31.255.255
C 192.168.0.0 192.168.255.255
Classless Inter-Domain Routing (CIDR)
Basically the method that ISPs (Internet Service Providers) use to allocate an amount of
addresses to a company, a home
Ex : 192.168.10.32/28
The slash notation (/) means how many bits are turned on (1s)
Subnetting
Subnetting is logically dividing the network by extending the 1’s used in SNM
Advantage
Classful IP Addressing SNM are a set of 255’s and 0’s. In Binary it’s contiguous 1’s and 0’s.
SNM cannot be any value as it won’t follow the rule of contiguous 1’s and 0’s.
Supernetting
172.16.12.0/24
172.16.13.0/24 172.16.12.0/22
172.16.14.0/24
172.16.15.0/24
VLAN’s
NAT
Translates between local addresses and public ones
Many private hosts share few global addresses
TYPES OF ACL