CH8 - Course Quiz Flashcards
At any given point, your computer can only be connected to one server at a time?
True
False
False
Every serving application has a Listening Port?
True
False
True
Which TCP port does the old active File Transfer Protocol (FTP) use by default?
20 and 21
80 and 81
25 and 110
22 and 23
20 and 21
Which switch is used with the Windows netstat utility to show the Process ID?
- p
- b
- n
- o
-o
What TCP/IP application uses Port 80?
Web Server
Telnet
FTP
HTTPS
Web Server
Which Protocol enables you to administer a server remotely and communicate with other Servers on your Network?
Telnet
SMTP
HTTPS
FTP
Telnet
A Web Client’s source port number, generated pseudo-randomly by the Web Client computer, is classically assigned as a _________ ports?
logical
dynamic
listening
well-known
dynamic
Which Protocol is the preferred altnernative to POP3 and runs on TCP Port 143?
IMAP4
POP4
Web-Based Email
SMTP
IMAP4
Instant Messaging Access Protocol v4
Which term describes the status of a Port that is part of an active, working endpoint pair?
established port
close-wait
listening port
open port
established port
A Port Number is an 8-bit value between 0 and 65535?
True
False
False
Which type of Port has a number in the 1024 to 49151 range?
dynamic
private
well-known
registered
registered
Connectionless sessions are designed to check for errors?
True
False
False
What name is given to the Port Numbers in the range of 0 to 1023?
private port numbers
listening ports
well-known port numbers
dynamic port numbers
well-known port numbers
Which Protocol involves a three-way handshake?
UDP
ICMP
TCP
IGMP
TCP
Transmission Control Protocol
The Internet Control Message Protocol (ICMP) works at Layer 3 to deliver Connection-Oriented Packets?
True
False
False
Explanation:
ICMP is Connectionless
Describe how you would view the information converning open sessions stored in RAM on a Windows Computer?
First, open the Command Prompt
Second, type netstat -n
This shows the raw Port Numbers and IP Addresses that are Active Sessions.
Explanation:
netstat -a shows all used Ports, including “Listening” Ports not engaged in Active Communications.
netstat -o adds Process IDs to the Table.
Describe how the Network Time Protocol (NTP) operates?
Operates in a hierarchical fashion or “Clock Strata”.
Uses UDP to Synchronize Time on a Network
Port 123, also uses SNTP (Simple Network Time Protocol)
Briefly describe Registered Ports?
Range between 1024 to 49151 and are NOT assigned or controlled, but can be “Registered” to prevent duplication.
Briefly explain HTTP’s weakness as regards to handling Web Pages?
It’s NOT Secure.
Port 80
Describe how the Zoom Client connects?
Uses a combination of TCP and UDP.
TCP connections are made using TLS.
UDP connections are encrypted with AES using key negotiated over TLS connection.
A Protocol that works on the surface exactly like Telnet, but has Security, is _________?
Secure Shell Service (SSH)
Dynamic Ports are also called ________?
Private Ports
Explanation:
Also known as Ephemeral Ports or even Non-Reserved Ports.