Help me out whit IP and Subnetting

in CCNA & CCENT
I have a test tomorrow that i cant fail its about IP and subnetting, i was wondering if someone on this forum could fill out one of the practice situations whit some information on how you did it so i can do the other practice situations that i got from my teacher myself,
These are the situations:
A company has 192.169.0.1 as IP and wants to devide theyre network in 5 subnets
what is the class? (i know this no explaination needed)
what is the standard subnetmask? (This too)
how much bits have to be reserved?
What is the NEW subnetmask?
What is the prefix?
Is said IP adress a valid IP?
Then there is one more situation where the IP and the Subnet is given,
Given IP 172.30.1.33 Subnetmask 255.255.255.252
Number of subnet bits?
Number of subnets?
Number of host bits per subnet?
Number of useable host per subnet?
Subnet address for this IP adress?
IP adress of the First host on this subnet?
IP adress of last host on this subnet?
Broadcast address for this subnet?
These are the situations:
A company has 192.169.0.1 as IP and wants to devide theyre network in 5 subnets
what is the class? (i know this no explaination needed)
what is the standard subnetmask? (This too)
how much bits have to be reserved?
What is the NEW subnetmask?
What is the prefix?
Is said IP adress a valid IP?
Then there is one more situation where the IP and the Subnet is given,
Given IP 172.30.1.33 Subnetmask 255.255.255.252
Number of subnet bits?
Number of subnets?
Number of host bits per subnet?
Number of useable host per subnet?
Subnet address for this IP adress?
IP adress of the First host on this subnet?
IP adress of last host on this subnet?
Broadcast address for this subnet?
Comments
Have you tried the situations? Where did you get stuck? Say what you have done and where you hit a roadblock and I'm sure someone with better subnetting skills than mine will chime in.
Here is some given information to help you out. Wish I had pictures
We know each IPV4 IP address is 32 bits long. ...Network+ SUBNET+HOST= 32 BITS
Class A =8 network bits
Class B =16 network bits
Class C =24 network bits
Calculate (H)Host = 32 - Prefix(P).
Once you find your Host and Network bits, you should be able to figure out the subnet..
x=bits
subnet= 2^x
host=2^x-2
also watch Danscourses.com video on subneting. It will blow your mind..
On a side note can't wait to move to ipv6. Seems like its easier to count in hex then in Dec
what is the class? (i know this no explaination needed)
I know the classes and ranges that come whit it,
A= 0 -127 standard subnet is 255.0.0.0
B= 128 - 191 standard subnet is 255.255.0.0
C= 192 - 223 standard subnet 255.255.255.0
(d & e)
what is the standard subnetmask? (This too) i know i have to look at the first octet and match it whit a class.
how much bits have to be reserved?
i somewhat get this chart on bits and useable networks.
Bits
Networks
Useable networks
0
0
0
1
2
0
2
3
2
3
8
6
4
16
14
5
32
30
6
64
62
7
128
126
etc
i guess because i need 5 subnets i need to reserve 3 bits.
What is the NEW subnetmask? i really dont have a clue on this.
What is the prefix? i beleave i can figure this out if i manage to get the NEW subnetmask becaus i get the part whit 8 bits for an octet.
Is said IP adress a valid IP?
i know the adresses
10.0.0.0
172.16.0.0
192.168.0.0
are special and cant be used, i guess because this doesnt match my situation it is a valid IP ? this is what i can do on the first situation.
edit; for the second situation, i really dont have a clue how to start.
edit;
i think i might know it actually...
A company has 192.169.0.1 as IP and wants to devide theyre network in 5 subnets
5 subnets is 3 bits according to the graph above, its a class C adress so 255.255.255 is default
so my guess is that the new subnet would be 255.255.255.32 wich makes the prefix /27
could someone please confirm this?
Could someone tell me how to get the number of subnet bits on the second situation?