assignment

assignment 1anchal asked 6 years ago

write a TCP client and tcp server program in c language on unix/linux where client program interact with the sever as given:the client begin by sending number to the server,sever program will check whether the number is prime or not,in case of number is prime the server send a message “successful attempt ” to the respective clint,in case number is not prime server send message unsucessful attempt,this TCP can handle maximum 4 client concurrently?