Subnetting yash
Subnetting yash
You can test this: you should always be able to ping 127.0.0.1,
which points to yourself.
Class E addresses are reserved for future use. They should not be
used for host addresses.
Example:
140.179.220.200 is a Class B address so by default the
Network part of the address (also known as the Network
Address) is defined by the first two octets (140.179.x.x)
and the node part is defined by the last 2 octets
(x.x.220.200).
In order to specify the network address for a given IP
address, the node section is set to all "0"s.
Subnetting an IP Network can be done for a variety of reasons,
including organization, use of different physical media (such as
Ethernet, FDDI, WAN, etc.), preservation of address space, and
security.
• The subnet mask splits the IP address into the host and network addresses,
thereby defining which part of the IP address belongs to the device and which
part belongs to the network.
• A subnet mask is a 32-bit number created by setting host bits to all 0s and
setting network bits to all 1s. In this way, the subnet mask separates the IP
address into the network and host addresses.
1. The network address of 172.16.0.0/19 provides how many subnets and hosts?
2. How many subnets and hosts per subnet can you get from the network
192.168.98.0. 255.255.255.224?
3. How many subnets and hosts per subnet can you get from the network
10.0.0.0/20?
4. How many subnets and hosts per subnet can you get from the network
172.25.0.0 255.255.254.0?
Answers