ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 222 - PT0-002 discussion

Report
Export

In Python socket programming, SOCK_DGRAM type is:

A.
reliable.
Answers
A.
reliable.
B.
matrixed.
Answers
B.
matrixed.
C.
connectionless.
Answers
C.
connectionless.
D.
slower.
Answers
D.
slower.
Suggested answer: C

Explanation:

In Python socket programming, SOCK_DGRAM type is connectionless. This means that the socket does not establish a reliable connection between the sender and the receiver, and does not guarantee that the packets will arrive in order or without errors. SOCK_DGRAM type is used for UDP (User Datagram Protocol) sockets, which are faster and simpler than TCP (Transmission Control Protocol) sockets3.

asked 02/10/2024
Jim McKay
34 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first