https://github.com/tungphan2823/socket-programming
Socket Programming From Vaasa University of Applied Sciences, Grade: 5/5
https://github.com/tungphan2823/socket-programming
course cpp html python
Last synced: 3 months ago
JSON representation
Socket Programming From Vaasa University of Applied Sciences, Grade: 5/5
- Host: GitHub
- URL: https://github.com/tungphan2823/socket-programming
- Owner: tungphan2823
- Created: 2024-05-06T11:14:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-06T11:18:49.000Z (about 2 years ago)
- Last Synced: 2025-04-07T22:26:34.586Z (over 1 year ago)
- Topics: course, cpp, html, python
- Language: C
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Learning Outcomes
After the course, the student should understand the basic idea of client-server communication, and she should be able to write basic server/client applications. The student should know the differences of connection-less and connection-oriented communication (i.e., UDP and TCP) for designing performance-oriented Internet communication applications. She should know the different types of sockets and she should know which type should be applied for their specific application. The student should know the relationship between sockets and application layer protocols. At a higher level, the student should know how to design synchronous and asynchronous server applications and be able to use certain IPC techniques.