dumb question....
RyanCorbett
Member Posts: 54 ■■■□□□□□□□
in CCNA & CCENT
what is the order of operations used to get a specified number of subnets and hosts ?...for example, i need 5 subnets with 5 hosts apiece, but the wildcard masking operation only leaves me with 3 subnets when i plug in the 5 and 5 for the subnet and host
operations...i hope this makes sense; thanks for any help you guys can provide....!
operations...i hope this makes sense; thanks for any help you guys can provide....!
Comments
-
osJoe Member Posts: 61 ■■□□□□□□□□1. Determine number of required network ID's
One for each LAN subnet
One for each WAN segment
2. Determine number of reuiqred host ID's per subnet
One for each TCP/IP host
One for each router interface
3. Based on above requirements, create the following
One subnet mask for entire network
An unique subnet ID for each physical segment
A range of host ID's for each subnet
Is this what your looking for?? -
RyanCorbett Member Posts: 54 ■■■□□□□□□□1. Determine number of required network ID's
One for each LAN subnet
One for each WAN segment
2. Determine number of reuiqred host ID's per subnet
One for each TCP/IP host
One for each router interface
3. Based on above requirements, create the following
One subnet mask for entire network
An unique subnet ID for each physical segment
A range of host ID's for each subnet
Is this what your looking for??
maybe...i'll give it a shot...thanks !