Question: Given the following code line in python to create a network socket, what kind of socket is created with this statement and why? serverSocket =

Given the following code line in python to create a network socket, what kind of socket is created with this statement and why?
serverSocket = socket(AF_INET, SOCK_DGRAM)
Question 10 options:
A TCP socket is created due to the SOCK_DGRAM parameter
A TCP socket is created due to the AF_INET parameter
A UDP socket is created due to the SOCK_DGRAM parameter
A UDP socket is created due to the AF_INET parameter

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!