IPv4 Addressing and Subnetting Flashcards

1
Q

Address in different subnets are separated by at least one______.

A

router

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

You should use one subnet for every:

A

VLAN, Point to point serial link, ethernet emulation WAN link(EoMPLS), Frame Relay PVC.

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

What does subnet mask defines?

A

The size of the subnet (number of hosts a subnet contains).

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

What is host bits and how does it represent subnet size?

A

(2^H) - 2 is the number of hosts(subnet size) a subnet can contain and the H is host bits. Minus 2 is for the subnet broadcasting address.

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

When public IP address runs out in 2011, what are the solutions?

A
  1. IPv6 with 128 bits addresses
  2. Assigning a subset of a public IP network to each company, to reduce waste.
  3. Network Address Translation (NAT) using Private IP networks.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Where does subnet bits usually come from?

A

Engineers usually borrow the bits from host bits to set for subnet bits.

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

Class A IP Address has ___ bits of Network
Class B IP Address has ___ bits of Network
Class C IP Address has ___ bits of Network

A

8, 16, 24

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

How does devices receive their IP Address and mask assignment?

A

Dynamically by DHCP or statically through configuration.

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

What are the range of IP address that are used for private IP addressing for each class?

A

Three ranges of IP addresses are designated for private use: 10.0.0.1 to 10.255.255.254(Class A), the range 172.16.0.1 to 172.31.255.254(Class B) and the range 192.168.0.1 to 192.168.255.254(Class C).

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

Class A B and C are _____ IP Addresses and Class D is ________ addresses and Class E are ________.

A

Unicast, multicast, experimental.

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

Large Organizations tend to use a larger size network, which class network would be ideal for this kind of large companies?

A

Class A with (2^24)-2 of hosts per network.

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

What is the format of the subnet mask? or default mask?

A

In decimal 255.0.0.0
In Binary 11111111.00000000.0000000.00000000
This is an example of Class A where the first octet has 8 bits of ones representing the network and the following three octets of zeros representing the host.

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

How do we find the number of subnet and valid IP hosts in a given IP address and prefix 172.15.1.1/23?

A
  1. Identify the class and number of network bits: in this case class B and 8 bits
  2. Identify the subnet bits and host bits: 23-8=7 subnet bits; 32-23=9 host bits.
  3. 2^7= number of subnets
  4. 2^9-2= number of valid host IP
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

If a host sits in the same LAN as the local router, but has a different subnet, how does the router behave?

A

The router won’t forward package to the host.

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