Section 7 - TCP/IP Basics Flashcards

1
Q

What CLASS is IP address 192.168.4.12?

A

Class C

- starts with a 192-223 and are (whack) /24

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

What CLASS is IP address 168.12.2.24?

A

Class B

- starts with a 128-191 and are (whack) /16

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

What CLASS is IP address 110.16.4.3?

A

Class A

- starts with a 0-126 and are (whack) /8

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

What CLASS is IP address 127.0.0.1?

A

Special IP Address

- this is the IPv4 loopback address

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

What CLASS is IP address 126.7.62.13?

A

Class A

- starts with a 0-126 and are (whack) /8

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

What CLASS is IP address 61.2.2.5?

A

Class A

- starts with a 0-126 and are (whack) /8

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

What CLASS is IP address 152.7.52.5?

A

Class B

- starts with a 128-191 and are (whack) /16

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

What CLASS is IP address 172.16.8.8?

A

Class B

  • starts with a 128-191 and are (whack) /16
  • this is also a Special IP Address; private IP address
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What CLASS is IP address 202.11.2.1?

A

Class C

- starts with a 192-223 and are (whack) /24

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

What CLASS is IP address 198.7.7.7?

A

Class C

- starts with a 192-223 and are (whack) /24

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

Name a SPECIAL IP address.

A
  • 10.x.x.x –> private address
  • 172.16.x.x –> private address
  • 192.168.x.x –> private address
  • 127.0.0.1 –> IPv4 loopback
  • ::1 –> IPv6 loopback
  • 169.254.x.x –> APIPA address
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

True/False:

The default gateway will figure out where to forward messages outside of the domain.

A

True

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

The __ is only used by the computer, it is never sent out.

A) MAC Address
B) IP Address
C) Subnet Mask

A

C) Subnet Mask

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

Each broadcast domain must have only one __.

A

DHCP server

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

A DHCP server has to be run within a __ domain.

A

Broadcast domain.

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

True/False:

An expired routing table can cause computers to keep expired IP address leases.

A

False: an expired DHCP server can cause computers to keep expired IP address leases.

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

“An organization has five campus buildings. They want each building to be on its own subnet. Each campus will need a minimum of twenty-five IP addresses. The organization has the Class C network address 217.105.2.0 assigned to it. Using CIDR, what subnet mask will yield the minimum number of subnetworks with the maximum number of hosts per network that will meet the requirements of the organization?” - Total Seminars CompTIA Network + question

A

/27

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

Each computer on a TCP/IP network must have a unique __.

A

IP address

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

How many octets does IPv4 contain?

A

Four octets

20
Q

An IPv4 octet represents a string of 1’s and 0’s that are otherwise known as what?

A

Binary

21
Q

ARP resolves __.

A) IP addresses with MAC addresses
B) MAC addresses with IP addresses

A

B) MAC addresses with IP addresses

22
Q

List the command that displays ARP cache.

A

arp -a

23
Q

Which type of cast does ARP send out over a network?

A) Multicast
B) Broadcast
C) Unicast

A

B) Broadcast

24
Q

When configuring a host’s network, it needs what key piece of information so it knows if the destination is on the local network or a remote network?

A

Subnet mask

25
Q

Each host knows the __ __ so that it can then forward traffic to remote networks.

A

Default gateway

26
Q

True/False:

Classful subnetting was the first effort to divide network ID’s.

A

True

27
Q

What does the acronym CIDR stand for?

A

Classless Inter-Domain Routing

28
Q

Subnet masks have all __ (binary) on the left and all __ (binary) on the right.

A

1’s on the left

0’s on the right

29
Q

If I were to receive an APIPA address assigned to my computer, what network setting should I verify is turned on in the computer/router?

A

DHCP turned on

30
Q

My network ID is showing 192.168.1.1 when I know that it should be 192.168.1.25. What may be the cause of this?

A

A rogue DHCP server

31
Q

True/False:

The loopback address for IPv6 is 127.0.0.1.

A

False: the loopback address for IPv6 is ::1 and the loopback address for IPv4 is 127.0.0.1.

32
Q

What does ARP stand for?

A

Address Resolution Protocol

33
Q

Dotted Decimal Notation is to __, as __ is to 1’s and 0’s.

A

Dotted Decimal Notation is to xxx.xxx.xxx.xxx, as Binary is to 1’s and 0’s.

34
Q

The IANA (a.k.a., _____) is an authority that keeps track of ALL IP addresses and passes them out to the __.

A

Internet Assigned Numbers Authority

RIR - Regional Internet Registry

35
Q

What is the RIR responsible for?

A

A geographic organization that holds geographically allocated IP addresses and sends them out to local ISP’s.

36
Q

What does APIPA stand for, what IP address is indicative of APIPA, and what is it designed to do?

A

Automatic Private IP Addressing; 169.254.x.x; built into all DHCP clients and is designed as a fallback if the computer cannot find a DHCP server.

37
Q

Identify the Network ID and Host ID from subnet mask below.

255.255.255.0

A

Network ID = 255.255.255

Host ID = .0

38
Q

True/False:

A dynamic IP address(es) is/are frequently changing as devices connect and disconnect and reconnect to/from a network.

A

True

39
Q

Which protocol is used for dynamic IP addressing to automatically assign IP addresses to clients.

A) RIP 2
B) BootP
C) DHCP
D) IGP
E) B & C
F) C & D
A

E) B & C; BootP and DHCP

40
Q

BootP stands for __ __ and is Linux’s version of DHCP.

A

Bootstrap Protocol

41
Q

In opposition to dynamic IP addressing, static IP addresses…

A

Static IP addresses stay the same even as devices come and go from the network and are manually configured by a human.

42
Q

What three key pieces of information should be gathered before solving subnet and host equations?

A

Network bits, subnet bits, and host bits.

43
Q

EX:
IP Address: 192.168.1.0
Subnet Mask: 255.255.255.240 (/28)

Identify class of network -> A, B, or C
Identify how many subnets
Identify how many hosts

A

Class C
2^4 = 16 subnets
2^4 - 2= 14 hosts

44
Q

Convert the provided example from binary to dotted decimal notation.

11000000.10101000.00000001.00000000

A

192.168.1.0

45
Q

Convert the provided example from dotted decimal notation to binary.

169.254.17.25

A

10101001.11111110.00010001.00011001

46
Q

Convert the provided example from binary to dotted decimal notation.

10010100.10000111.00000000.00000010

A

148.135.0.2

47
Q

Convert the provided example from dotted decimal notation to binary.

10.5.2.2

A

00001010.00000101.00000010.00000010