main
April 18th, 2024    

CIS 2.55
Main
Files
Syllabus
Overview
Links
Homeworks

UPLOAD HOMEWORKS

Notes
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
Bayes (src)

Tests
Sample Midterm
Sample Final

Misc
Arithmetics
Fourier Mult

Notes 0014

Network Programming

You can find documentation of just about everything concerning network programming (and all sorts of perl inter-process communication) by looking at the perlipc man page. (or C:/Perl/html/lib/Pod/perlipc.html if you work under Windows). There you will find examples, explanations, etc.

The same documentation is also available online at: http://search.cpan.org/dist/perl/pod/perlipc.pod.

That only deals with high level network programming (sockets, etc.). For low level details of networking protocols, the book Data and Computer Communications by William Stallings, provides a great overview.



































© 2006, Particle