TCP/IP and the DoD Model

Beschreibung

Understanding of the DoD network model that was designed by the Department of Defense.
sirhulk1
Quiz von sirhulk1, aktualisiert more than 1 year ago
sirhulk1
Erstellt von sirhulk1 vor mehr als 10 Jahre
126
0

Zusammenfassung der Ressource

Frage 1

Frage
The Department of Defense created the DoD model which is made of four layers. What are they?
Antworten
  • Network layer
  • Network access layer
  • Process/Application layer
  • Data Link Layer
  • Internet Layer
  • Host to Host Layer

Frage 2

Frage
The Process/Application from the DoD model is equal to what layers in the OSI model?
Antworten
  • Application Layer
  • Transport Layer
  • Presentation Layer
  • Network Layer
  • Session Layer

Frage 3

Frage
The Host to Host layer from the DoD model is equal to what layer of the OSI model?
Antworten
  • Network Layer
  • Transport Layer
  • Network Access

Frage 4

Frage
The Network Access of the DoD model is equal to what layers of the OSI model?
Antworten
  • Data Link Layer
  • Network Layer
  • Internet Layer
  • Physical Layer

Frage 5

Frage
The DoD Process/Application Layer provides support on different applications. Which of these applications does it support?
Antworten
  • Telnet and SSH
  • HTTP/HTTPS
  • SMTP/ SNMP
  • NTP and NFS
  • DNS, DHCP and BootP
  • POP, FTP, and TFTP
  • IPv4 and IPv6

Frage 6

Frage
Telnet is a protocol that its specialty is __________ ____________.
Antworten
  • Accessing information.
  • Terminal Emulation.

Frage 7

Frage
With File Transfer Protocol (TFTP) there is no authentication.
Antworten
  • True
  • False

Frage 8

Frage
Post Office Protocol (POP) and Internet Message Access Protocol (IMAP) provides a storage facility for incoming mail. Its only used for receiving email.
Antworten
  • True
  • False

Frage 9

Frage
Simple Mail Transfer Protocol (SMTP) is used to spool, queue, and send email only.
Antworten
  • True
  • False

Frage 10

Frage
What is the well known port number for FTP?
Antworten
  • 20 (FTP data) and 21 (FTP Control)
  • 23 (FTP data) and 24 (FTP Control)

Frage 11

Frage
What is the well know port number for Secured Shell and Telnet
Antworten
  • Port 19 (SSH) and Port 23 (Telnet)
  • Port 22 (SSH) and Port 23 (Telnet)

Frage 12

Frage
What is the well known port numbers for HTTP and HTTPS?
Antworten
  • Port 80 (HTTP) and Port 442 (HTTPS)
  • Port 80 (HTTP) and Port 443 (HTTPS)

Frage 13

Frage
What is the well known port numbers for SMTP and DNS?
Antworten
  • Port 25 (SNMP) and Port 53 (DNS)
  • Port 25 (SMTP) and Port 52 (DNS)
  • Port 25 (SMTP) and Port 53 (DNS)

Frage 14

Frage
DNS (Port 53) uses both TCP and UDP
Antworten
  • True
  • False

Frage 15

Frage
What is the well known port numbers for SNMP and BOOTP/DHCP?
Antworten
  • Port 161(SNMP) and Port 67 (BOOTP/DHCP)
  • Port 67 (SNMP) and Port 161 (BOOTP/DHCP)

Frage 16

Frage
TCP is a full duplex, ______________ protocol that uses a virtual circuit for a sesssion, and UDP is a _____________ protocol that does not provide a virtual circuit for a session.
Antworten
  • connection-oriented, connection-less
  • connection-less, connection-oriented

Frage 17

Frage
In the Dod Model, the only protocols that the Host to Host layer provide are TCP and UDP
Antworten
  • True
  • False

Frage 18

Frage
TCP segment format contains a 16 bit source port and 16 bit destination port. It also contains a 32 bit sequencing number (when receiving segments) and a 32 bit acknowledgment (To request the next expected data via windowing)
Antworten
  • True
  • False

Frage 19

Frage
UDP format does not sequence nor does it use any form of windowing so no acknowledgments are expected. Also it does not create a virtual circuit. The only format for UDP is a 16 bit Source port and a 16 bit destination port. It does have a 16 bit Length field and a 16 bit Checksum field along with the data.
Antworten
  • True
  • False

Frage 20

Frage
Ports up to 1023 are considered to be well known port numbers as defined by the RFC 3232.
Antworten
  • True
  • False

Frage 21

Frage
In the Dod Model the Internet Layer, what are the protocols supported?
Antworten
  • Internet Protocol (IP)
  • Session Protocol
  • Proxy ARP (Address Resolution Protocol)
  • Reverse Address Resolution Protocol
  • Logical addressing protocol
  • Address Resolution Protocol
  • Internet Control Message Protocol (ICMP)

Frage 22

