| 01 - Code a UDP server.mp4 | 9.8 MB | ||
| 01 - Code a UDP server.srt | 6.3 KB | ||
| 01 - Create a TCP server.mp4 | 13 MB | ||
| 01 - Create a TCP server.srt | 6.6 KB | ||
| 01 - Network with the world.mp4 | 3.6 MB | ||
| 01 - Network with the world.mp4.jpg?042148 | 135.2 KB | ||
| 01 - Network with the world.srt | 1.6 KB | ||
| 01 - Obtain the client's address.mp4 | 14.8 MB | ||
| 01 - Obtain the client's address.srt | 7.6 KB | ||
| 01 - Understand socket programming.mp4 | 6.6 MB | ||
| 01 - Understand socket programming.srt | 5.6 KB | ||
| 01 - View the big network picture.mp4 | 6 MB | ||
| 01 - View the big network picture.srt | 5 KB | ||
| 01_05-gethostdetails01.c | 307.2 B | ||
| 01_05-gethostdetails02.c | 716.8 B | ||
| 01_05-getmyip.c | 1.5 KB | ||
| 01_06-interfaces.c | 921.6 B | ||
| 02 - Call a TCP server.mp4 | 7.2 MB | ||
| 02 - Call a TCP server.srt | 4.6 KB | ||
| 02 - Code a UDP client.mp4 | 9.6 MB | ||
| 02 - Code a UDP client.srt | 5.5 KB | ||
| 02 - Configure the firewall.mp4 | 7.8 MB | ||
| 02 - Configure the firewall.srt | 4.6 KB | ||
| 02 - Explore the getaddrinfo() function.mp4 | 11.7 MB | ||
| 02 - Explore the getaddrinfo() function.srt | 7.7 KB | ||
| 02 - Maintain the connection.mp4 | 14 MB | ||
| 02 - Maintain the connection.srt | 5.9 KB | ||
| 02 - What you need for this course.mp4 | 4.8 MB | ||
| 02 - What you need for this course.srt | 3.6 KB | ||
| 02_02-getaddrinfo.c | 716.8 B | ||
| 02_03-socket01.c | 409.6 B | ||
| 02_03-socket02.c | 1 KB | ||
| 02_04-bind.c | 1.2 KB | ||
| 02_04-connect.c | 1.3 KB | ||
| 02_05-accept.c | 1.7 KB | ||
| 02_05-listen.c | 1.3 KB | ||
| 02_06-challenge.c | 716.8 B | ||
| 02_07-solution.c | 1 KB | ||
| 03 - Accept multiple connections.mp4 | 20.9 MB | ||
| 03 - Accept multiple connections.srt | 10.5 KB | ||
| 03 - Challenge Code a UDP client and server.mp4 | 4 MB | ||
| 03 - Challenge Code a UDP client and server.srt | 2.8 KB | ||
| 03 - Code a dual stack configuration.mp4 | 14.7 MB | ||
| 03 - Code a dual stack configuration.srt | 8.7 KB | ||
| 03 - Open a socket.mp4 | 9.7 MB | ||
| 03 - Open a socket.srt | 6.1 KB | ||
| 03 - Traps and pitfalls.mp4 | 8.2 MB | ||
| 03 - Traps and pitfalls.srt | 6.6 KB | ||
| 03 - Understand the Internet Protocol (IP).mp4 | 7.1 MB | ||
| 03 - Understand the Internet Protocol (IP).srt | 5.6 KB | ||
| 03_01-http_server01.c | 1.9 KB | ||
| 03_01-http_server02.c | 2.2 KB | ||
| 03_02-time_client.c | 1 KB | ||
| 03_03-ipv6_server01.c | 2.2 KB | ||
| 03_03-ipv6_server02.c | 2.5 KB | ||
| 03_04-TCP_server.c | 1.8 KB | ||
| 03_05-solution.c | 1.1 KB | ||
| 04 - Bind and connect.mp4 | 10 MB | ||
| 04 - Bind and connect.srt | 5.5 KB | ||
| 04 - Challenge A generic TCP client.mp4 | 8.5 MB | ||
| 04 - Challenge A generic TCP client.srt | 3.9 KB | ||
| 04 - Challenge Write a chat server.mp4 | 13.2 MB | ||
| 04 - Challenge Write a chat server.srt | 5.8 KB | ||
| 04 - Explore network addresses and ports.mp4 | 8.4 MB | ||
| 04 - Explore network addresses and ports.srt | 5.4 KB | ||
| 04 - Solution Code a UDP client and server.mp4 | 9.9 MB | ||
| 04 - Solution Code a UDP client and server.srt | 4.6 KB | ||
| 04_01-UDP_server.c | 1.4 KB | ||
| 04_02-TCP_client.c | 921.6 B | ||
| 04_02-UDP_client.c | 1 KB | ||
| 04_04-solution_client.c | 1.3 KB | ||
| 04_04-solution_server.c | 2.3 KB | ||
| 05 - Access local network details.mp4 | 11.8 MB | ||
| 05 - Access local network details.srt | 6.1 KB | ||
| 05 - Listen and accept.mp4 | 11.8 MB | ||
| 05 - Listen and accept.srt | 7.5 KB | ||
| 05 - Solution A generic TCP client.mp4 | 7.1 MB | ||
| 05 - Solution A generic TCP client.srt | 3.5 KB | ||
| 05 - Solution Write a chat server.mp4 | 15.2 MB | ||
| 05 - Solution Write a chat server.srt | 6 KB | ||
| 05_01-TCP_client.c | 1.1 KB | ||
| 05_01-TCP_server.c | 1.6 KB | ||
| 05_01-UDP_client.c | 1 KB | ||
| 05_01-UDP_server.c | 1.4 KB | ||
| 05_02-TCP_client01.c | 1.3 KB | ||
| 05_02-TCP_client02.c | 1.4 KB | ||
| 05_02-TCP_server01.c | 2 KB | ||
| 05_02-TCP_server02.c | 2 KB | ||
| 05_02-UDP_client.c | 1.2 KB | ||
| 05_02-UDP_server.c | 1.6 KB | ||
| 05_03-select_client.c | 1.5 KB | ||
| 05_03-select_server.c | 4 KB | ||
| 05_04-challenge_chat_server.c | 3.6 KB | ||
| 05_04-chat_client.c | 2.3 KB | ||
| 05_05-solution_chat_server.c | 6.2 KB | ||
| 06 - Challenge Check for errors.mp4 | 6.7 MB | ||
| 06 - Challenge Check for errors.srt | 3.6 KB | ||
| 06 - Discover local interfaces.mp4 | 10.7 MB | ||
| 06 - Discover local interfaces.srt | 5.2 KB | ||
| 07 - Review the clientserver roles.mp4 | 5.9 MB | ||
| 07 - Review the clientserver roles.srt | 4.6 KB | ||
| 07 - Solution Check for errors.mp4 | 6.3 MB | ||
| 07 - Solution Check for errors.srt | 3.3 KB | ||
| Bonus Resources.txt | 409.6 B | ||
| Get Bonus Downloads Here.url | 204.8 B | ||
| ▲ 105 total files | |||
Network Programming in C
https://TutGee.com
Released 06/2022
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Skill Level: Intermediate | Genre: eLearning | Language: English + srt | Duration: 1h 49m | Size: 300 MB
Are you a C programmer looking to explore networking programming? In this course, instructor Dan Gookin provides an overview of network communications, terms, strategies, and concepts. Dan explores this complex topic in a step-by-step progression, exploring networking in Linux, macOS, or Windows 10/11 running the Windows Subsystem for Linux (WSL). Included are relevant parts of the operating system and how to access local networking features. The core of the course deals with socket programming at the client/server level. The IPv4 and IPv6 protocols are covered, as are TCP and UDP connections. Dan shows you how to program a client and server for both types of connections. The course finishes with a challenge: Code a Linux, text-mode real time chat server that accepts multiple connections, tracks conversations, and logs connections.
| torrent name | size | uploader | age | seed | leech |
|---|---|---|---|---|---|
| 1.8 GB | freecoursewb | 3 years | 0 | 0 | |
|
Linkedin - CompTIA Network + (N10-008) Cert Prep - 4 Making TCP - IP Work Posted by
freecoursewb in Other
|
1.9 GB | freecoursewb | 3 years | 0 | 0 |
| 2.9 GB | freecoursewb | 4 years | 1 | 0 | |
|
Linkedin - CompTIA Network + (N10-008) Cert Prep - 9 Network Security and Monitoring Posted by
freecoursewb in Other
|
2.7 GB | freecoursewb | 4 years | 0 | 0 |
|
Linkedin - CompTIA Network + (N10-008) Cert Prep - 6 Advanced IP Networking Posted by
freecoursewb in Other
|
2.5 GB | freecoursewb | 4 years | 0 | 0 |
All Comments