You are on page 1of 1

 Home  NE   Linux   Programming   Languages  About US 

 ITE 7  CCNA1 CCNA2  CyberOps  CCNA Security

ITN Chapter 10 Quiz Answers Cisco 2019 100% Categories

Posted on December 28, 2018 by Admin CCNA CyberOps 1.1 (35)


CCNA CyberOps 1.1 – Assignments
Last Updated on December 30, 2018 by Admin
Answers (35)
CCNA Routing and Switching Essentials
ITN Chapter 10 Quiz Answers Cisco 2019 100%
v6.0 (53)
This quiz covers the content in CCNA R&S Introduction to Networks Chapter 10. It is designed to provide an additional opportunity to practice RSE Assignments Answers (33)
the skills and knowledge presented in the chapter and to prepare for the Chapter Exam. RSE Quizzes Answers (20)
CCNA Security 2.01 (31)
1. Which TCP/IP model layer is closest to the end user?
CCNA Security – Assignments – Answers
application (31)
internet CLA – Programming Essentials in C (20)
network access CLA – Assignment Quizzes – Answers
transport (20)
Explanation: CPA Programming Essentials in C++ (21)
CPA Assignment Quizzes (20)
End users use applications to interact with and use the network. The application layer of the TCP/IP model is closest to the end
Cybersecurity Essentials 1.1 Exam-
user. Application layer protocols are used to communicate and exchange messages with other network devices and applications.
Answers-Quizzes (44)
The layers of the TCP/IP model are from top to bottom (memory aid – ATIN): application, transport, internet, network access
CyberEss v1 Packet Tracer Activity
Source Files Answers (11)
2. What is an advantage of SMB over FTP?
CyberEss v1 Student Lab Source Files
Only with SMB can data transfers occur in both directions. Answers (12)
Only SMB establishes two simultaneous connections with the client, making the data transfer faster. Introduction to Cybersecurity 2.1 (7)
SMB is more reliable than FTP because SMB uses TCP and FTP uses UDP. Cybersecurity Student Lab Source
SMB clients can establish a long-term connection to the server. Answers (6)
Explanation: Introduction to Networks v6.0 (148)
Introduction to Networks v6.0-Pilot-Exam
SMB and FTP are client/server protocols that are used for file transfer. SMB allows the connecting device to access resources as if
Beta (25)
they were on the local client device. SMB and FTP use the TCP protocol for connection establishment and they can transfer data in
ITN Assignments Answers (6)
both directions. FTP requires two connections between the client and the server, one for commands and replies, the other for the
ITN Practice Quizzes (24)
actual file transfer.
ITN v6 Student Lab Source Files Answers
(66)
3. What type of information is contained in a DNS MX record? IT Essentials v6.0 (175)
the FQDN of the alias used to identify a service ITE v6 – Assignments Answers (1)
the IP address for an FQDN entry ITE v6 Student Lab Source Files Answers
the domain name mapped to mail exchange servers (99)
the IP address of an authoritative name server ITE v6 Student Packet Tracer Source
Explanation: Files Answers (5)
ITE v7.0 – IT Essentials 7.0 (84)
MX, or mail exchange messages, are used to map a domain name to several mail exchange servers that all belong to the same
ITE v7 Student Lab Source Files Answers
domain.
(30)
ITE v7.0 – Assignment Answers (54)
4. Which three protocols or standards are used at the application layer of the TCP/IP model? (Choose Linux Essentials (19)
three.) Linux Essentials – Assignment Answers
TCP (19)
HTTP Linux Essentials 2.0 (40)
MPEG Assignments Exam Answers – Online (40)
GIF NDG Linux Unhatched (3)
IP Networking Essentials 1.0 (47)
UDP NE Assignments Answers (9)
Explanation: NetEss v1 Packet Tracer Activity Source
Files Answers (17)
HTTP, MPEG, and GIF operate at the application layer of the TCP/IP model. TCP and UDP operate at the transport layer. IP
NetEss v1 Student Lab Source Files
operates at the internet layer.
Answers (21)
PCAP – Programming Essentials in Python
5. True or False? (16)
In FTP transactions, an FTP client uses the pull method to download files from an FTP server. Assignment Quizzes Answers (16)
Uncategorized (666)
true
false
Explanation:

