[검색] 공부하기/TCP & IP
2023. 6. 20.
Subnetting (Solved Problem 1)
Outcomes Upon the completion of this session, the learner will be able to 1. Subnet the given network based on host requirements. Subnetting - 5 Steps Question Solution Steps 를 기억하면 문제를 해결할 수 있다. 우선 Step 1이다. Identify the class of the IP address and note the Default Subnet Mask. 주어진 IP address 를 보면 216.~~~ 으로 시작하는 것을 볼 수 있다. 0~128 은 Class A, 129~192 은 Class B, 193~224 은 Class C 이다. 즉 주어진 IP addr..