4.9.4 TCP/IP Flashcards

1
Q

What are the two parts of an IP address?

A
  • Network Identifier

* Host identifier

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

How are network identifiers shared?

A

Each of the computes in a network shares the same network identifier but has its own host identifier.

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

What are subnets?

A

A subnet is a logical partition of an IP network into multiple, smaller network segments

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

What are the network identifiers of subnets?

A

Each subnet has a different network identifier.

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

How can the network identifier part of an IP address be determined?

A

With a subnet mask.

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

What is a subnet mask?

A

A Subnet mask is a 32-bit number that masks an IP address, and divides the IP address into network address and host address.

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

How is a subnet mask made?

A

A Subnet Mask is made by setting network bits to all “1”s and setting host bits to all “0”s.

GOOGLE HOW SUBNET MASKS WORK

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

What happens if the number bits assigned to the network identifier part is increased?

A

The more different subnets a network can have.

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

What happens if the number of bits assigned to the host identifier is increased?

A

The more different devices can be connected simultaneously.

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

What are the two types of IP address in common use?

A

Versions four and six

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

What are IPV4 addresses?

A

IPV4 addresses are dotted quad numbers.

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

What does it mean for IPV4 addresses to be dotted quad numbers?

A
  • They consist of four parts that are separated by dots.
  • Each of the four parts of an IPv4 address is assigned one byte ( eight bits ) allowing for numbers from 0 to 255 to be represented
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What range of numbers does IPV4 represent?

A

Allows for numbers from 0 to 255 to be represented.

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

How many IP addresses can be represented by IPv4?

A

A total of slightly over 4 billion unique IPv4 addresses.

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

What is an issue with IPv4?

A
  • Addresses are in short supply.
  • Number of devices on the internet that require a routable IP address is increasing so rapidly that a new version of IP address has to be created ( IPv6)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What are IPv6 addresses?

A
  • Addresses formed of eight blocks separated by colons.

* Each block contains four hexadecimal characters.

17
Q

What is an advantage of IPv6 over IPv4?

A

The use of 128 bits compared to the use of 32 allows for far more unique permutations.

18
Q

What are the two kinds of IP address?

A

An IP address is said to be either routable or non-routable.

19
Q

What issue is there with every device having a public IP address?

A

There would not be enough IP addresses to go around.

20
Q

What are routable IP addresses?

A

Public IP addresses

21
Q

What are non-routable IP addresses?

A

Private IP addresses