Download presentation
Presentation is loading. Please wait.
1
Exploring Socket Programming
2019/4/6 Exploring Socket Programming Jeremy Chiu xBird Studio
2
OSI架構與 TCP/IP 關係 2019/4/6
3
Basic Socket Model 2019/4/6
4
Winsock I/O mode Blocking mode Non-Blocking mode Asynchronous mode
Event objects Overlapped I/O 2019/4/6
5
Winsock 1.1與2的 架構圖 2019/4/6
6
Winsock 2 Protocol independent (多重協定支援) Overlapped I/O
Scatter and Gather Quality of Service Socket Group Multicast and Multipoint Raw Socket
7
Reference. Winsock網路程式設計之鑰, 1996 資訊人出版
UNIX系統程式設計 (UNIX System Programming for SVR4), 1997 松格資訊出版 Linux Socket Programming, Que, April 2000 TCP/IP Illustrated, Volume I, W. Richard Stevens Win32多續程式設計 (Multithreading Application in Win32), 1997 碁峰資訊出版 Winsock Programmer's FAQ , Warren Young , 26 March 2001 Advanced Windows 3rd, Jeff Richter MSDN – “ Windows Sockets 2 ” Section
Similar presentations