Written Lab 3.2 Mapping Applications to the DoD Model Flashcards

1
Q

The four layers of the DoD model are Process/Application, Host-to-Host, Internet, and Network Access. Identify the layer of the DoD model on which each of these protocols operates AND DESCRIBE IT.

Internet Protocol (IP)

A

Internet

The principal set (or communications protocol) of digital message formats and rules for exchanging messages between computers across a single network or a series of interconnected networks, using the Internet Protocol Suite (often referred to as TCP/IP).

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

The four layers of the DoD model are Process/Application, Host-to-Host, Internet, and Network Access. Identify the layer of the DoD model on which each of these protocols operates AND DESCRIBE IT.

Telnet

A

Process/Application

It allows a user on a remote client machine, called the Telnet client, to access the resources of another machine, the Telnet server, in order to access a command-line interface.

A drawback is that there are no encryption techniques available within the Telnet protocol, so everything must be sent in clear text, including passwords!

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

The four layers of the DoD model are Process/Application, Host-to-Host, Internet, and Network Access. Identify the layer of the DoD model on which each of these protocols operates AND DESCRIBE IT.

SNMP

A

Process/Application

It gathers data by polling the devices on the network from a network management station (NMS) at fixed or random intervals, requiring them to disclose certain information, or even asking for certain information from the device. In addition, network devices can inform the NMS station about problems as they occur so the network administrator is alerted.

This protocol can also stand as a watchdog over the network, quickly notifying managers of any sudden turn of events.

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

The four layers of the DoD model are Process/Application, Host-to-Host, Internet, and Network Access. Identify the layer of the DoD model on which each of these protocols operates AND DESCRIBE IT.

DNS

A

Process/Application

Domain Name Service (DNS) resolves hostnames—specifically, Internet names, such as www.lammle.com.

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

The four layers of the DoD model are Process/Application, Host-to-Host, Internet, and Network Access. Identify the layer of the DoD model on which each of these protocols operates AND DESCRIBE IT.

Address Resolution Protocol (ARP)

A

Internet

The gateway uses the ARP to locate the MAC address of the computer based on the IP address the data is being sent to. The ARP typically looks up this information in a table called the “ARP cache.” If the address is found, the information is relayed to the gateway, which will send the incoming data to the appropriate machine.

If the address is not found, the ARP broadcasts a “request packet” to other machines on the network to see if the IP address belongs to a machine not listed in the ARP cache

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

The four layers of the DoD model are Process/Application, Host-to-Host, Internet, and Network Access. Identify the layer of the DoD model on which each of these protocols operates AND DESCRIBE IT.

DHCP/BootP

A

Process/Application

Dynamic Host Configuration Protocol (DHCP) assigns IP addresses to hosts. It allows for easier administration and works well in small to very large network environments. Many types of hardware can be used as a DHCP server, including a Cisco router.
DHCPDiscover - Looks for a DHCP server
DHCPOffer - The DHCP server offers an address
DHCPRequest - The host requests to lease the address
DHCPACK - DHCP server sends the IP addresses to the host

DHCP differs from BootP in that BootP assigns an IP address to a host but the host’s hardware address must be entered manually in a BootP table. You can think of DHCP as a dynamic BootP.

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

The four layers of the DoD model are Process/Application, Host-to-Host, Internet, and Network Access. Identify the layer of the DoD model on which each of these protocols operates AND DESCRIBE IT.

Transmission Control Protocol (TCP)

A

Host-to-host/Transport

TCP is used to create a connection between remote computers by transporting and ensuring the delivery of messages over supporting networks and the Internet.

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

The four layers of the DoD model are Process/Application, Host-to-Host, Internet, and Network Access. Identify the layer of the DoD model on which each of these protocols operates AND DESCRIBE IT.

User Datagram Protocol (UDP)

A

Host-to-host/Transport

UDP is used to send short messages called datagrams but overall, it is an unreliable, connectionless protocol.

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

