About this Lecture
Section: How Does the Internet Work • Size: 15.23 MB • Duration: 7m
Course Summary
Network Applications in C, Learn the how to write internet facing code using the POSIX API. Turn any application into a networked application with only a few function calls.I will teach you mastery of the POSIX network API within the C Programming language. The course starts with a breakdown of how the internet works, and how networked applications work, and all the features of C network programming. We create some basic client and server programs to feel how the API works.At the end of the course, we take our project where we built an employee database system, and build a networked finite state machine inside of it to turn it into a networked appliance. We design a network protocol to transmit information between the client and the server we build.