englishinformation-securitypython-for-penetration-testingUnderstanding Sockets and Creating a TCP ServerOn this page--question-- --text-- Which of the following functions creates a socket object? --answers-- socket.bind((host, port)) socket.gethostbyname() socket.socket(socket.AF_INET, socket.SOCK_STREAM) --video-solution-- 3