Page 1 of 1

Question 3: A new multi-player networked poker (card) game is to be designed a) If sockets are to be used to implement t

Posted: Wed Apr 27, 2022 3:42 pm
by answerhappygod
Question 3 A New Multi Player Networked Poker Card Game Is To Be Designed A If Sockets Are To Be Used To Implement T 1
Question 3 A New Multi Player Networked Poker Card Game Is To Be Designed A If Sockets Are To Be Used To Implement T 1 (36.7 KiB) Viewed 42 times
Question 3: A new multi-player networked poker (card) game is to be designed a) If sockets are to be used to implement the game, which protocol would be more suitable: TCP or UDP, and why? In your answer include a definition of each protocol and 2 key characteristics of each. [15 marks] Answer here please: b) If multiple clients must connect to the server at the same time, what should you use to provide this functionality in Java? Describe the steps involved in the server) to accept connections from multiple clients simultaneously. [7 marks] Answer here please: c) The game will require data to be stored in a database. Compare the differences between storing the data in a relational database and a NoSQL database. Include advantages and disadvantages of each approach. [8 marks] Answer here please: