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

CSE3151

COMPUTER NETWORKS

DR. ASIF ZAMAN


ASSOCIATE PROFESSOR, CSE, RU
COURSE CONTENTS
Internetworks

https://www.submarinecablemap.com/
4 of 28

Internetworks
MAIN STORY
ADDRESSES IN A NETWORK WITH
AND WITHOUT SUBNETTING

7
Figure 5-5
Default mask and subnet mask

72 =01001000
192 =11000000
01000000=64

8
VARIABLE-LENGTH BLOCKS

9
Variable-Length Subnet Masks
• Variable-Length Subnet Masks –VLSM

10
Variable-Length Subnet Masks

11
Variable-Length Subnet Masks

o If you use any addresses from a subnet, that


subnet should not be further subnetted.

12
o For the left LAN, 150 addresses are needed;
o rounding up to the next power of 2 gives 256.
o Because 28 = 256, 8 host bits are needed.
o For the other two LANs, 100 addresses are needed;
o rounding up to the next power of 2 gives 128.
o Because 27 = 128, 7 host bits are needed for each LAN.
o The WANs require 2 host bits each.

13
o Because at most 8 host bits are needed, the 10.5.16.0/20
address can be further subnetted into sixteen /24 subnets
(leaving 8 host bits)

14
15
16
Report Submission

B
150 addresses

100 addresses

A 150 addresses

C
o For the B & C LAN, 150 addresses are needed;
o rounding up to the next power of 2 gives 256.
o Because 28 = 256, 8 host bits are needed.
o For the A LANs, 100 addresses are needed;
o rounding up to the next power of 2 gives 128.
o Because 27 = 128, 7 host bits are needed for each LAN
A
B&C

You might also like