5-B Flashcards

1
Q

What is the primary function of the TCP/IP suite?

A

To perform logical addressing and data forwarding functions on most networks.

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

What is a protocol?

A

A set of rules that allows networked hosts to communicate data in a structured format.

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

How many layers are in the TCP/IP model?

A

Four distinct layers.

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

What is the responsibility of the Link or Network Interface layer?

A

To put frames onto the physical network.

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

What does the Internet Protocol (IP) provide?

A

Packet addressing and routing within a network of networks.

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

What is an ‘end system host’?

A

A PC, laptop, mobile device, or server that can communicate on an IP network.

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

What is the function of the Address Resolution Protocol (ARP)?

A

To allow a host to query which MAC address is associated with an IP address.

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

What does the Transport layer manage?

A

How each host manages multiple connections for different application layer protocols.

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

What does Transmission Control Protocol (TCP) guarantee?

A

Connection-oriented forwarding of packets.

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

What is User Datagram Protocol (UDP) known for?

A

Providing unreliable, connectionless forwarding.

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

What types of services does the Application layer operate?

A

Web and email services.

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

Who originally developed TCP/IP?

A

The US Department of Defense.

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

What is the role of the Internet Engineering Task Force (IETF)?

A

To implement developments and publish standards as Request For Comments (RFCs).

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

What is the length of an IPv4 address?

A

32 bits long.

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

What notation is used to represent IPv4 addresses for ease of use?

A

Dotted decimal notation.

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

What is the range of a valid IPv4 address?

A

0.0.0.0 to 255.255.255.255.

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

What are the two components of an IPv4 address?

A
  • Network ID
  • Host ID
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

What does a subnet mask do?

A

Masks the host ID portion to reveal the network ID portion.

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

What is slash notation?

A

A way to refer to network IDs, such as /24.

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

What mechanism allows hosts with private addresses to access the Internet?

A

Network Address Translation (NAT) or a proxy server.

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

What are the three private address ranges defined by RFC 1918?

A
  • 10.0.0.0 to 10.255.255.255
  • 172.16.0.0 to 172.31.255.255
  • 192.168.0.0 to 192.168.255.255
22
Q

What is the default subnet mask for Class A addresses?

23
Q

What is DHCP?

A

Dynamic Host Configuration Protocol, which assigns IP configuration automatically.

24
Q

What is Automatic Private IP Addressing (APIPA)?

A

A failover mechanism that assigns addresses from 169.254.0.1 to 169.254.255.254.

25
Q

What is the purpose of the default gateway parameter?

A

To specify the IP address of a router for forwarding packets to remote networks.

26
Q

What addresses cannot be assigned to hosts in an IP network?

A

The first and last addresses in the network range.

27
Q

What is the primary use of DNS servers?

A

To resolve host and domain names to their IP addresses.

28
Q

What does a SOHO router typically require for configuration?

A

An IP address and subnet mask for both public and private interfaces.

29
Q

What must a SOHO router’s public interface IP address be determined by?

30
Q

What is the address used by hosts as the default gateway parameter on a SOHO router?

A

The LAN interface IP address

31
Q

Fill in the blank: A router’s public interface IP address must be from a valid _______.

A

public range

32
Q

What are the private IPv4 address ranges?

A
  • 10.x.y.z
  • 172.16-32.x.y
  • 192.168.0-255.x
33
Q

What is the purpose of the DHCP server in a SOHO router?

A

To allocate a valid IP address to connected devices

34
Q

What is the default management URL for many routers?

A

http://192.168.0.1 or http://www.routerlogin.com

35
Q

True or False: The management software will prompt you to choose a new administrator password.

36
Q

What does IPv6 address represent in terms of bit size?

A

128-bit number

37
Q

Fill in the blank: An IPv6 address is expressed in _______ notation.

A

hexadecimal

38
Q

How many double-byte (16-bit) values are in an IPv6 address?

39
Q

What is the notation for a shortened IPv6 address?

A

Use of double colon for contiguous zeroes and ignoring leading zeros

40
Q

What are the two main parts of an IPv6 address?

A
  • Network ID (first 64 bits)
  • Interface ID (last 64 bits)
41
Q

What does the /nn notation in IPv6 represent?

A

Length of the routing prefix in bits

42
Q

What is a global IPv6 address?

A

An address unique on the Internet, starting with 2 or 3

43
Q

What is a link-local IPv6 address?

A

An address used on the local segment, starting with fe80::

44
Q

What is SLAAC in the context of IPv6?

A

StateLess Address Auto Configuration

45
Q

What is the purpose of Neighbor Discovery (ND) in IPv6?

A

To discover routers and perform address querying functions

46
Q

What is meant by ‘dual stack’ in networking?

A

Operating both IPv4 and IPv6 simultaneously

47
Q

What subnet mask corresponds to the IP network 172.16.1.0/16?

A

255.255.0.0

48
Q

What type of value is expected in the default gateway field for static IPv4 addressing?

A

A valid IPv4 address within the network

49
Q

Which of the following must be a WAN interface address for a SOHO router?
* 52.165.16.254
* 192.168.100.52
* 169.254.1.121
* 172.30.100.32
* 224.100.100.1

A

52.165.16.254

50
Q

True or False: A SOHO router can be configured to provide IPv4 address configuration to hosts without further administrator attention.

51
Q

True or False: A valid IPv6 configuration does not require a subnet mask.