2.7 Socket programming

Sdílet
Vložit
  • čas přidán 30. 05. 2024
  • Video presentation: Computer Networks and the Internet.
    2.7. Socket Programming. Socket abstraction, UDP sockets, TCP sockets, a client-server application using sockets. Python examples.
    Computer networks class.
    Jim Kurose
    Textbook reading: Section 2.7 Computer Networking: a Top-Down Approach (8th edition), J.F. Kurose, K.W. Ross, Pearson, 2020.
    See gaia.cs.umass.edu/kurose_ross for more open student resources.

Komentáře • 21

  • @TheNitroPython
    @TheNitroPython Před 10 měsíci +1

    Love that you made a series 🙏🏽

  • @ricp
    @ricp Před rokem +4

    great explanation! the difference between welcoming socket and the connection socket on server side is crystal clear now!

  • @ricp
    @ricp Před rokem +2

    Thanks so much for this. I have found your book "Computer Networking: a Top-Down Approach" super valuable

  • @cacanantes
    @cacanantes Před rokem +5

    Sometimes we find gold buried in CZcams land. Thanks for sharing.

  • @mounirkanane8083
    @mounirkanane8083 Před rokem +8

    I really appreciate the detail and effort that went into these videos. I remember trying to learn this in 230 and being so confused, this explanation is very clear. The only thing I would suggest is spending more time explaining what exactly a socket is and why it's needed.

  • @monkeygangsta1001
    @monkeygangsta1001 Před 2 lety +29

    When i become a bilionare i will recommend u

  • @chikaosita662
    @chikaosita662 Před rokem +3

    This man is the greatest of all time!!!!!

  • @GamemonYT
    @GamemonYT Před 3 měsíci

    Thank you! Was really confused by a lab and how it was working, this helps me understand it

  • @hasibullahmahmood7457
    @hasibullahmahmood7457 Před 3 lety +24

    Thank you so much. Is there any video for p2p: BitTorrent?

    • @starless9
      @starless9 Před rokem

      this one's not bad, and also based on Prof Kurose's text:
      czcams.com/video/X1dlVTCJLRU/video.html

  • @jzero1579
    @jzero1579 Před 3 lety +3

    Thank you guys so much for this information. Changed my life.

  • @marcosviniciuspereiravelos3832

    thanks a lot, i appreciate a lot the lecture

  • @klevisimeri607
    @klevisimeri607 Před 2 měsíci

    I will remember Kurose!

  • @randomride6057
    @randomride6057 Před 7 měsíci

    Life saver!

  • @elenaguo1094
    @elenaguo1094 Před 16 dny

    can't seem to find p2p video

  • @tevinabeysekera6038
    @tevinabeysekera6038 Před 4 měsíci +1

    What is the difference between socket and port?

    • @jeremywu9723
      @jeremywu9723 Před měsícem

      A port is where your socket binds to, you may consider the port as the gate, socket as the tunnel or hall after you open the gate to walk into, only after you opened the gate, the tunnel/hall can then be seen.