Subnetting Flashcards
(7 cards)
What is a host/host Id?
So a host is any device on the IP network.
A host Id is an IP address to uniquely Identify a single device in said network.
What is a subnet mask?
A subnet mask is 32 charater IP, that shows what part of the IP is reserved for the network ans what part is reserved for hosts:
each 8 bit section is 1 for the network, and 0 for the host. for example
192.168.0.1 subnet mask is:
11111111.11111111.11111111.00000000
Mean the first three octates are reserved for the network and the last is researed for host
In CIDR notation the subnet mask is represented by the number of bits reserved for the network e.g /24, /8, /32, etc
What are some rules to keep in mind when creating a subnetting table?
- The first network id is always the orginal id
- To get the next network Id you increase the last octate by the number of host for that specific type of subnett from the sunny table
- All the subnets share the same subnet mask
- All the subnets share the same number of host
What is a broadcast id?
It is the las host Id in a subnet
How do you calculate valid hosts id’s in a subnet and why?
Total number of hosts ids - 2
This is because the first host Id is reserved for the network and the las one is reserved for the broadcast address.
Create the subnetting table as provided by sunny
This is the correct table order:
* Subnets,
* Hosts,
* Subnet Mask
What aret the ranges of IP arressees?
Class A addresses start from 1 to 126 in the first octet; 127 is reserved for loopback.
Class B starts from 128 to 191.
Class C from 192 to 223.
Class D is multicast.
Class E is reserved.