The four layers of the DoD model are Process/Application, Host-to-Host, Internet, and Network Access. Identify the layer of the DoD model on which each of these protocols operates AND DESCRIBE IT.

NFS

A

Process/Application

Network File System. A client/server application that lets a computer user view and optionally store and update files on a remote computer as though they were on the user’s own computer.

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

The four layers of the DoD model are Process/Application, Host-to-Host, Internet, and Network Access. Identify the layer of the DoD model on which each of these protocols operates AND DESCRIBE IT.

Internet Control 
Message Protocol (ICMP)
A

Internet

Provides troubleshooting, control and error message services

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

The four layers of the DoD model are Process/Application, Host-to-Host, Internet, and Network Access. Identify the layer of the DoD model on which each of these protocols operates AND DESCRIBE IT.

Reverse Address Resolution Protocol (RARP)

A

Internet

Reverse ARP (RARP) finds an IP address from a known hardware address.

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

The four layers of the DoD model are Process/Application, Host-to-Host, Internet, and Network Access. Identify the layer of the DoD model on which each of these protocols operates AND DESCRIBE IT.

Proxy ARP

A

Internet

Proxy ARP is the technique in which one host, usually a router, answers ARP requests intended for another machine. By “faking” its identity, the router accepts responsibility for routing packets to the “real” destination. Proxy ARP can help machines on a subnet reach remote subnets without the need to configure routing or a default gateway

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

The four layers of the DoD model are Process/Application, Host-to-Host, Internet, and Network Access. Identify the layer of the DoD model on which each of these protocols operates AND DESCRIBE IT.

TFTP

A

Process/Application

Trivial File Transfer Protocol (TFTP) is the stripped-down, stock version of FTP, but it’s the protocol of choice if you know exactly what you want and where to find it because it’s fast and so easy to use!
But TFTP doesn’t offer the abundance of functions that FTP does because it has no directory-browsing abilities, meaning that it can only send and receive files

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

The four layers of the DoD model are Process/Application, Host-to-Host, Internet, and Network Access. Identify the layer of the DoD model on which each of these protocols operates AND DESCRIBE IT.

SMTP

A

Process/Application

Simple Mail Transfer Protocol (SMTP) is the standard protocol for email services on a TCP/IP network. SMTP provides the ability to send and receive email messages. SMTP is an application-layer protocol that enables the transmission and delivery of email over the Internet.

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

The four layers of the DoD model are Process/Application, Host-to-Host, Internet, and Network Access. Identify the layer of the DoD model on which each of these protocols operates AND DESCRIBE IT.

LPD

A

Process/Application

Original network printing protocol created for the Berkeley UNIX line printer daemon (spooler) and is supported by many network printers.

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

The four layers of the DoD model are Process/Application, Host-to-Host, Internet, and Network Access. Identify the layer of the DoD model on which each of these protocols operates AND DESCRIBE IT.

FTP

A

Process/Application

File Transfer Protocol (FTP) actually lets us transfer files, and it can accomplish this between any two machines using it. But FTP isn’t just a protocol; it’s also a program. Operating as a protocol, FTP is used by applications. As a program, it’s employed by users to perform file tasks by hand. FTP also allows for access to both directories and files and can accomplish certain types of directory operations, such as relocating into different ones.

Even when employed by users manually as a program, FTP’s functions are limited to listing and manipulating directories, typing file contents, and copying files between hosts. It can’t execute remote files as programs.

17
Q

The four layers of the DoD model are Process/Application, Host-to-Host, Internet, and Network Access. Identify the layer of the DoD model on which each of these protocols operates AND DESCRIBE IT.

SNMP

A

Process/Application

It gathers data by polling the devices on the network from a network management station (NMS) at fixed or random intervals, requiring them to disclose certain information, or even asking for certain information from the device. In addition, network devices can inform the NMS station about problems as they occur so the network administrator is alerted.

This protocol can also stand as a watchdog over the network, quickly notifying managers of any sudden turn of events.