Kizspy Question: 33
(Choose 1 answer)
What is the difference between the TCP and UDP protocols, and how do you implement them in Python with
the socket module?
A. TCP is compatible with Python, while UDP is not
B. There are no differences
C. TCP is not connection-oriented, while UDP is
D. TCP is connection-oriented, while UDP is not