Subnetting Flashcards

(7 cards)

1
Q

What is a host/host Id?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a subnet mask?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are some rules to keep in mind when creating a subnetting table?

A
  • 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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a broadcast id?

A

It is the las host Id in a subnet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How do you calculate valid hosts id’s in a subnet and why?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Create the subnetting table as provided by sunny

A

This is the correct table order:
* Subnets,
* Hosts,
* Subnet Mask

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What aret the ranges of IP arressees?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly