Lecture: 29th March 2024
28 March 2024 21:35
Module 4: network Layer: IP Addressing
10.65.34.56 0--255
New Section 16 Page 1
10.10.0.1=>pc1
10.10.0.2=>pc2
10.20.0.1=>pc3
2^7- 128 networks
10.10.0.0 network address
10.255.255.255 broadcast address
Subnet mask will tell us whether two devices are belongs to same address or not.
We can assign subnet mask of class C to Class A & B but we can not assign subnet mask of class A to Class B and Class C.
Subnet mask of class B can not assign to class C. 10.10.10.0/24 class C 24 bits should be fixed N.N.N.H 255.255.255.0
161.155.9.0/16 CLASS B N.N.H.H 255.255.0.0
New Section 16 Page 2
Directed broadcast : 176.16.4.255
Hosts within the 172.16.4.0/24 network! SUBNET MASK CLASS C 255.255.255.0
192.168.17.0 is the network address.
192.168.17.255 is the broadcast address.
New Section 16 Page 3
Private address & public address:
Private address is that address which we can use freely without taking permission from any governance body. Two machines can
have same private addresses.
Proxy server, router with NAT enabled
New Section 16 Page 4
Private address==same network
Public address==ISP provides==outside network communication with internet
/1== 10000000.000000000.00000000.00000000
/2==11000000.000000000.00000000.00000000
/3==11100000.00000000.00000000.00000000
/15==11111111.11111110.00000000.00000000
/30==11111111.11111111.11111111.11111100
New Section 16 Page 5
New Section 16 Page 6
New Section 16 Page 7
New Section 16 Page 8
New Section 16 Page 9
New Section 16 Page 10
New Section 16 Page 11