School ICT Self Study

Computer Networking Question | AL ICT πŸ₯°

1.69K viewsG12-06. AL ICT Computer Networking
0

Computer Networking QuestionAL ict Networking

Spread the love
Ruwan Suraweera Unselected an answer March 24, 2025
0

(a) Given IP Address Block:

Binary: 10010110.00110010.00000000.00000000

(i) Convert to Dotted Decimal Notation:

Convert each 8-bit segment from binary to decimal:

  • 10010110 = 150

  • 00110010 = 50

  • 00000000 = 0

  • 00000000 = 0

So, the IP address block in Dotted Decimal Notation is:
150.50.0.0

(ii) Identify the Class of the IP Address:

  • The first octet (150) falls within Class B (128 – 191).

  • Class B networks have a default subnet mask of 255.255.0.0 (/16).

(iii) Number of IP Addresses in the Block:

A Class B network with a /16 subnet mask means:

2(32βˆ’16)=216=655362^{(32 – 16)} = 2^{16} = 655362(32βˆ’16)=216=65536

So, the total number of IP addresses is 65,536.

(iv) First and Last IP Addresses:

  • First IP Address (Network Address): 150.50.0.0

  • Last IP Address (Broadcast Address): 150.50.255.255

(b) Subnetting to Create 8 Subnets: (i) Number of Bits Needed for Subnetting:

To create 8 subnets, we use the formula:

2nβ‰₯82^n \geq 82nβ‰₯8 n=3(sinceΒ 23=8)n = 3 \quad \text{(since \(2^3 = 8\))}n=3(sinceΒ 23=8)

So, 3 more bits are borrowed from the host portion.

(ii) Number of Hosts per Subnet:

A Class B default has 16 host bits. Borrowing 3 bits leaves us with:

32βˆ’(16+3)=13(HostΒ bitsΒ left)32 – (16 + 3) = 13 \quad \text{(Host bits left)}32βˆ’(16+3)=13(HostΒ bitsΒ left)

Total number of hosts per subnet:

213βˆ’2=8192βˆ’2=81902^{13} – 2 = 8192 – 2 = 8190213βˆ’2=8192βˆ’2=8190

(We subtract 2 for the Network Address and Broadcast Address.)

(iii) Subnet Mask:

Default Class B subnet mask: 255.255.0.0 (/16)
Adding 3 subnet bits: /19

Subnet Mask in Dotted Decimal: 255.255.224.0

(iv) Subnet Ranges:

Each subnet increments by 32 in the third octet (224 = 256 - 32).






Subnet Table


Subnet Table

Subnet No.Network AddressBroadcast AddressUsable Host IP Range
1150.50.0.0150.50.31.255150.50.0.1 – 150.50.31.254
2150.50.32.0150.50.63.255150.50.32.1 – 150.50.63.254
3150.50.64.0150.50.95.255150.50.64.1 – 150.50.95.254
4150.50.96.0150.50.127.255150.50.96.1 – 150.50.127.254
5150.50.128.0150.50.159.255150.50.128.1 – 150.50.159.254
6150.50.160.0150.50.191.255150.50.160.1 – 150.50.191.254
7150.50.192.0150.50.223.255150.50.192.1 – 150.50.223.254
8150.50.224.0150.50.255.255150.50.224.1 – 150.50.255.254


Spread the love
Ruwan Suraweera Edited answer March 24, 2025
Write your answer.