0% found this document useful (0 votes)
444 views

Tutorial 8 For FCN

This document contains tutorial questions on subnetting IP networks. It asks students to determine the number of subnets, bits borrowed, usable hosts, subnet mask, and subnet information for networks with Class A, B and C addresses that are being subnetted to support various classroom, office and host requirements. Multiple choice and written questions are included to test understanding of subnetting concepts.

Uploaded by

SHU LING FONG
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
444 views

Tutorial 8 For FCN

This document contains tutorial questions on subnetting IP networks. It asks students to determine the number of subnets, bits borrowed, usable hosts, subnet mask, and subnet information for networks with Class A, B and C addresses that are being subnetted to support various classroom, office and host requirements. Multiple choice and written questions are included to test understanding of subnetting concepts.

Uploaded by

SHU LING FONG
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

AACS2034 Fundamentals of Computer Networks

Tutorial 8.1: Subnetting IP Networks (Class A, B, C)

Q1. The network of Dimension International School is subnetted based on an IPv4 address of
192.168.3.0/24. The School consists of 20 classroom and 5 offices. Each classroom and office
require a subnet to support the teaching and administrative works. Answer the following
questions.

(i) How many subnets are needed? (201705 TAR UC, resit) (1 mark)

25 subnets

(ii) How many bits must be borrowed to support the required number of subnets?
(201705 TAR UC, resit) (2 marks)

5 bits (32 subnets)

(iii) How many usable host addresses per subnet? (201705 TAR UC, resit) (2 marks)

23 – 1 = 6 usable hosts

(iv) Compute the decimal value of the new subnet mask. (201705 TAR UC, resit) (2 marks)

111111111.111111111.111111111.111111000

255.255.255.248

(v) Compute and list the first 4 subnets information in the table below. Write your answer
in dotted decimal format. (201705 TAR UC, resit) (8 marks)

Subnet Subnet First Usable Last Usable Broadcast


Number Address/Prefix Address Address Address
Length
0 192.168.3.0/29 192.168.3.1/29 192.168.3.6/29 192.168.3.7/29
1 192.168.3.8/29 192.168.3.9/29 192.168.3.14/29 192.168.3.15/29
2 192.168.3.16/29 192.168.3.17/29 192.168.3.22/29 192.168.3.23/29
3 192.168.3.24/29 192.168.3.25/29 192.168.3.30/29 192.168.3.31/29
Table 1: Subnet Table

1 updated by Ts. Carolyn Ting Hie Choon on 25.5.2020


AACS2034 Fundamentals of Computer Networks

Tutorial 8.1: Subnetting IP Networks (Class A, B, C)

Q2. Given Host IP address 192.168.4.210 and subnet mask 255.255.255.240. Complete the Table
2. (201703 TAR UC, resit) (8 marks)

Host IP Address 192.168.4.10


Subnet Mask 255.255.255.240
Number of Subnet Bits 4
Number of Subnets 16
Number of Host Bits per Subnet 4
Number of Usable Hosts per Subnet 14
Subnet Address for this IP Address 192.168.4.208
IP Address of First Usable Host on this Subnet 192.168.4.209
IP Address of Last Usable Host on this Subnet 192.168.4.222
Broadcast Address for this Subnet 192.168.4.223
Table 2: Custom Subnet Table

Q3. With reference to Figure 1, answer the following

questions:

Figure 1: Branch Campus Network

(i) In Figure 1, how many subnets are needed? (201609 TAR UC, Main) (1 mark)

4 subnets

(ii) How many bits must be borrowed to support the required number of subnets?
(201609 TAR UC, Main) (2 marks)

2 bits

2 updated by Ts. Carolyn Ting Hie Choon on 25.5.2020


AACS2034 Fundamentals of Computer Networks

Tutorial 8.1: Subnetting IP Networks (Class A, B, C)

(iii) How many usable host addresses per subnet? (201609 TAR UC, Main) (2 marks)

26 – 2 =62

(iv) Compute the decimal value of the new subnet mask. (201609 TAR UC, Main) (2 marks)

255.255.255.192

/26 1111111111.11111111.11111111.110000000

(v) Computer and list all possible subnet information in the format given in Table 3.
(201609 TAR UC, Main) (8 marks)

Subnet Subnet Address/ Host Range Broadcast


No Prefix length Address
0 192.100.2.0/26 192.100.2.1 – 192.100.2.62 192.100.2.63

1 192.168.2.6/26 192.100.2.65 – 192.100.2.126 192.100.2.127


2 192.168.2.128/26 192.100.2.129 – 192.100.2.190 192.100.2.191
3 192.168.2.192/26 192.100.2.193 – 192.100.2.254 192.100.2.255

Table 3: Subnetting Table

Q4. Provide any TWO (2) reasons for subnetting a network. (201709 TAR UC main) (4 marks)

It reduces overall network traffice

It improve network performance

It also enables an administrator to implement security policies such as which subnets are allowed or
not allowed to communicate together

3 updated by Ts. Carolyn Ting Hie Choon on 25.5.2020


AACS2034 Fundamentals of Computer Networks

Tutorial 8.1: Subnetting IP Networks (Class A, B, C)


Q5. OCM College has an IPv4 network based on 172.38.0.0/16 address. They are required to
provide subnets with 4,096 hosts per subnet. Based on these needs, answer the following
questions.

(i) How many subnets are needed? (1 mark)


2^4 = 16 subnets
(ii) How many bits need to be borrowed to support the required subnets? (2 marks)
4 bits
(iii) How many usable host addresses per subnet? (2 marks)
2^12 -2 = 4096 -2 =4094 usable host addresses
(iv) What is the decimal value of the new subnet mask? (2 marks)
11111111111.1111111111.11110000000.00000000000
(v) Calculate and list the subnets information in the table below. Write your answer in
dotted decimal format.

Subnet Network First Usable Last Usable Broadcast


No. Address Address Address Address
0 172.38.0.0/19 172.38.0.1 172.38.15.254 172.38.15.255
1 172.38.16.0/19 172.38.16.1 172.38.31.254 172.38.31.255
2 172.38.32.0/19 172.38.32.1 172.38.47.254 172.38.47.255
3 172.38.48.0/19 172.38.48.1 172.38.63.254 172.38.63.255
Table 4: Subnet Table (8 marks)

4 updated by Ts. Carolyn Ting Hie Choon on 25.5.2020

You might also like