Asynchronous Learning Activity: Adamson University
Asynchronous Learning Activity: Adamson University
College of Science
Information Technology and Management Department
Asynchronous
Learning
Activity
Submitted by:
Marcos, Jeremy M.
Program Name : Bachelor of Science in Information Technology
Student Number : 201813118
Submitted to:
Date Started:
Nov 27, 2020
Date of Submission:
Nov 28, 2020
IT 316 Networking 1
INTRODUCTION
________________________________________________________________________
2
IT 316 Networking 1
Part 1
192.168.3.55
The binary is :128 64 32 16 8 4 2 1 and these are octets 255.255.255.0 and it has 8 bits
per octets
Above each binary value, position a 1.. Subnetting takes parts of the host and generates Network
bits for them. So position a 1 like this over each of the binary numbers:
1 1 1 1 1111
128 64 32 16 8 4 2 1
Example:
192.168.1.0
255.255.255.0
11000000 10101000 00000001 00000000
Part 2
This essentially sums up each set of binary numbers. 128 + 64 = 192. We'll go to the next column,
192 + 32 = 224. Then the mask is a mask if you can sum up. To measure, doddle. Calculate subnets.
Calculate the number of hosts. Often the cisco exam only says you want 25 hosts. 2 4 8 16 32 4 16
32
Example:
Network: 192.168.1.0/28 11000000.10101000.00000001.0000 0000
________________________________________________________________________
3
IT 316 Networking 1
Part 3
If you want 25 hosts for Cisco, then you have to
go for 32 hosts. Network id The first ip is still
network id The first ip The last IP is always the
ID of the transmission, i.e. 255. "Usable" IPs,
which can be assigned to hosts, are IPs that can
be assigned to hosts. Ip range minus 2 The law
is essentially the number of binary values minus
2. Thus 16-2 = 14 available IP's. Uh. 32 -2 = 30
IP's available. The magic number gives us a
subnet's Selection.
You take 256, and then subtract the last octet of
your subnet mask from that number. For
example (256 - 192 = 64) Works everytime as
well as simply understood.
Example:
192.168.2.55/26
11111111.11111111.11111111.11000000
255.255.255.192
Magic Number is 64
192.168.2.0
192.168.2.64
192.168.2.128
192.168.3. 192
________________________________________________________________________
4
IT 316 Networking 1
Part 4
We need to figure out what is magic number We
call this the magic number when you put in the
initial binary values. This is your growth in
Number, which you use to measure each
subnet's ranges. This gives us IP RANGE in a
Subnet. Subnet.
Example, if you are given address and need to
carve it up and specifications are given that you
need one subnet to support 120 hosts, one
subnet to support 50 hosts, and four subnets to
support 10 hosts, you can carve it up as you can.
Example:
192.168.2.55 /27
11111111.11111111.11111111.1110000
255.255.255.224
128+64+32=224
Admin network has 44 users
________________________________________________________________________
5
IT 316 Networking 1
Part 5
Ths is how to subet network and how we are going
to subnet it first of all instead of 1 subnetwork, we
need 4 sub networks and 64 is enough for usable
host and he got usable host 62 because he can't use
the network and broadcast address of the hosts. So
he have 64-2 = 62.
These are the example networks
192.168.2.192
192.168.2.128
192.168.2.64
192.168.2.0
________________________________________________________________________
6
IT 316 Networking 1
Part 6
This part is to understand what is the usable host
address
For example, if the range of host addresses in the
192.168.116.32/27 subnet needs to be determined,
we can first find the first available host IP address
by changing the right-most host bit to 1 of the
subnet address. Our binary subnet address is
11000000.10101000.01110100.00100000 and it will
be 11000000.10101000.01110100.0010000001
when we shift the right-most host bit to 1, which is
192.168.116.33. This is our first functional subnet
host IP address. By changing all host bits in the
subnet address to 1 except for the right-most host
bit, which will be
11000000.10101000.01110100.001111110, the
conversion to decimal will result in 192.168.116.62.
Now we will find the last available host IP address of
the subnet. So now we have the correct set of host
IP addresses for the 192.168.116.32/27 subnet,
which is 192.168.116.33 to 192.168.116.622.
________________________________________________________________________
7
IT 316 Networking 1
________________________________________________________________________
8