CSC404 - Lecture Note WK2
CSC404 - Lecture Note WK2
Class A: 1 – 127 Leading bit pattern 0 (8 bits for NetID/24 for Host ID)
Class B: 128 – 191 Leading bit pattern 10 (16 bits for NetID/16 for Host ID)
Class C: 192 – 223 Leading bit pattern 110 (24 bits for NetID/8 for Host ID)
Class D: 224 – 239 (Reserved for multicast)
Class E: 240 – 255 (Reserved for experimental, used for research)
Note: (Network 127 is reserved for loopback and internal testing)
ANDING Equations:
1 AND 1 = 1
1 AND 0 = 0
0 AND 1 = 0
0 AND 0 = 0
Sample:
Address Class: C
Network Portion: 192 . 100 . 10 . 33
Host Portion: 192 . 100 . 10 . 33
In order for your computer to get the same information it must AND the IP address with the
subnet mask in binary.
Reflection:
What is the 4th subnet range?
What is the subnet number for the 8th subnet?
What is the subnet broadcast address for the 13th subnet?
What are the assignable addresses for the 9th subnet?
Class work:
Number of needed subnets 2
Network Address 195.223.50.0
Address class ?
Default subnet mask ?
Custom subnet mask ?
Total number of subnets ?
Total number of host addresses ?
Number of usable addresses ?
Number of bits borrowed ?
Exercise 1
Number of needed subnets 1000
Number of needed usable hosts 60
Network Address 160.100.0.0
Address class ?
Default subnet mask ?
Custom subnet mask ?
Total number of subnets ?
Total number of host addresses ?
Number of usable addresses ?
Number of bits borrowed ?
Presentation 3:
Study briefly discusses the following Character Sets
1) ASCII
2) Window 1252
3) Unicode Transformation Format (UTF)