InterviewSolution
Saved Bookmarks
| 1. |
Consider a class c network with the subnet mask 255.255.255.41. how many nid and hid are there in the subnet mask. |
| Answer» 24 bit for NID, 8 BITS for HID(B) 8 bit for NID, 24 bits for HID(C) 16 bit for NID, 16 bits for HID(D) noneExplanation:It is class A IP address and you know, that class A has 24 bits in HID and 8 bits in NID part.So, OPTION (B) is CORRECT. | |