Chapter 8 - TCP/IP Applications Flashcards
The TCP port numbers ranging from 0-1023 are called _____.
well known port numbers
The TCP port numbers ranging fom 1024-49151 are called _____.
registered port numbers
The protocol used to transmit large files over the web using both ports 20 and 21 is called _____.
file transfer protocol
The protocol that is not as popular as POP3 is called _____.
IMAP4
Port 23 is used by ______ to emulate terminals on TCP/IP networks.
Telnet
When you send out an email message it uses ______.
Simple Mail Transfer Protocol (SMTP)
The quickest way to send to a few coworkers information an upcoming meeting would be to send an ________.
The _________ utility can be used to view the endpoints of your computers sessions.
Netstat
Telnet has largely been replaced by _____ which provides better security through data encryption.
secure shell (SSH)
TCP is _______ in that it requires computers to acknowledge each other, while UDP is _____ in that it provides no guarantee packets were successfully received.
Connection Oriented / Connectionless
What port number is the well-known port used by Web servers to distribute Web pages to Web browsers?
A. Port 20
B. Port 21
C. Port 25
D. Port 80
Port 80
What protocol handles large file transfers between Internet users?
A. FTP
B. IMAP
C. POP3
D. SMTP
FTP
How can you tell that a secure Web page transaction is taking place?
A. The URL in the address bar starts with https.
B. The URL in the address bar starts with http/ssl.
C. The URL in the address bar starts with ssl.
D. The URL in the address bar starts with tls.
The URL in the address bar starts with https.
Jane has been tasked to find and implement an application that will enable her boss to log into and control a server remotely and securely. Which of the following applications would work best?
A. E-mail
B. FTP
C. Telnet
D. SSH
SSH
SSH uses which port?
A. TCP port 22
B. TCP port 23
C. UDP port 22
D. UDP port 23
TCP port 22
What is the session information—IP address and port number—stored in RAM called? (Select two.)
A. Endpoint
B. Port
C. Session
D. Socket
socket & endpoint
Which of the following are names of Web servers? (Select two.)
A. Apache
B. Exchange
C. IIS
D. Proxy server
Apache & IIS
Which of the following are names of Internet browser software? (Select two.)
A. Internet Surfware
B. Edge
C. Firefox
D. WS_FTP
Edge & Firefox
Which of the following items does the S in HTTPS represent?
A. Proxy server
B. Secure Sockets Layer
C. Subnet mask
D. Switch
Secure Sockets Layer
When using Windows, which command will show all used ports and the IP addresses using them?
A. telnet localhost 25
B. telnet –ano
C. netstat –an
D. netstat –ao
netstat -an
What is the main difference between TCP and UDP?
A. TCP is connection-oriented, whereas UDP is connectionless.
B. TCP supports HTTPS, whereas UDP supports SSL.
C. TCP sessions can be encrypted, whereas UDP sessions cannot.
D. TCP is used on Windows, whereas UDP is used on Linux/UNIX/macOS.
TCP sessions can be encrypted, whereas UDP sessions cannot.
Which connectionless protocol handles chores such as disconnect messages?
A. TCP
B. UDP
C. ICMP
D. IGMP
ICMP
John says he’s concerned that open ports on the server make it vulnerable to attacks. What does he mean by “open ports”?
A. An “open port” is a socket prepared to respond to any IP packets destined for that socket’s port number.
B. An “open port” is a socket prepared to respond to any IP packets on the network.
C. An “open port” is a socket prepared to respond to any IP packets destined for an “open” command on port 80.
D. An “open port” is a socket unavailable to respond to any IP packets destined for that socket’s port number.
An “open port” is a socket prepared to respond to any IP packets destined for an “open” command on port 80.
Which port does SMTP use?
A. TCP port 22
B. TCP port 25
C. TCP port 80
D. UDP port 81
Port 25
What should you do if you are having difficulty transferring files with your FTP client when your router supports NAT?
A. Configure your FTP client to use active FTP.
B. Configure your FTP client to use passive FTP.
C. Use SSH to transfer your files instead.
D. Use Telnet to connect to the server and then use netstat to transfer the files.
Configure your FTP client to use passive FTP.