Experiment 4
Experiment 4
4
Understanding IP addresses and Subnetting in advance
version
OBJECTIVES
Familiarization with Subnetting
Learn to identify which Class Full and Class less IP
Learn to select an appropriate Classes of IP
EQUIPMENT
1. One 0.6 to .9 m (2 to 3 ft) length of Cat-5 cable per team
2. Four RJ-45 connectors
3. RJ-45 crimping tools to attach the RJ-45 connectors to the cable ends
4. Stripper tool
5. Ethernet cabling continuity tester which can test straight-thru or crossover
type cables
Technology Description
Classification of IP address
• Sub netting
• Super netting
Classification of IP address
As show in figure we teach how the Ip addresses are classified and when they are
used.
In the picture above we have one huge network: 10.0.0.0/24. All hosts on the network are
in the same subnet, which has the following disadvantages:
A single broadcast domain all hosts are in the same broadcast domain. A broadcast sent
by any device on the network will be processed by all hosts, creating lots of unnecessary
traffic. Network security each device can reach any other device on the network, which
can present security problems. For example, a server containing sensitive information
shouldn’t be in the same network as user’s workstations. Organizational problems in a
large network, different departments are usually grouped into different subnets. For
example, you can group all devices from the accounting department in the same subnet
and then give access to sensitive financial data only to hosts from that subnet.
Differences between IPv4 and IPv6
The Internet Protocol version 4 (IPv4) is a protocol for use on packet-switched Link
Layer networks (e.g., Ethernet). IPv4 provides an addressing capability of
approximately 4.3 billion addresses.
The Internet Protocol version 6 (IPv6) is more advanced and has better features
compared to IPv4. It has the capability to provide an infinite number of addresses. It
is replacing IPv4 to accommodate the growing number of networks worldwide and
help solve the IP address exhaustion problem.
One of the differences between IPv4 and IPv6 is the appearance of the IP addresses.
IPv4 uses four 1 byte decimal numbers, separated by a dot (i.e. 192.168.1.1), while
IPv6 uses hexadecimal numbers that are separated by colons
(i.e. fe80::d4a8:6435:d2d8:d9f3b11).
Below is the summary of the differences between the IPv4 and IPv6:
Exercise:
Sub netting.
Why we Develop sub netting and how to calculate subnet mask and how to identify
subnet address.
An Internet protocol (IPv4) address consists of 32 bits, separated into four 8-bit binary
words. When calculating subnet bits, you are attempting to determine the number of
hosts available in a subnet based upon the subnet mask. This mask, or the mask bits,
display how many hosts are available in the binary IP address. For example, a 24-bit
mask leaves 255 hosts open since 24 bits out of the maximum 32 bits leaves an 8-bit
binary word, which, when converted to decimal, has a maximum value of 255.
Grasping subnet bits can be difficult without an understanding of binary, but it is
possible with some effort.
Step 1
Write down your IP address and subnet mask. Since most home network addresses
will be in the 192.168.0.1 to 192.168.0.255 range and their subnet masks will be
255.255.255.0, you can start with these numbers if you do not know your own.
Step 2
Convert the subnet mask into binary. Use an online calculator if you need to (see
Resources). A subnet mask of 255.255.255.0 will be
11111111.1111111111111111.00000000 in binary. If you count the ones you will see
that there are 24. This makes the mask bits 24. You can refer to your network as
192.168.0.1/24 with this schema.
Step 3
Calculate the subnet bits by looking at the final 8-bit binary word of the 32-bit binary subnet
mask. If the final 8-bit binary word is 10000000, then there is one subnet bit and therefore 25
mask bits. If it is 11000000, then there are two subnet bits and therefore 26 mask bits. This
continues on down to six subnet bits, where you have reached the minimum network size of
two hosts and a single broadcast address.
Super netting
Why we develop super netting and how to calculate supernet mask and how to identify
supernet
More specifically,
There are some points which should be kept in mind while super netting:
With instructor/
With instructor/
Apply Student is unable to apply supervisor’s Student is able to apply all
supervisor’s guidance,
Procedural described procedure to guidance, student is procedural knowledge to
student is able to apply
Knowledge perform activity despite able to apply all independently perform
1 some of the described
to perform instructor/ supervisor’s described procedure activity without instructor/
procedure to partially
an activity guidance. to fully perform supervisor’s guidance.
perform activity.
activity.
Group No. 07
Total