12.07.2015 Views

Socket

Socket

Socket

SHOW MORE
SHOW LESS
  • No tags were found...

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Source Codeimport socketprint "Creating socket...",s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)print "done."print "Connecting to remote host on port %d..." % port,s.connect(("www.google.com", port))print "done.“print "Looking up port number...",port = socket.getservbyname('http', 'tcp')print "done."Explain !

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!