Chapter 16. Network Programming


Chapter Topics

  • Introduction: Client/Server Architecture

  • Sockets: Communication Endpoints

    • Socket Addresses

    • Connection-Oriented versus Connectionless Sockets

  • Network Programming in Python

    • socket Module

    • Socket Object Methods

    • TCP/IP Client and Server

    • UDP/IP Client and Server

  • SocketServer Module

  • *Introduction to the Twisted Framework

  • Related Modules

In this section, we will take a brief look at network programming using sockets. We will first present some background information on network programming, how sockets apply to Python, and then show you how to use some of Python's modules to build networked applications.



Core Python Programming
Core Python Programming (2nd Edition)
ISBN: 0132269937
EAN: 2147483647
Year: 2004
Pages: 334
Authors: Wesley J Chun

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net