Skip to content

Latest commit

 

History

History

3_Subnet_mask

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Subnet mask


💬 연습문제 : CIDR표기

Q. What is the CIDR notation of the 255.255.128.0 subnet mask?

- /8
- /16
- /9
- /17


Answer : /17

Q. What is the CIDR notation of the 255.255.192.0 subnet mask?

- /5
- /31
- /18
- /14


Answer : /18

Q. What is the subnet mask of /24?

- 255.255.255.255
- 255.255.255.0
- 255.0.0.0
- 255.255.128.0
- 255.192.0.0
- 255.224.0.0


Answer : 255.255.255.0

Q. What is the default subnet mask for a class C network?

- 127.0.0.1
- 255.0.0.0
- 255.255.0.0
- 255.255.255.0

Answer : 255.255.255.0