Hello sir,
I have a few questions to ask about TCP/UDP
1)how to write in c++ program to show the communication using socket TCP for synchronous communication and UDP for asynchronous communication for the simple client server program.
2) A simple application that uses RPC or RMI for the communication between a client to a server and a server to a server
Client <--->Server1 <---> Server 2
3) The invocation in server 1 to server 2 can have two types which are single thread and multithread.
4) How to compare the processing time and turnaround time for the above applications.
Thank you~:)