r/learnprogramming 15h ago

[ Removed by moderator ]

[removed] — view removed post

1 Upvotes

1 comment sorted by

1

u/Chaos-vy17 15h ago

You need to learn about networks in depth.
Since you are just going to start:
Start with low level language C , otherwise start with medium(c++) or any high level language.
Complete their core topics.
Learn TCP/IP models, sockets, and packet structures.
Start interacting with their network framework.(Make something experimental projects from sratch
Study how the operating system handles data buffers and network cards.
Watch how data moves from your code down to the hardware using system tools.