The File Transfer Protocol (FTP) is a commonly used application layer protocol. FTP allows for data transfers between a client and
a server. During data transfers, the FTP client downloads (pulls) data from the server. The FTP client can also upload (push) data to
the server.

6. Ona home network, which device is most likely to provide dynamic IP addressing to clients on the
home network?
a dedicated file server
a home router
an ISP DHCP server
a DNS server
Explanation:

On a home network, a home router usually serves as the DHCP server. The home router is responsible for dynamically assigning IP
addresses to clients on the home network. ISPs also use DHCP, but it usually assigns an IP address to the Internet interface of the
home router, not the clients on the home network. In businesses, it is common to have a file or other dedicated server provide
DHCP services to the network. Finally, a DNS server is responsible for finding the IP address for a URL, not for providing dynamic
addressing to network clients.

7. Whatis a common protocol that is used with peer-to-peer applications such as WireShare, Bearshare,
and Shareaza?
Ethernet
Gnutella
POP
SMTP
Explanation:

The Gnutella protocol is used when one user shares an entire file with another user. A person would load a Gnutella-based
application such as gtk-gnutella or WireShare and use that application to locate and access resources shared by others.

8. What is true about a client-server network?


The network includes a dedicated server.
Each device can function as a server and a client.
Workstations access network resources using SAMBA or Gnutella.
Each peer accesses an index server to get the location of a resource stored on another peer in what is considered a hybrid network
system.
Explanation:

In a client-server network, a dedicated server responds to service requests from clients. The roles of client and server are not
shared on each host in the network. In a peer-to-peer network, computers are connected via a network and can share resources.
Each host can function as a server or a client based on the nature of the transaction and what resources are used or requested. A
hybrid network is one in which a server supplies index information that enables a peer to locate resources on other peers. In this
case the peers can still have the role of client or server depending on the nature of the network transaction.

9. Which protocol can be used to transfer messages from an email server to an email client?
SMTP
POP3
SNMP
HTTP
Explanation:

SMTP is used to send mail from the client to the server but POP3 is used to download mail from the server to the client. HTTP and
SNMP are protocols that are unrelated to email.

10. A wired
laser printer is attached to a home computer. That printer has been shared so that other
computers on the home network can also use the printer. What networking model is in use?
peer-to-peer (P2P)
client-based
master-slave
point-to-point
Explanation:

Peer-to-peer (P2P) networks have two or more network devices that can share resources such as printers or files without having a
dedicated server.

11. Which three layers of the OSI model provide similar network services to those provided by the
application layer of the TCP/IP model? (Choose three.)
physical layer
session layer
transport layer
application layer
presentation layer
data link layer
Explanation:

The three upper layers of the OSI model, the session, presentation, and application layers, provide application services similar to
those provided by the TCP/IP model application layer. Lower layers of the OSI model are more concerned with data flow.

12. A useris attempting to access http://www.cisco.com/ without success. Which two configuration
values must be set on the host to allow this access? (Choose two.)
DNS server
source port number
HTTP server
default gateway
source MAC address
Explanation:

In order to use a URL such as http://www.cisco.com, the DNS protocol must be used in order to translate the URL into an IP
address. Furthermore, the host device requesting this web page must have a default gateway configured in order to communicate
with remote networks.

13. Why is DHCP preferred for use on large networks?


Large networks send more requests for domain to IP address resolution than do smaller networks.
DHCP uses a reliable transport layer protocol.
It prevents sharing of files that are copyrighted.
It is a more efficient way to manage IP addresses than static address assignment.
Hosts on large networks require more IP addressing configuration settings than hosts on small networks.
Explanation:

Static IP address assignment requires personnel to configure each network host with addresses manually. Large networks can
change frequently and have many more hosts to configure than do small networks. DHCP provides a much more efficient means of
configuring and managing IP addresses on large networks than does static address assignment.

14. Which command is used to manually query a DNS server to resolve a specific host name?
nslookup
ipconfig /displaydns
tracert
ping
Explanation:

The nslookup command was created to allow a user to manually query a DNS server to resolve a given host name.
The ipconfig /displaydns command only displays previously resolved DNS entries. The tracert command was created to
examine the path that packets take as they cross a network and can resolve a hostname by automatically querying a DNS server.
The ping command was created to test reachability on a network and can resolve a hostname by automatically querying a DNS
server.

Home NE Linux Programming Languages About US


Copyright PREMIUMEXAM © 2019

You might also like