InterviewSolution
| 1. |
Explain For A Small Lan Which Class Of Addressing Is Used? |
|
Answer» For SMALL lan we USE class-c address EXPLANATION:In class C ip address the first three bytes out of four are for network address while the last byte is for host address which can range from 1-254 which is smallest lan possible whereas class B has two bytes and class A has three bytes RESERVED for host address which increases number of hosts in those classes. For small lan we use class-c address Explanation:In class C ip address the first three bytes out of four are for network address while the last byte is for host address which can range from 1-254 which is smallest lan possible whereas class B has two bytes and class A has three bytes reserved for host address which increases number of hosts in those classes. |
|