Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
13 views5 pages

Network Section 4 & 5

The document provides detailed information on subnetting, including calculations for network IDs, broadcast addresses, and valid host ranges for various IP addresses. It covers examples with IP addresses 200.32.2.62/27, 192.168.1.15/26, 172.29.217.11/22, and 100.100.100.10 with their respective subnet masks. Each example includes the number of subnets and hosts, as well as the range of subnets.

Uploaded by

hananstemec
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views5 pages

Network Section 4 & 5

The document provides detailed information on subnetting, including calculations for network IDs, broadcast addresses, and valid host ranges for various IP addresses. It covers examples with IP addresses 200.32.2.62/27, 192.168.1.15/26, 172.29.217.11/22, and 100.100.100.10 with their respective subnet masks. Each example includes the number of subnets and hosts, as well as the range of subnets.

Uploaded by

hananstemec
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

El-Shorouk Academy

Higher Institute for Computer & Term : First


Information Technology Year : third
Dr. Hesham Department of CS

Section Four
Subnetting

1. Write the subnet, Network ID, broadcast address and valid host
range for
− IP Address: 200.32.2.62/27
11111111.11111111.11111111.11100000
− Subnet mask: 255.255.255.224
− Magic number = 32
− Number of subnets = 2^3 = 8 subnet
− Number of hosts = 2^5 – 2 = 30 hosts
− 𝜟 256-224=32
− Range of Subnets
SN1 0 → 31
SN2 32 → 63
SN3 64 → 95
SN4 96 → 127
SN5 128 → 159
SN6 160 → 191
SN7 192 → 223
SN8 224 → 255

Eng. Howaida Eng. Nadeen Eng. Alaa 1


Subnets Network First IP Last IP Broadcast
Address Address Address Address
(min) (Min +1) (Max -1) (Max)
SN1 200.32.2.0 200.32.2.1 200.32.2.30 200.32.2.31
Sn2 200.32.2.32 200.32.2.33 200.32.2.62 200.32.2.63
Sn3 200.31.2.64 200.32.2.65 200.32.2.94 200.32.2.95
Sn4 200.32.2.96 200.32.2.97 200.32.2.126 200.32.2.127
Sn5 200.32.2.128 200.32.2.129 200.32.2.158 200.32.2.159
Sn6 200.32.2.160 200.32.2.161 200.32.2.190 200.32.2.191
Sn7 200.32.2.192 200.32.2.193 200.32.2.222 200.32.2.223
Sn8 200.32.2.224 200.32.2.225 200.32.2.254 200.32.2.255

2. Write the subnet, Network ID, broadcast address and valid host
range for IP Address: 192.168.1.15/26
11111111.11111111.11111111.11000000
− Subnet mask: 255.255.255.192
− Number of subnets = 2^2 = 4
− Number of hosts = 2^6 -2 =62
− 𝜟 256-192=64
− Range of subnets:
SN1 0 → 63
SN2 64 → 127
SN3 128 → 191
SN4 192 → 255
Subnets Network First IP Last IP Broadcast
Address Address Address Address
(min) (Min +1) (Max -1) (Max)
SN1 192.168.1.0 192.168.1.1 192.168.1.62 192.168.1.63
Sn2 192.168.1.64 192.168.1.65 192.168.1.126 192.168.1.127
Sn3 192.168.1.128 192.168.1.129 200.32.2.190 192.168.1.191
Sn4 192.168.1.192 192.168.1.193 200.32.2.254 192.168.1.255

Eng. Howaida Eng. Nadeen Eng. Alaa 2


3. What valid host range is the IP address 172.29.217.11/22 a part
of?
11111111.11111111.11111100.00000000
− Subnet mask: 255.255.252.0
− Number of subnets = 2^6 = 64
− Number of hosts = 2^2 – 2 = 2
− 𝜟 256-252=4
− Range of subnets:
SN1 0 → 3 (172.29.0.0 → 172.29.3.255)
SN2 4 → 7 (172.29.4.0 → 172.29.7.255)
SN3 8 → 11
…. ….
SN55 216 → 219 (172.29.216.0 → 172.29.219.255)
…. …..
SN63 248 → 251
SN64 252 → 255
− IP address 172.29.217.11 in SN55

Eng. Howaida Eng. Nadeen Eng. Alaa 3


4. What valid host range is the IP address 100.100.100.10 a part of,
which the subnet mask is 255.255.224.0
11111111.11111111.11100000.00000000
- Subnet mask: 255.255.224.0
- Number of subnets = 2^3= 8
- Number of hosts = 2^5 – 2 = 30
- 𝜟 256-224=32
− Range of subnets:
SN1 0 → 31
SN2 32 → 63
SN3 64 → 95
SN4 96 → 127
SN5 128 → 159
SN6 160 → 191
SN7 192 → 223
SN8 224 → 255

Eng. Howaida Eng. Nadeen Eng. Alaa 4


Subnets Network First IP Last IP Broadcast
Address Address Address Address
(min) (Min +1) (Max -1) (Max)
SN1 100.100.0.0 100.100.0.1 100.100.31.254 100.100.31.255
Sn2 100.100.32.0 100.100.32.1 100.100.63.254 100.100.63.255
Sn3 100.100.64.0 100.100.64.1 100.100.95.254 100.100.95.255
Sn4 100.100.96.0 100.100.96.1 100.100.127.254 100.100.127.255
Sn5 100.100.128.0 100.100.128.1 100.100.159.254 100.100.159.255
Sn6 100.100.160.0 100.100.160.1 100.100.191.254 100.100.191.255
Sn7 100.100.192.0 100.100.192.1 100.100.223.254 100.100.223.255
Sn8 100.100.224.0 100.100.224.1 100.100.255.254 100.100.255.255

Eng. Howaida Eng. Nadeen Eng. Alaa 5

You might also like