1/44
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
What port and protocol are used for FTP Data?
TCP Port 20
What port and protocol are used for FTP Control?
TCP Port 21
What port and protocol are used for SSH?
TCP Port 22
What port and protocol are used for Telnet?
TCP Port 23
What port and protocol are used for SMTP?
TCP Port 25
What port and protocols are used for DNS?
TCP/UDP Port 53
What port and protocol are used for a DHCP Server?
UDP Port 67
What port and protocol are used for a DHCP Client?
UDP Port 68
What port and protocol are used for TFTP?
UDP Port 69
What port and protocol are used for HTTP?
TCP Port 80
What port and protocol are used for POP3?
TCP Port 110
What port and protocol are used for an SNMP Agent?
UDP Port 161
What port and protocol are used for an SNMP Manager?
UDP Port 162
What port and protocol are used for HTTPS?
TCP Port 443
What port and protocol are used for Syslog?
UDP Port 514
What does TCP stand for?
Transmission Control Protocol
What does UDP stand for?
User Datagram Protocol
What are Layer 4 addresses called?
Port numbers
Which protocol provides reliable data transfer, error recovery, data sequencing, and flow control?
TCP
Which protocol is connectionless, has less overhead, and is preferred for real-time voice and video?
UDP
What does the Layer 4 destination port number indicate?
The Application Layer protocol
Is the Layer 4 source or destination port randomly selected by the initiating host?
The Source port
What is the IANA range for well-known ports?
0 - 1023
What is the IANA range for registered ports?
1024 - 49151
What is the IANA range for ephemeral (dynamic) ports?
49152 - 65535
Which TCP header field is used for flow control?
Window Size
What is the order of messages in a TCP 3-way handshake (establishing a connection)?
SYN ->,
What is the order of messages in a TCP 4-way handshake (terminating a connection)?
FIN ->,
In TCP, what mechanism indicates the sequence number of the next segment the host expects to receive?
Forward Acknowledgement
In TCP, what mechanism is used to dynamically adjust how large the window size is?
Sliding Window