TCP/IP Addressing Flashcards

1
Q

Which TCP/IP setting is not required if you want to communicate on the LAN only?

IP address

Subnet mask

Default gateway

A

Default gateway

If you want to communicate with systems on the local network, you will not need to configure a default gateway

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

How many bits in an IP address?

8 bits

32 bits

48 bits

A

32 bits

An IP address is made up of four 8-bit octets, which gives a total of 32 bits

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

How many octets in an IP address?

2

3

4

A

4

An IP address is made up of four 8-bit octets

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

A computer with a subnet mask of 255.255.255.0 has how many octets for the network ID?

1

2

3

A

3

A subnet mask of 255.255.255.0 means that the first three octets are part of the network ID and the last octet is the host ID portion of the address

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

A computer with the IP address of 134.67.89.12 and a subnet mask of 255.255.0.0 is on the same network with which of the following systems?

  1. 76.89.11
  2. 67.112.23
  3. 4.67.34
A

134.67.112.23

Because the subnet mask is 255.255.0.0, the network ID of the IP address is 134.67.x.y—which means that anyone else with the same first two octets is on the same network

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

Which network address class supports 65,534 hosts?

Class A

Class B

Class C

A

Class B

Class B networks support 65,534 hosts because the last two octets are the host ID and each octet supports 256 possible values. 256 × 256 = 65,536—but don’t forget there are two addresses that are unusable (the network ID and the broadcast address)

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

What is the default subnet mask for a class C network?

  1. 0.0.0
  2. 225.0.0
  3. 255.255.0
A

255.255.255.0

The default subnet mask of a class C network is 255.255.255.0, which means that the first three octets are the network ID and the last octet is the host ID

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

Which address is reserved for internal loopback functions?

  1. 0.0.1
  2. 0.0.1
  3. 0.0.1
A

127.0.0.1

The loopback address is typically known as the 127.0.0.1 address, but it could be any address starting with 127.x.y.z.

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

What is the well-known port number for the HTTP service?

20

21

80

A

80

The port used by HTTP is port 80

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

Which of the following addresses is a private IP address? (Choose all that apply.)

  1. 0.0.34
  2. 167.34.5
  3. 16.7.99
  4. 108.56.7
A
  1. 0.0.34
  2. 16.7.99
  3. 0.0.34 and 172.16.7.99 are examples of addresses that fall into the private IP address ranges, which are not routable on the Internet
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

You are the network administrator for Company XYZ and are required to open a port on the firewall to allow SMTP traffic through. Which port would you open on the firewall?

23

25

443

A

25

Port 25 is used by SMTP to send e-mail over a TCP/IP network so that is the port you would open on the firewall

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

What is the subnet mask for 171.103.2.30?

  1. 0.0.0
  2. 255.0.0
  3. 255.255.0
A
  1. 255.0.0

171. 103.2.30 is a class B address, so it has a subnet mask of 255.255.0.0

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

Which network service is responsible for assigning IP addresses to systems on the network when they boot up?

DNS

WINS

DHCP

A

DHCP

DHCP is responsible for assigning IP addresses to systems automatically so that the network administrator does not have to perform that job manually

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

Which network service is responsible for resolving (or converting) FQDNs to IP addresses?

DNS

WINS

DHCP

A

DNS

DNS is used to resolve FQDNs to IP addresses

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

Bob is having trouble pinging addresses by their FQDN, but he can seem to ping them by their IP address. What should you do to help Bob?

Verify Bob’s WINS setting in TCP/IP.

Verify Bob’s DNS setting in TCP/IP.

Make sure that the system Bob is trying to connect to is in the LMHOSTS file

A

Verify Bob’s DNS setting in TCP/IP.

If you are having trouble resolving FQDNs to IP addresses, you would make sure that the client is pointing to a valid DNS server in its TCP/IP settings

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