GAME CAROInstructors : Hoàng Hữu Đức Group member: Đặng Ngọ Nguyễn Minh D Nguyễn Bảo Tí Đinh Đức Anh... GROUP MEMBERĐặng Ngọc Thư Nguyễn Minh Diện Đinh Đức Anh Nguyễn Bảo Tín... REASON F
Trang 1GAME CARO
Instructors : Hoàng Hữu Đức
Group member: Đặng Ngọ
Nguyễn Minh D Nguyễn Bảo Tí Đinh Đức Anh
Trang 2GROUP MEMBER
Đặng Ngọc Thư Nguyễn Minh Diện Đinh Đức Anh Nguyễn Bảo Tín
Trang 3INTRODUCTION
TO THE TOPIC
BASIS 02
EXECUTION AND
Trang 4INTRODUCTION
TO THE TOPIC
Trang 5REASON FOR CHOOSE TOPIC
Keep players entertained
Fully demonstrate the requirements of the subject Various functions to improve programming
knowledge
Trang 6GOALS AND RESULTS
Build an online checkerboard game that can
be played with many other players
Understand how TCP Sockets work
Improve knowledge of Server-Client
connection with TCP/IP
Proficient in MultiThread
Trang 7THEORETICAL
BASIS
Trang 8Network protocols
UDP
IP TCP
Data transfer is fast and efficient but not
secure
IP addresses are
divided into 5 classes
A, B, C, D, E
Data transmission is slow but provides safety, no data loss
Trang 9Client-Server model
The client sends the request to the server and the server processes and returns the result
Trang 10Socket Programming
Method of establishing connection between client and server
Once the socket is established, the two computers can exchange
services and data
Trang 11EXECUTION AND INSTALLATION
Trang 12CONCLUSION
Trang 13Complete most of the main functions of the game caro
Understand and use client-server model, socket programming, TCP, UDP protocols,
Helps improve teamwork skills
Trang 14THANK YOU
EVERYONE FOR
LISTENING