Название: C++ Networking 101: Unlocking Sockets, Protocols, VPNs, and Asynchronous I/O with 75+ sample programs
Автор: Anais Sutherland
Издательство: GitforGits
Год: 2023
Страниц: 364
Язык: английский
Формат: pdf, epub, mobi
Размер: 10.2 MB
This book is an invaluable resource for aspiring network administrators aiming to deepen their understanding of networking concepts while strengthening their C++ programming skills. Across eleven chapters, this book bridges the gap between network administration and programming, providing readers a holistic approach to mastering network operations. Readers begin with a deep-dive into network fundamentals such as TCP/IP model, sockets, and protocols. They then progress to practical programming, employing C++ to establish TCP/UDP client-server connections, handle network errors, and deal with application layer protocols such as HTTP/HTTPS, FTP, SMTP, IMAP, and DNS. The book then guides readers through Virtual Private Networks (VPNs), detailing their importance, functioning, and distinct types of VPNs. It explores wireless networking and asynchronous programming, providing clear illustrations of WiFi, Bluetooth, and Zigbee setup using C++. It covers critical wireless standards and security protocols. For a comprehensive understanding, the book illustrates network configuration management using C++ to automate crucial network operations tasks, thus highlighting the power of programming in network management.