1/38
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
TCP Port 20
FTP Data = TCP Port […]
TCP Port 21
FTP Control = TCP Port […]
TCP Port 22
SSH = TCP Port […]
TCP Port 23
Telnet = TCP Port […]
TCP Port 25
SMTP = TCP Port […]
TCP Port 80
HTTP = TCP Port […]
TCP Port 110
POP3 = TCP Port […]
TCP Port 443
HTTPS = TCP Port […]
UDP Port 67
DHCP Server = UDP Port […]
UDP Port 68
DHCP Client = UDP Port […]
UDP Port 69
TFTP = UDP Port […]
UDP Port 161
SNMP Agent = UDP Port […]
UDP Port 162
SNMP Manager = UDP Port […]
UDP Port 514
Syslog = UDP Port […]
TCP/UDP Port 53
DNS = TCP/UDP Port […]
TCP Port 23
Telnet = TCP Port […]
Transmission Control Protocol
What does TCP stand for?
User Datagram Protocol
What does UDP stand for?
Port Numbers
What are Layer 4 addresses?
TCP
[TCP/UDP] provides reliable data transfer
TCP
[TCP/UDP] provides error recovery
TCP
[TCP/UDP] provides data sequencing
TCP
[TCP/UDP] provides flow control
UDP
[TCP/UDP] has less overhead
Application Layer
What layer’s protocol is indicated by the Layer 4 destination port number?
Source port number
The Layer 4 [source/destination] port number is randomly selected by the host that initiates the data exchange
0-1023
Layer 4 well-known port range (according to IANA)
1024-49151
Layer 4 registered port range (according to IANA)
49152-65535
Layer 4 ephemeral port range (according to IANA)
Window Size
The TCP header […] field is used for flow control
SYN - >
< - SYN-ACK
ACK - >
TCP three-way handshake order or messages for establishing a connection
FIN - >
< - ACK
< - FIN
ACK - >
TCP four-way handshake order of messages for terminating a connection
TCP
[TCP/UDP] is connection-oriented
UDP
[TCP/UDP] is connectionless
Forward Acknowledgement
Used in TCP to indicate the sequence number of the next segment the host expects to receive
Sliding Window
Used in TCP to dynamically adjust how large the window size is
UDP
For applications like real-time voice and video, [TCP/UDP] is preferred
TCP
For applications that require reliable communications, [TCP/UDP] is preferred