720 likes | 905 Vues
Sockets. Chapter 10 from the book: Inter-process Communications in Linux: The Nooks & Crannies by John Shapley Gray Publisher: Prentice Hall Pub Date: January 13, 2003. COMMUNICATION BASICS. Topics. COMMUNICATION BASICS. Network Addresses. COMMUNICATION BASICS.
E N D
Sockets Chapter 10 from the book: Inter-process Communications in Linux: The Nooks & Crannies by John Shapley Gray Publisher: Prentice Hall Pub Date: January 13, 2003
COMMUNICATION BASICS Topics
COMMUNICATION BASICS Network Addresses
COMMUNICATION BASICS Figure 10.1. Displaying the MAC addresses on a Linux host.
COMMUNICATION BASICS Figure 10.1. Displaying the MAC addresses on a Linux host.
COMMUNICATION BASICS Network Addresses
COMMUNICATION BASICS Network Addresses Figure 10.2. Network class numbering scheme.
COMMUNICATION BASICS Domains
COMMUNICATION BASICS Domains
COMMUNICATION BASICS Domains
COMMUNICATION BASICS Protocol Families
COMMUNICATION BASICS Figure 10.3. The ISO/OSI layer cake.
COMMUNICATION BASICS Protocol Families
COMMUNICATION BASICS Protocol Families
COMMUNICATION BASICS Socket Types
COMMUNICATION BASICS Socket Types
COMMUNICATION BASICS Socket Types
IPC Using Socketpair Table 10.1. Summary of the socketpair System Call
IPC Using Socketpair Table 10.2. Protocol Family Constants.
IPC Using Socketpair Table 10.2. Protocol Family Constants.
IPC Using Socketpair Table 10.2. Protocol Family Constants.
IPC Using Socketpair Table 10.3. socketpair Error Messages..
IPC Using Socketpair Figure 10.5. The socketpair before and after the process forks.
The Connection-Oriented Paradigm Figure 10.6. A connection-oriented client–server communication sequence.
The Connection-Oriented Paradigm Table 10.4. Summary of the socket System Call.
The Connection-Oriented Paradigm Table 10.5. Supported Protocol Families.
The Connection-Oriented Paradigm Table 10.6. socket Error Messages.
The Connection-Oriented Paradigm Table 10.7. Summary of the bind System Call
The Connection-Oriented Paradigm Table 10.8. bind Error Messages.
The Connection-Oriented Paradigm Table 10.8. bind Error Messages.
The Connection-Oriented Paradigm Table 10.9. Summary of the listen System Call.
The Connection-Oriented Paradigm Table 10.10. listen Error Messages.
The Connection-Oriented Paradigm Table 10.11. Summary of the accept System Call.