Frage
What are the ports used in the Internet Layer's IP header to provide over to the Host to Host layer of the DoD model for both TCP and UDP?
Antworten
  • Port 6 (TCP) and Port 17 (UDP)
  • Port 15 (UDP) and Port 17 (TCP)

Frage 23

Frage
The Protocol field in the IP header for the Host to Host (DoD) and Transport (OSI) layers can also be using protocols aside from TCP and UDP. What are the protocols?
Antworten
  • Port 4 (IP Tunneling) Port 115 (Layer 2 Tunneling)
  • Port 88 (EIGRP) and Port 89 (OSPF)
  • Port 41 (IPv6) and Port 1 (ICMP)

Frage 24

Frage
What finds a hardware address from a known IP address?
Antworten
  • Reverse Address Resolution Protocol (RARP)
  • Address Resolution Protocol (ARP)

Frage 25

Frage
What finds an IP address from its known hardware address?
Antworten
  • Reverse Address Resolution Protocol (RARP)
  • Address Resolution Protocol (ARP)

Frage 26

Frage
This is a technique by which a device on a given network answers the ARP queries for a network address that is not on that network.
Antworten
  • Address Resolution Protocol (ARP)
  • Proxy Address Resolution Protocol (ARP)
  • Reverse Address Resolution Protocol (RARP)

Frage 27

Frage
Internet Protocol (IP) is a connection-less protocol
Antworten
  • True
  • False

Frage 28

Frage
What are port numbers used for?
Antworten
  • Port numbers are used to transfer information from one layer to another.
  • Port numbers are used to identify the protocol or service that is to be used in the transmission.

Frage 29

Frage
The four layers of the TCP/IP Stack are 1)_________, 2) _____________, 3) ____________, 4)_____________.
Antworten
  • Process / Application, Host to Host, Internet, Network Access
  • Application, Transport, Internet, Network Access

Frage 30

Frage
The four layers of the DOD model are 1) ___________, 2) ____________, 3)_____________, 4) _____________ .
Antworten
  • Process / Application, Host to Host, Internet, Network Access
  • Application, Transport, Internet, Network Access

Frage 31

Frage
The TCP/IP Protocol Suite is the networking model and a set of communication protocols used for the internet and similar networks.
Antworten
  • True
  • False

Frage 32

Frage
What are the TCP/IP Protocols for the Application Layer? (Choose three)
Antworten
  • UDP and TCP
  • Ethernet, and Token Ring.
  • Telnet and SSH
  • Switches and Bridges
  • HTTP and FTP
  • DHCP, SMTP, and SNMP

Frage 33

Frage
What are the TCP/IP Protocols for the Application Layer? (Choose three)
Antworten
  • UDP and TCP
  • Ethernet, and Token Ring.
  • Telnet and SSH
  • Switches and Bridges
  • HTTP and FTP

Frage 34

Frage
What is the TCP/IP Stack Model protocols for the Transport Layer?
Antworten
  • IPv4 and IPv6
  • ICMP and ARP
  • TCP and UDP
  • Ethernet and Token Ring

Frage 35

Frage
What are the TCP/IP Model protocols for the Internet Layer? (Choose three)
Antworten
  • Ethernet and Token Ring
  • IPv4 and IPv6
  • HTTP and FTP
  • ICMP and ARP
  • RARP
  • SNMP

Frage 36

Frage
What are the TCP/IP Model Protocols for the Network Access layer? (Choose three)
Antworten
  • TCP and UDP
  • IPv4 and IPv6
  • Ethernet and Token Ring
  • HTTP and FTP
  • Hardware Adapters
  • X.25 and FDDI

Frage 37

Frage
What two protocols uses session multiplexing?
Antworten
  • HTTP and HTTPS
  • IPv4 and IPv6
  • TCP and UDP

Frage 38

Frage
TCP uses port number ____ for FTP, and for Telnet ____ and for HTTP ______ when supporting Application layer services.
Antworten
  • FTP=21, Telnet=25, HTTP=80
  • FTP=23, Telnet=21, HTTP=80
  • FTP=21. Telnet=23, HTTP=80

Frage 39

Frage
What of the following are considered "Well Known Ports"? (Choose two)
Antworten
  • FTP=21 Telnet=23 SMTP=25
  • HTTP=8080
  • HSRP=1985
  • DNS=53, SNMP=161, TFTP=69
Zusammenfassung anzeigen Zusammenfassung ausblenden

ähnlicher Inhalt

Open Systems Interconnect (OSI) Model
sirhulk1
Internetworking Basics
sirhulk1
Cisco 3 Layer Model
sirhulk1
Computational Conversions
sirhulk1
PuKW Step 2
Mona Les
Eriksons Modell psychosexueller und psychosozialer Entwicklung im Kindes-, Jugend- und Erwachsenenalter
Lena S.
Marketing-Mix
Marion Engel
40.1 Bildungswissenschaft
Yvonne Heitland
SQ1 - Der Schlüssel zum Erfolg?!
B G
Tierhaltung & Tierhygiene 2
Anne Käfer
Vetie: Milch 2020 Matrikel 14
Johanna Tr