New Second
New Second
Internet Protocol(IP):
IPv4
IP stands for Internet Protocol and v4 stands for Version Four (IPv4).IP version four addresses are 32-bit
integers which will be expressed in decimal nota on .
IPv4:
IPv6:
IPv6 or Internet Protocol Version 6 is a network layer protocol that allows communica on to take place over the
network. The well-known IPv6 protocol is being used and deployed more o en, especially in mobile phone markets
.
IPv6:
TCP:
The User Datagram Protocol, or UDP, is a communica on protocol used across the Internet for especially me-
sensi ve transmissions such as video playback or DNS lookups. It speeds up communica ons by not formally
establishing a connec on before data is transferred.
UDP:
ARP:
Domain Name Service(DNS):
Every host is iden fied by the IP address but remembering numbers is very difficult for people also
the IP addresses are not sta c therefore a mapping is required to change the domain name to the IP
address .
DNS:
ICMP:
Internet Group Management Protocol (IGMP):
IGMP is a communica on protocol used by hosts and adjacent routers for mul cas ng communica on with IP
networks and uses the resources efficiently to transmit the message/data packets .
IGMP:
EXPERIMENT - 6 (A)
AIM : Demonstrate class full addressing and variable length subnetting using packet tracer
Objectives
Part 1: Design an IPv4 Network Subnetting Scheme
Part 2: Configure the Devices
Background / Scenario
In this activity, you will subnet the Customer network into multiple subnets. The subnet scheme should be based
on the number of host computers required in each subnet, as well as other network considerations, like future
network host expansion.
After you have created a subnetting scheme and completed the table by filling in the missing host and interface
IP addresses, you will configure the host PCs, switches and router interfaces.
After the network devices and host PCs have been configured, you will use the ping command to test for network
connectivity
Instructions Part 1: Subnet the Assigned Network
Step 1: Create a subne ng scheme that meets the required number of subnets and required number of host
addresses.
In this scenario, you are a network technician assigned to install a new network for a customer. You must
create multiple subnets out of the 192.168.0.0/24 network address space to meet the following requirements:
a. The first subnet is the LAN-A network. You need a minimum of 50 host IP addresses.
b. The second subnet is the LAN-B network. You need a minimum of 40 host IP addresses.
c. You also need at least two addi onal unused subnets for future network expansion.
Note: Variable length subnet masks will not be used. All of the device subnet masks should be the same length.
d. Answer the following ques ons to help create a subne ng scheme that meets the stated network
requirements:
How many host addresses are needed in the largest required subnet?
50
What is the minimum number of subnets required?
e. The subnet mask is made up of two por ons, the network por on, and the host por on. This is represented in the
binary by the ones and the zeros in the subnet mask.
f. To subnet a network, bits from the host por on of the original network mask are changed into subnet bits. The
number of subnet bits defines the number of subnets.
Given each of the possible subnet masks depicted in the following binary format, how many subnets and
how many hosts are created in each example?
Hint: Remember that the number of host bits (to the power of 2) defines the number of hosts per subnet
(minus 2), and the number of subnet bits (to the power of two) defines the number of subnets. The subnet
bits (shown in bold) are the bits that have been borrowed beyond the original network mask of /24. The /
24 is the prefix notation and corresponds to a dotted decimal mask of 255.255.255.0.
1) (/25) 11111111.11111111.11111111.10000000 Dotted
decimal subnet mask equivalent:
255.255.255.128
2=2
Considering your answers above, which subnet masks meet the required number of minimum host
addresses?
/25 & /26
Considering your answers above, which subnet masks meets the minimum number of subnets
required?
/26 , /27 , /28 , /29 & /30
Considering your answers above, which subnet mask meets both the required minimum number of hosts and
the minimum number of subnets required?
/26
When you have determined which subnet mask meets all of the stated network requirements, derive each
of the subnets. List the subnets from first to last in the table. Remember that the first subnet is 192.168.0.0
with the chosen subnet mask.
1) Use the last host address for PC-A. Make sure to assign a default gateway address for the PC. b. Assign the
second subnet to LAN-B.
1) Use the first host address for the CustomerRouter interface connected to LAN-B switch.
2) Use the second host address for the LAN-B switch. Make sure to assign a default gateway address for the
switch.
3) Use the last host address for PC-B. Make sure to assign a default gateway address for the PC.
LAN – B
TOPOLOGY (After)
EXPERIMENT - 6 (B)
Addressing Table
Device Interface IP Address Subnet Mask Default Gateway
Objectives
Part 1: Examine the Network Requirements
Part 2: Design the VLSM Addressing Scheme
Background
In this activity, you are given a /24 network address to use to design a VLSM addressing scheme. Based on a
set of requirements, you will assign subnets and addressing, configure devices and verify connectivity.
Instructions Part 1: Examine the Network Requirements
Step 1: Determine the number of subnets needed.
You will subnet the network address . The network has the following requirements:
a. Which subnet mask will accommodate the number of IP addresses required for ASW-1?
255.255.255.240/28
How many usable host addresses will this subnet support?
14 (10.11.48.97 - 10.11.48.110)
b. Which subnet mask will accommodate the number of IP addresses required for ASW-2?
255.255.255.224 /27
How many usable host addresses will this subnet support?
30 (10.11.48.65 - 10.11.48.94)
c. Which subnet mask will accommodate the number of IP addresses required for ASW-3?
255.255.255.248 /29
How many usable host addresses will this subnet support?
6 (10.11.48.113 - 10.11.48.118)
d. Which subnet mask will accommodate the number of IP addresses required for ASW-4?
255.255.255.192 /26
How many usable host addresses will this subnet support?
62 (10.11.48.1 - 10.11.48.62)
e. Which subnet mask will accommodate the number of IP addresses required for the connec on between
Building1 and Building2?
255.255.255.252/30
Part 2: Design the VLSM Addressing Scheme
Step 1: Divide the 10.11.48.0/24 network based on the number of hosts per subnet.
a. Use the first subnet to accommodate the largest LAN.
b. Use the second subnet to accommodate the second largest LAN.
c. Use the third subnet to accommodate the third largest LAN.
d. Use the fourth subnet to accommodate the fourth largest LAN.
e. Use the fi h subnet to accommodate the connec on between Building1 and Building2. .
Number of Network
First Usable
Subnet Hosts Address/ Last Usable Host
Host Address Broadcast Address
Description Needed CIDR Address
gateway.
TOPOLOGY: