Experiment 3 - Classification of IP
Experiment 3 - Classification of IP
Objective
• Study and implement
. concepts of IP in windows.
Time Required : 3 hrs
Programming Language : NIL
Software Required : NIL
Hardware Required :
• Computer with administrative rights
Introduction to IP addressing
Each Network Interface Card (NIC or Network card) present in a PC is assigned one Network address called
as IP address [or Network address or Logical address]. This IP address is assigned by the administrator of
the network. No two PCs can have the same IP address.
There is a burned-in address on the NIC called as Physical Address [or MAC address or Hardware address].
The MAC address of a network card indicates the vendor of that card and a unique serial number.
IP address classes: IP addresses are divided into different classes. These classes determine the maximum
number of hosts per network ID. Only three classes are actually used for network connectivity. The
following table lists all of the address class.
Default Subnet mask: It is used to identify the network part from the host part. Put binary one for the
parts that represent network part and zero for the part that represent host part.
• Class A: 255.0.0.0
• Class B: 255.255.0.0
10 Experiment 3 – Classification of IP
• Class C: 255.255.255.0
Note:- We can’t have mix of 1s and 0s in subnet mask. Only consecutive 1s is followed by consecutive 0s
The following table lists the default subnet masks for each available class of TCP/IP networks.
11 Experiment 3 – Classification of IP
Exercise 3.4: [2]
What is the subnet mask for 3.3?
Web Resources
http://www.wikihow.com/Make-a-Network-Cable
http://fcit.usf.edu/network/chap4/chap4.htm
Videos Resources
http://www.youtube.com/watch?v=q6wZ9vwKSEs
http://www.youtube.com/watch?v=bfp7oskfDXY
http://www.youtube.com/watch?v=iyZ9nEA_vCQ
12 Experiment 3 – Classification of IP