PCCET · Question #143
Which TCP/IP sub-protocol operates at Layer4 of the OSI model?
UDP is a core TCP/IP sub-protocol that operates at Layer 4 (the Transport Layer) of the OSI model, responsible for connectionless data delivery between applications.
Question
Which TCP/IP sub-protocol operates at Layer4 of the OSI model?
Options
- AHTTPS
- BFTP
- CUDP
- DSSH
Why each option
UDP is a core TCP/IP sub-protocol that operates at Layer 4 (the Transport Layer) of the OSI model, responsible for connectionless data delivery between applications.
HTTPS (Hypertext Transfer Protocol Secure) operates at Layer 7 (Application Layer) and uses TCP for its underlying transport.
FTP (File Transfer Protocol) operates at Layer 7 (Application Layer) and relies on TCP for reliable data transfer.
SSH (Secure Shell) operates at Layer 7 (Application Layer) and uses TCP to establish a secure channel for remote access.
Concept tested: OSI model layers (Transport Layer protocols)
Source: https://learn.microsoft.com/en-us/windows/win32/winsock/the-osi-model-and-tcp-ip-protocol-suite
Community Discussion
No community discussion yet for this question.