Chapter 3 - Introduction to TCP/IP Flashcards

1
Q

Differentiate the DoD and the OSI network models.

A

The DoD model is a condensed version of the OSI model, composed of four layers instead of seven, but is nonetheless like the OSI model in that it can be used to describe packet creation and devices and protocols can be mapped to its layers. (Process/Application, Host-to-host, Internet, Network Access)

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

Identify 4 of the main Process/ Application layer protocols.

A
  • Telnet is a terminal emulation program that allows you to log into a remote host and run programs.
  • File Transfer Protocol (FTP) is a connection-oriented service that allows you to transfer files.
  • Trivial FTP (TFTP) is a connectionless file transfer program.
  • Simple Mail Transfer Protocol (SMTP) is a send mail program.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Identify two primary Host-to-Host layer protocols.

A
  • TCP, or Transmission Control Protocol (connection oriented)
  • UDP, or User Datagram Protocol (connectionless)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Identify four primary Internet layer protocols.

A
  • Internet Protocol (IP) is a connectionless protocol that provides network address and routing through an internetwork.
  • Address Resolution Protocol (ARP) finds a hardware address from a known IP address.
  • Reverse ARP (RARP) finds an IP address from a known hardware address.
  • Internet Control Message Protocol (ICMP) provides diagnostics and destination unreachable messages.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Describe the functions of DNS and DHCP in the network.

A

DHCP provides network configuration information (including IP addresses) to hosts, eliminating the need to perform the configurations manually.
DNS resolves hostnames— both Internet names such as www.lammle.com and device names such as Workstation 2— to IP addresses.

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

Identify the 12 fields contained in the TCP header of a connection-oriented transmission.

A
  • source port,
  • destination port,
  • sequence number,
  • acknowledgment number,
  • header length,
  • a field reserved for future use,
  • code bits,
  • window size,
  • checksum,
  • urgent pointer,
  • options field,
  • the data field.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Identify the five fields contained in the UDP header of a connectionless transmission.

A
  • source port,
  • destination port,
  • length,
  • checksum,
  • data.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Identify what is contained in the IP header.

A
  • version,
  • header length,
  • priority or type of service,
  • total length,
  • identification,
  • flags,
  • fragment offset,
  • time to live,
  • protocol,
  • header checksum,
  • source IP address,
  • destination IP address,
  • options,
  • data.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Compare and contrast UDP and TCP characteristics and features.

A

TCP is connection-oriented, acknowledged, and sequenced and has flow and error control, while UDP is connectionless, unacknowledged, and not sequenced and provides no error or flow control.

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

What is the role of port numbers?

A

Port numbers are used to identify the protocol or service that is to be used in the transmission.

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

Identify the role of ICMP.

A

Internet Control Message Protocol (ICMP) works at the Network layer and is used by IP for many different services. ICMP is a management protocol and messaging service provider for IP.

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

Define the Class A IP address range.

A

the first octet is 1– 126.

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

Define the Class B IP address range.

A

the first octet is 128– 191.

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

Define the Class C IP address range.

A

The first octet is 192 through 223.

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

Identify the private IP ranges.

A
  • Class A = 10.0.0.0 - 10.255.255.255.
  • Class B = 172.16.0.0 - 172.31.255.255.
  • Class C = 192.168.0.0 - 192.168.255.255.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Understand the difference between a broadcast, unicast, and multicast address.

A

A broadcast is to all devices in a subnet, a unicast is to one device, and a multicast is to some but not all devices.

17
Q

What is the Class C address range in decimal and in binary?

A

192 through 223, 110XXXXX

18
Q

What layer of the DoD model is equivalent to the Transport layer of the OSI model?

A

Host-to-host

19
Q

What is the valid range of a Class A network address?

A

1 through 126

20
Q

What is the 127.0.0.1 address used for?

A

Loopback or diagnostics

21
Q

How do you find the network address from a listed IP address?

A

Turn all host bits off.

22
Q

How do you find the broadcast address from a listed IP address?

A

Turn all host bits on.

23
Q

What is the Class A private IP address space?

A

10.0.0.0 through 10.255.255.255

24
Q

What is the Class B private IP address space?

A

172.16.0.0 through 172.31.255.255

25
Q

What is the Class C private IP address space?

A

192.168.0.0 through 192.168.255.255

26
Q

What are all the available characters that you can use in hexadecimal addressing?

A

0 through 9 and A, B, C, D, E, and F.

27
Q

What are the four layers of the DoD model?

A

Process/Application
Host-to-host
Internet
Network Access