Tags
Language
Tags
July 2025
Su Mo Tu We Th Fr Sa
29 30 1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31 1 2
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Socket Programming in C

    Posted By: lucky_aut
    Socket Programming in C

    Socket Programming in C
    Duration: 01:59:11 | .MP4 1280x720, 30 fps(r) | AAC, 44100 Hz, 2ch | 1.32 GB
    Genre: eLearning | Language: English [Auto]

    Learn how to create and work with sockets in c programming language and create networking applications using that
    What you'll learn
    sockets
    what is socket programming
    high level vs low level programming languages
    system calls
    ip protocol and header
    creating sockets in c
    structs in c
    #include in c
    typedef in c
    how to include headers in c
    searching through c files in c
    sockaddr and sockaddr_in in c
    how to create an address struct in c
    how to connect to a socket in c
    binding sockets in c
    listen in sockets in c
    accept in socket programming in c
    how to create a client side socket in c
    how to create a server side socket in c
    Requirements
    having linux already installed on your computer,
    be comfortable with some basic commands in c(if you don't, its okay, we will explain)
    having some basic networking knowledge
    having some basic familiarity with c programming
    Description
    in this course first we talk about some basic concepts in computer science, we talk about what programming languages are, what c programming language is, what are headers in c, and how we could include them using #include keyword,

    what are system calls would be the next sections, after that we talk about tcp/ip stack ,and how different data and headers are added to the data in each layer , and we talk about ip protocol in specific, after that we talk about sockets, that what sockets are and what is their application.

    we explain about how we could create sockets in c and after that we talk about structures in c, structs are some important concepts in c, therefore we would assign a separate lecture to it, also since we know linux is open source , so for everything we expect a source code, therefore we talk how we could browse all the c files in the linux , which the kernel is actually build based upon, so we will talk about how we could search through all of these files, after this lecture we get to the next section which is the main part of this course.

    in this section first we talk about address structures , and sockaddr and also sockaddr_in, after that we explain about what endianness is , after that we talk about all the methods and functions which invoke system calls causing the creation of sockets, connection sockets to a server at the client side, binding sockets to address structures at the server side, sending data from server and receiving it at the client side.

    Who this course is for:
    c programmers trying to go to next level
    network engineers trying to implement their applications in c
    security analysts trying to have go deeper in networking and socket programming

    More Info