what are the valid reasons that you experience connection timeout error when attempting to connect a remote host over the internet using secure shell
a. The remote host is not listening on TCP port 22
b. the destination network is blocking source ports in the 1024-65535 range
c. UDP port 22 is blocked on the host's firewall
d. the remote host is not configured with a private IP address.
Select 2 options
Answers
Answered by
12
A Cnswer:
Explanation:
Answered by
0
Answer:
option-a
Explanation:
TCP – is for connection orientated applications. It has built in error checking and will re transmit missing packets.
UDP – is for connection less applications. It has no has built in error checking and will not re transmit missing packets.
Applications are designed to use either the UDP or TCP transport layer protocol depending on the type of connection they require.
FINAL ANSWER- option-a
#SPJ3
For example a web server normally uses TCP port 80.
Similar questions