You are on page 1of 9

1

NET331:
COMPUTER NETWORKS
FUNDAMENTALS
Networks and Communication
Department

Chapter # 19

Question 3
2

What are the differences between classful addressing


and classless addressing in IPv4?
Classful addressing assigns an organization a Class A, Class B, or Class C block
of addresses.
Classless addressing assigns an organization a block of contiguous addresses
based on its needs..

Question 5
3

Explain why most address in class A are wasted.


Explain why medium-size or large-size corporation does not want
a block of class C addresses
A block in class A address is too large for almost any organization. This means
most of the addresses in class A are wasted and not used.
A block in class C is probably too small for many organizations.

Question 16
4

Find the class of the following ip address

208.34.54.12

Class C (first byte is between 192 and 223)

238.34.2.1

Class D (first byte is between 224 and 239)

114.34.2.8

Class A (first byte is between 0 and 127)

129.14.6.8

Class B (first byte is between 128 and 191)

Question 17
5

Find the class of the following ip address

a. Class E (first four bits are 1s)


b. Class B (first bit is 1 and second bit is 0)
c. Class C (first two bits are 1s and the third bit is 0)
d. Class D (first three bits are 1s and the fourth bit is 0)

Question 18
6

Find the netid and the hostid for the following ip address
114.34.2.8
netid: 114
hostid: 34.2.8
132.56.8.6
netid: 132.56
hostid: 8.6
208.34.54.12
netid: 208.34.54
hostid: 12

Question 19
7

In block of address, we know the IP address of one is 25.34.12.56/16.


What are the first address (network address) and the last address
(limited broadcast address)in the block

Question 20
8

In block of address, we know the IP address of one is


182.44.82.16/26.
What are the first address (network address) and the last address
(limited broadcast address)in the block

Question 20
9

Write the following masks in slash notation (/n)

255.255.255.0

The mask 255.255.255.0 has 24 consecutive 1s slash notation: /24

255.0.0.0

The mask 255.0.0.0 has 8 consecutive 1s slash notation:/8

255.255.224.0

The mask 255.255.224.0 has 19 consecutive 1s slash notation:/19

255.255.240.0

The mask 255.255.240.0 has 20 consecutive 1s slash notation:/20

You might also like