wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Cisco: Skills for All: Module 6: IPv4 Structure

Total questions: 15

Worksheet time: 37mins

Name
Class
Date
1.

What is an IPv4 address made of?

a)

Network Portion

b)

Host Portion

c)

Subnet Portion

d)

Admin Portion

2.

If all devices are on the same network, then

a)

all of their bits are identical

b)

all of their bits are NOT identical

c)

all of their numbers are identical

d)

all of their hex are identical

3.

How do hosts know what portion of the 32-bit address is the network and what is the host?

a)
Router password
b)
Subnet mask
c)
MAC address
d)
Default gateway
4.

Assigning an IPv4 address requires 2 parts; what are they?

a)

IPv4 Address / Subnet

b)

IPV4 Address / Default Gateway

c)

Default Gateway / Subnet

d)

Subnet / MAC Address

5.

To access a remote network, a host computer needs

a)

a default gateway

b)

an IP address

c)

a MAC address

d)

a remote server

6.

What does a subnet mask do?

4 lines
7.

The process used to identify the network and host portions of an IPv4 address is called

a)

ANDing

b)

ORing

c)

ANGling

d)

Logical

8.

What is the number of bits set to 1 in the subnet mask called?

a)
Subnet prefix length
b)

Subnet IP address

c)

MAC address Subnet

d)

Subnet Default gateway

9.

Organize this subnet masks

Categorize the following

255.0.0.0

255.255.0.0

255.255.255.0

255.255.255.252

11111111.00000000.00000000.00000000

11111111.111111111.00000000.00000000

11111111.11111111.11111111.00000000

11111111.11111111.11111111.11111100

/8
/16
/24
/30
10.

Convert this binary IP to decimal

11000000.00000011.10000000.00000001

(a)  

11-14.

Logical AND is the comparison of two bits that produce the results shown below. Note how only a 1 AND 1 produces a 1. Any other combination results in a 0.

11.

1 AND 1 =

(a)  

12.

0 AND 1 =

(a)  

13.

1 AND 0 =

(a)  

14.

0 AND 0 =

(a)  

15.

Explain logical ANDing.

4 lines
16-18.

Host Address 101.5.274.223

Subnet Mask 255.255.255.0

Host Address in binary 00001010 10011000 01001010 11011111

Subnet Mask in binary 11111111 11111111 11111111 00000000

16.

What is the network address?

(a)  

17.

What is the slash notation for the subnet? (hint: something to do with bits)

(a)  

18.

Explain what can be a host on a network.

4 lines
19.

Host: 172.44.236.15

Subnet: 255.255.255.192

Network?

Hint: Convert Host and Subnet to binary -> then use ANDing.

(a)  

20.

Host: 172.149.212.184

Subnet: 255.255.255.248

Network?

Hint: Convert Host and Subnet to binary -> then use ANDing.

(a)