This course is provided within the national higher school of telecommunications and ICT -ENSTTIC- during the 4th year of the state engineering course in telecommunications
The goal of practical works (TPs) is to allow programs (applications) to communicate between ends through a network in a more or less transparent way: no visibility of intermediate systems.
So we covered :
- Sockets TCP - UDP communication using Java / c programming languages
- Sockets RMI
- Guessing number Game between multiple players : Client Java - Server C