Develop Ipv4 Address Scheme: Nama: Muhammad Hazim Bin Amran Matrik: D031910241 Seksyen: S2G1

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

NAMA : MUHAMMAD HAZIM BIN AMRAN

MATRIK : D031910241
SEKSYEN : S2G1

Develop IPv4 Address Scheme

Given an IP address and mask of 10.1.1.0/24, design an IP addressing scheme that satisfies the
following requirements. Network address/mask and the number of hosts for Subnets A and B will
be provided by your instructor.

Subnet Number of Hosts

Subnet A 2
Subnet B 23

The 0th subnet is used. No subnet calculators may be used. All work must be shown on the other
side of this page.
Subnet A
Number of bits in the subnet : 30-24 = 6
IP mask (binary) :_11111111.11111111.11111111.00000000
New IP mask (decimal) :__255.255.255.252
Maximum number of usable subnets (including the 0th subnet) :__2^6 = 64
Number of usable hosts per subnet :____2^2 -2 = 2
IP Subnet :__10.1.1.0
First IP Host address : 10.1.1.1
Last IP Host address :______10.1.1.2

Subnet B
Number of bits in the subnet : ____3__ (27-24)
IP mask (binary) : _____11111111.11111111.11111111.11100000
New IP mask (decimal) : __255.255.255.224
Maximum number of usable subnets (including the 0th subnet) : 8
Number of usable hosts per subnet : 30 (2^5)
IP Subnet : 10.1.1.0
First IP Host address : _10.1.1.1
Last IP Host address : __10.1.1.30

Host computers will use the first IP address in the subnet. The network router will use the LAST
network host address. The switch will use the second to the last network host address.
Write down the IP address information for each device:
NAMA : MUHAMMAD HAZIM BIN AMRAN
MATRIK : D031910241
SEKSYEN : S2G1

Device IP address Subnet Mask Gateway Points

PC-A 10.1.1.1 255.255.255.224 10.1.1.1 (6 points)


R1-G0/0 10.1.1.30 255.255.255.224 N/A
R1-G0/1 10.1.2.30 255.255.255.224 N/A
S1 10.1.1.29 255.255.255.224 N/A
PC-B 10.1.1.2 255.255.255.224 10.1.1.1
NAMA : MUHAMMAD HAZIM BIN AMRAN
MATRIK : D031910241
SEKSYEN : S2G1

You might also like