2.4.6 Section Quiz Flashcards
Which Of the following protocols allows hosts to exchange messages to indicate problems with packet delivery?
- IGMP
- DHCP
- ICMP
- TFTP
- ICMP
Internet Control Message protocol (ICMP) allows hosts to exchange messages to indicate a packet’s status as it travels through a network.
IGMP (Internet Group Management Protocol) establishes multicast group memberships, which allows a computer to send a single network packet to multiple hosts on a network at the same time.
DHCP is used to automatically assign addresses and other configuration parameters to network hosts.
TFTP (Trivial File Transfer Protocol) is often used when files need to be transferred between systems quickly.
You have a large TCP/IP network and want to keep a host’s real-time clock synchronized. Which protocol should you use?
- FTP
- SNMP
- NTP
- SMTP
- NTP
Network Time Protocol (NTP) keeps computers’ clocks synchronized.
SMTP is used to send mail between email servers.
SNMP lets administrators set up alerts to monitor the state of a network.
FTP (File Transfer Protocol) provides a generic method for transferring files.
Your company has just acquired another company in the same city. You need to integrate the two email systems so that messages can be exchanged between email servers. Currently, each network uses an email package from a different vendor. Which TCP/IP protocol enables message exchange between systems?
- POP 3
- SMTP
- ICMP
- IMAP4
- SMTP
Simple Mail Transfer Protocol (SMTP) specifies how messages are exchanged between email servers. Email clients use POP3 and IMAP4 to download email messages from email servers.
ICMP (Internet Control Message Protocol) is used with ping and traceroute to communicate network information.
You’re an application developer, and you’re writing a program for exchanging video files through a TCP/IP network. You need to select a transport protocol that will guarantee delivery. Which TCP/IP protocol provides this capability?
- SIP
- UDP
- FTP
- TCP
- TCP
In this scenario, you should write the application to use Transmission Control Protocol (TCP). TCP guarantees delivery through error checking and acknowledgments.
FTP provides a generic method for transferring files. It can protect access to files by requiring usernames and passwords.
UDP is a host-to-host protocol like TCP, but it doesn’t acknowledge that each packet was transmitted.
SIP is an open-source VolP protocol.
Which of the following features does UDP provide? (Select two.)
- Packet acknowledgement
- Data packet sequencing
- Connectionless datagram services
- Lost packet retransmission
- Low overhead
- Connectionless datagram services
- Low overhead
UDP is a connectionless protocol used by applications that need low overhead and don’t require guaranteed delivery.
TCP provides data packet sequencing, packet acknowledgement, and lost packet retransmission.
You’ve recently installed a new Windows server. To ensure system time accuracy, you’ve loaded an application that synchronizes the hardware clock on the server with an external time source on the internet. Now you must configure your network firewall to allow time synchronization traffic through. Which of the following ports are you MOST LIKELY to open on the firewall?
- 119
- 80
- 110
- 123
- 123
TCP/IP port 123 is assigned to Network Time Protocol (NTP). NTP is used to communicate time synchronization information between systems on a network.
Hyper Text Transfer Protocol (HTTP) uses TCP/IP port 80. HTTP is the protocol used to send requests to a web server and retrieve web pages from the web server.
TCP/IP port 119 is used by the Network News Transfer Protocol (NNTP). NNTP is used to access and retrieve messages from newsgroups.
TCP/IP port 110 is used by Post Office Protocol version 3 (POP3). POP3 is used to download email from mail servers.
Which port number is used by SNMP?
- 25
- 110
- 119
- 161
- 161
Simple Network Management Protocol (SNMP) uses port 161.
The other listed ports are used by the following protocols:
• SMTP uses port 25.
• POP3 uses port 110.
• NNTP uses port 119.
You’re configuring a network firewall to allow SMTP outbound email traffic and POP3 inbound email traffic. Which of the following TCP/IP ports should you open on the firewall? (Select two.)
- 25
- 110
- 143
- 21
- 443
- 25
- 110
Simple Mail Transfer Protocol (SMTP) uses TCP/IP port 25. Post Office Protocol version 3 (POP3) uses TCP/IP port 110.
File Transfer Protocol (FTP) uses TCP/IP port 21.
Internet Message Access Protocol version 4 (IMAP4) uses TCP/IP port 143.
Secure Sockets Layer (SSL) uses TCP/IP port 443.
Which port does Telnet use?
- 25
- 53
- 23
- 80
- 23
Telnet uses port 23.
Hyper Text Transfer Protocol (HTTP) uses port 80.
Simple Mail Transfer Protocol (SMTP) uses port 25.
Domain Name System (DNS) uses port 53.
Which of the following network services or protocols uses TCP/IP port 69?
- TFTP
- NNTP
- SMTP
- POP3
- TFTP
Trivial File Transfer Protocol (TFTP) uses TCP/IP port 69. TFTP is a connectionless service for downloading files from a remote system. It’s often used for downloading firmware to networking devices.
Network News Transfer Protocol (NNTP) is used to access and download messages from newsgroup servers. NNTP uses TCP/IP port 1 19.
Simple Mail Transfer Protocol (SMTP) is used to send and receive email. SMTP uses TCP/IP port 25.
Post Office Protocol version 3 (POP3) is used to download email from a remote system. POP3 uses TCP/IP port 110.