2010. 5. 21. 12:37

서브넷 마스크 후리기 2

엥? 이번엔 영어가...

What is the subNETWORK address of a host with an IP address of 172.16.210.0/22?
172.16.210.0/22의 서브넷 마스크는 255.255.11111100.00000000이기 때문에 IP주소에 씌워서 연산하면 `172.16.208.0`이 된다.

You are configuring a subnet on the BrownWind branch office in Busan. You need to assign IP address to hosts in this subnet. You have been given the subnet mask of 255.255.255.224. Which IP address would be valid? (Choose three)

A. 15.234.118.63
B. 92.11.178.93
C. 134.178.18.56
D. 192.168.16.87
E. 201.45.116.159
F. 217.63.12.192

까다로운 문제다. 힝~ 서브넷 마스크는 255.255.255.11100000의 형태이다. A, B, C 클래스와는 상관없이 호스트가 30개로 정해진다. 그럼, xxx.xxx.xxx는 신경쓰지 말고, 마지막 옥탯만 살펴본다.

1 ~ 30 (0, 31제외), 33 ~ 62(32, 63), 65 ~ 94(64, 95), 97 ~ 126(96, 127), 129 ~ 158(128, 159), 161 ~ 190(160, 191), 193 ~ 222(192, 223)에서 괄호안의 수를 제외한 범위에 있는 주소가 유효하다.

You have subnetted the 210.106.14.0 network with a /24 mask. Your boss at BrownWind wants to know how many usable subnetworks and usable host addresses per subnet this would provide. What should you say?
`/24`라는 것은 255.255.255.0이라서 C클래스 그대로 전부 다 쓸 수 있으므로 네트워크 1개에 호스트는 254개가 사용 가능하다.

You work as a network engineer at BrownWind. You have subnetted the 213.105.72.0 network with a /28 mask. Your boss asks you how many usable subnetworks and usable host addresses per subnet this will provide. What should you talk to?
C클래스에서 255.255.255.11110000의 서브넷 마스크, 즉, 255.255.255.240이므로 각 14개의 호스트를 가진 16개의 서브 네트워크를 지정할 수 있다.

You work as a network engineer at BrownWind. You have subnetted the 201.105.13.0 network with a /26 mask. Your boss asks you how many usable subnetworks and usable host addresses per subnet this will provide. What should you talk to?
C클래스에서 255.255.255.11000000의 서브넷 마스크, 즉, 255.255.255.192이므로 각 62개의 호스트를 가진 4개의 서브 네트워크를 지정할 수 있다.

You work as a network consultant. You are planning a network installation for a large organization named BrownWind. The design requires 100 separate subnetworks, so BrownWind has acquired a Class B network address.
What subnet mask will provide the 100 subnetworks required, if 500 usanle host addresses are required per subnet?
100은 2의 7승 128에 포함되고 500은 2의 9승 512에 해당하니까 255.255.11111110.00000000이라는 서브넷 마스크가 나오고 이것은 255.255.254.0이다.

You work as network consultant. Your customer, BrownWind Inc, has a class C network license. BrownWind requires 5 usable subnets, each capable of accommodating at least 18 hosts. Which subnet mask should you use?
서브넷 5개라면 2의 3승이어야 하고, 적어도 18개의 호스트를 위해선 2의 5승으로 해주면 된다.
따라서, 255.255.255.11100000가 되니까 서브넷 마스크는 255.255.255.192이다.

You have a Class B network address with a subnet mask of 255.255.255.0. Which of the following statements are true regarding the resulting network? (Choose two)

A. There are 254 usable hosts per subnet.
B. There is one usable network.
C. There are 255 usable hosts per subnet.
D. There are 256 usable subnets.
E. There are 30 usable subnets.
F. There are 64 usable hosts per subnet.

클래스 B에서 서브넷 마스크를 이용해 나누고 있다. 255.255.11111111.00000000에서 보면 서브 네트워크는 256개, 각각의 호스트도 256개인데 2개를 제외하면 254개가 된다.

Given the address 192.168.20.19/28, which of the following are valid host addresses on this subnet? (Choose two)

A. 192.168.20.29
B. 192.168.20.16
C. 192.168.20.17
D. 192.168.20.31
E. 192.168.20.0

255.255.255.11110000으로 적용하면 서브 네트워크는 192.168.20.16이고 호스트는 14개씩 할당된다. 따라서, 192.168.20.17~192.168.20.30의 범위가 유효한 호스트 주소이다.

Given the network 192.141.27.0/28, identify the valid host addresses. (Choose three)

A. 192.141.27.33
B. 192.141.27.112
C. 192.141.27.119
D. 192.141.27.126
E. 192.141.27.175
F. 192.141.27.208

마스크를 씌워봤자 192.141.27.0 그대로 나오니까 여기서부터 서브 네트워크와 브로드 캐스트 주소를 제외한 호스트 주소 14개씩 계산해야 한다.
192.141.27.1 ~ 192.141.27.14 (0, 15 제외)
192.141.27.17 ~ 192.141.27.30 (16, 31 제외)
192.141.27.33 ~ 192.141.27.46 (32, 47 제외)
192.141.27.49 ~ 192.141.27.62 (48, 63 제외)
192.141.27.65 ~ 192.141.27.78 (64, 79 제외)
192.141.27.81 ~ 192.141.27.94 (80, 95 제외)
192.141.27.97 ~ 192.141.27.110 (96, 111 제외)
192.141.27.113 ~ 192.141.27.126 (112, 127 제외)
.
.
.