TCP connection walkthrough | Networking tutorial (13 of 13)

Walk through TCP connection and termination packet by packet.
Support me on Patreon: www.patreon.com/beneater
This video is part 13 of an intro to networking tutorial: kzread.info/head/PLowKtXNTBypH19whXTVoG3oKSuOcw_XeW
Want to see more? Leave a comment!

Пікірлер: 319

  • @LazieKat
    @LazieKat3 жыл бұрын

    A: I want to talk to you B: I acknowledge that you want to talk to me, I also want to talk to you A: I acknowledge that you want to talk to me A: The weather today is nice B: Indeed B: The wind makes me want to go for a walk A: Indeed A: I need to go now B: I acknowledge that you need to go B: I need to go now A: I acknowledge that you need to go

  • @KVVUZRSCHK

    @KVVUZRSCHK

    3 жыл бұрын

    A: Have you heard of the high elves? B: Nothing I'd like to talk about.

  • @pedrorengel9603

    @pedrorengel9603

    2 жыл бұрын

    My family is not gonna be happy when they hear the new rules.

  • @googtech

    @googtech

    2 жыл бұрын

    Wow, it's helped me to more easily understand the TCP Connection, thx bro.

  • @klausvonshnytke
    @klausvonshnytke5 жыл бұрын

    I watched end to end in one go and I learned more about the data transmission than during a whole semester in uni. Awesome series!

  • @bejoscha

    @bejoscha

    5 жыл бұрын

    WOW. That's binge-watching :c) I've just finished the whole thing as well - but it took me much longer than it took you :c)

  • @nollix

    @nollix

    Жыл бұрын

    That means you weren't trying hard enough.

  • @skaterzrule4

    @skaterzrule4

    5 ай бұрын

    @@nollix lmao nah fr

  • @money_hyde

    @money_hyde

    4 ай бұрын

    No kidding!!

  • @JackHartwig

    @JackHartwig

    5 күн бұрын

    @@nollixnah

  • @andie_pants
    @andie_pants4 жыл бұрын

    It's like listening to awkwardly polite people ending a phone call... "Well, I gotta run." "Yup, I hear ya. Didn't mean to keep you so long." "No, you're good man. It was nice talking to you." "Yeah it was. Tell the wife I say hello." "Roger that. I'll pass on the the message. Stay safe!" "Gotcha. You too." "You too." "Later." "Bye."

  • @fukuyama2252

    @fukuyama2252

    3 жыл бұрын

    LOL, your comment just makes it even easier to remember these procedures

  • @ryanseipp6944
    @ryanseipp69445 жыл бұрын

    Gotta say, I've learned more from this 13 part series in one night than I could have in weeks of looking up information elsewhere. The information was presented in such a clear and concise way, with very easy to understand explanations. Absolutely fantastic work!

  • @mateusmercer2280
    @mateusmercer22807 жыл бұрын

    I simply LOVE when you show the practical usage of the theory you made. And the practical usage is the same of the theory you used, I mean, the IP's, seq numbers, all matching up, makes it waaaay easier to understand.

  • @romanilnitsky4826
    @romanilnitsky48262 ай бұрын

    Videos published 9 years ago, and relevant to this day. Awesome series!

  • @ciscojaviergarcia2498
    @ciscojaviergarcia24984 жыл бұрын

    I have a textbook, an instructor's lecture and office hours, his slides, and it just didn't click until I saw this. Your excellent explanation saved me a lot of time and energy. Thanks a bunch.

  • @khalidbinwalid1566

    @khalidbinwalid1566

    2 жыл бұрын

    Your name is Cisco?? :D Or you're just into networking too much?

  • @BradenBest
    @BradenBest Жыл бұрын

    TCP connections are like marriage counseling exercises. "I affirm and acknowledge your feelings." "I acknowledge your acknowledgement of my feelings." "I acknowledge that you acknowledge my acknowledgement."

  • @user-vg6qu9bz3u
    @user-vg6qu9bz3uАй бұрын

    Can't imagine a video from 9 years ago is still super useful

  • @Donatiful
    @Donatiful7 жыл бұрын

    This has been the first large scale networking explanation that has actually made *clear* sense to me; most that I've seen explain a few aspects well but leave confusion when bringing it all together. Thank you so much for making this videos!

  • @jfbarbosaboro
    @jfbarbosaboro6 жыл бұрын

    I've watched all 13 videos!! Amazing work you've done here!!! Thank you so much for these lectures!!! You are a fantastic professor!!

  • @bedwarri0r333
    @bedwarri0r3336 жыл бұрын

    Such a cool series. Thanks so much! It's incredible how much data is being sent and decoded all over the world....

  • @schlammmer
    @schlammmer8 жыл бұрын

    Really great playlist, learnt a lot, these are exact the tutorials I was searching.

  • @Glicerol
    @Glicerol5 жыл бұрын

    This is awesome :) I wish you do more this kind of videos, about HTTP/HTTPS, DNS, DHCP and IPv6 :)

  • @jondoe9581
    @jondoe95814 жыл бұрын

    I feel compelled to let you know sir that I have been studying c.s. for a while now. You are by far the best person I have found yet that can explain things (not just in this particular video) in such a way that I feel I can thouroughly understand. I would like to sincerely like to thank you very much for taking the time to produce so much content , that in my eyes is valuable as gold, and FREELY share it. THANK YOU, please continue to make more content. I would be particularly interested in your take on 2020 /19 networking concepts as we all know our connection are be listened to, I would love to hear you perspective.

  • @dmitriykorolevich2208
    @dmitriykorolevich22088 жыл бұрын

    First of all, thank you for this fantastic series. It is really well-put. One minor nit about this video specifically: when choosing the initial SEQ numbers in handshake, while it makes sense to set them to some small readable value, it would probably make more sense to make them different to avoid possible confusion/magic number syndrome. Say, client's SEQ = 0, server's SEQ = 100.

  • @marvinjuelz

    @marvinjuelz

    5 жыл бұрын

    True, it made things confusing, better to use different initial SEQ numbers for client and server.

  • @princewaesen154

    @princewaesen154

    11 ай бұрын

    I think he chose those values so that Wireshark will match up with the numbers

  • @DetectivePoofPoof
    @DetectivePoofPoof4 жыл бұрын

    I don't know what it is about Ben's way of explaining things, but I just get it no matter how complicated the thing is. I tried learning this stuff before and it was daunting and hard. But I just binged this entire thing in one go and I understand the basics of networking now. Thanks Ben!

  • @707Gforce
    @707Gforce5 жыл бұрын

    Wow. What a great bunch of videos! I always thought this stuff was extremely difficult to grasp but the way you broke it down made it really clear. Thanks!

  • @nuiben7579
    @nuiben75796 жыл бұрын

    This series is one of the best things I've seen on the internet in a long while

  • @simaomj
    @simaomj5 жыл бұрын

    This series is fantastic! It covered everything in exactly the detail I was hoping for. Thank you so much, Ben!

  • @samiaghezal
    @samiaghezal3 жыл бұрын

    Simple, straight to the point, 100% value, 0% BS. Thank you!

  • @lumppugootti
    @lumppugootti7 жыл бұрын

    you're the kind of people who make living on this planet worthwhile

  • @ericfromflorida5146
    @ericfromflorida51464 жыл бұрын

    Thank you so much for this series. I have very limited computer experience and I'm putting myself through A+. I was so confused when they talked about Ethernet frames. This tutorial was amazing. Thank you so very much for taking the time to make these videos ...

  • @willserda6171
    @willserda61714 ай бұрын

    This series was absolutely incredible. High school student interested in conputer science and this was incredibly informative as easy to follow. Amazing how you worked your way up from wire to TCP. Thanks so much

  • @andersondamasceno
    @andersondamasceno6 жыл бұрын

    The whole playlist is one of the best explanations I ever seen about network. Exactly what I was looking for. Great work. Please make more videos about other protocols.

  • @davidprjunior
    @davidprjunior7 жыл бұрын

    I have just finished watching the playlist and would like to thank you, that is amazing, you explained that in a way I have never seen before. Thank you again!

  • @BillySugger1965
    @BillySugger19652 жыл бұрын

    Absolutely outstanding description of networking, from bit level up. Thank you so much, I’ve wanted to understand this for years!

  • @anamikaghosh3163
    @anamikaghosh31636 жыл бұрын

    Well, I have to say, for a lazy person like me, it's amazing how I watched the entire playlist at one stretch even though I know nothing of computer science. Thank You for this. I was completely confused as to where to start. This gave me a pretty good view.

  • @yashpandey5914
    @yashpandey5914Ай бұрын

    I just looked at the thumbnail and clicked asap, purely awesome

  • @samuelh5
    @samuelh53 жыл бұрын

    The philosophies of ben eater reveal themselves in the writings... “Wireshark is nice because,” “Wireshark is nice enough to,” “Does this really nice thing.” He is trying to tell us of the importance of gratitude for a healthy mind. Congratulations, you’ve created scripture.

  • @swaroopv2
    @swaroopv26 жыл бұрын

    Ben, This is the best introductory video series i ever watched for networking. Thanks for posting this on KZread and educating others

  • @AlexeyYanovski
    @AlexeyYanovski3 жыл бұрын

    Like many others, I watched this whole series all in one go. Couldn't stop once I started! Wish there was more :)

  • @monitorimati576
    @monitorimati5765 жыл бұрын

    Those videos help me answer forgotten question when i was a child, like how computers can communicate so fast? I never thought that would be so interesting learn about it. Fascinated and glad for that material, thank you!!!!

  • @JasonMasters
    @JasonMasters7 жыл бұрын

    Ben is a good teacher. He gives just the information you need without waffling on or going off the path into side-issues. (Also: New icon for me. Made it myself) :)

  • @aniltheblogger
    @aniltheblogger7 жыл бұрын

    This was an amazing series. A very clear and easy to understand explanation of the networking process. Thanks a ton.

  • @thomasb1205
    @thomasb12054 жыл бұрын

    Finished the playlist and just wanted to say thank you! Amazing tutorials

  • @sheevmodi5842
    @sheevmodi58422 жыл бұрын

    Amazing series! Explained these concepts effortlessly to people eager to learn.

  • @wesleyrobertson315
    @wesleyrobertson3159 жыл бұрын

    Best instruction I have found on this. Excellent video

  • @JOFRIF
    @JOFRIF3 жыл бұрын

    Thanks a lot for awesome deep and clear explanations. U just opened for me a new world, because before I watched this videos playlist, I only knew there was internet.

  • @FastIkarus
    @FastIkarus2 жыл бұрын

    Just wow, this series is wonderful. I just watched the whole series after you advertised it in your "Why Facebook was down" video and I don' regret a single second. I was routinely using IP addresses and ports in my job for years, but I never quite understood the details of how it worked. This was really enlightening, thanks a lot! PS: I'd love to see some more episodes you teased throughout the series, but I understand you have different (and also very interesting) series on your channel now.

  • @nomoregames19
    @nomoregames198 жыл бұрын

    Ben?! Why dont you keep doing these tutorials? There are lot to cover yet((

  • @okgfwij

    @okgfwij

    5 жыл бұрын

    Building an 8-bit computer networking hardware..

  • @ntebi7926

    @ntebi7926

    4 жыл бұрын

    @@okgfwij That took a while

  • @mohanpillai2116
    @mohanpillai21167 жыл бұрын

    Great explanation of TCP's SYN/ACK/FIN bits, as well as the 3way handshake/4way termination.

  • @hassoon7687
    @hassoon76872 жыл бұрын

    God Bless you Ben. I ended up with an A on my communication & Network Fundamentals course. I was lagging behind the class with the concept but goddammit your teaching skills were just way too good.

  • @kallek9645
    @kallek9645 Жыл бұрын

    This video series is incredibly well put together and explained!

  • @malithmadhushanka3192
    @malithmadhushanka31924 жыл бұрын

    Wow! these are the type of tutorials I'm looking for a long time. thanks, Ben.

  • @r_mclovin
    @r_mclovin4 ай бұрын

    Your way of explaining is just amazingly good, you made so many things click now

  • @TheAnimeist
    @TheAnimeist5 жыл бұрын

    So many gems in this series. Thank you Ben!

  • @dmn3floyd659
    @dmn3floyd6596 жыл бұрын

    Hey Ben, I am currently a college undergrad, with no job and terrible GPA, I lost all my interest in studies because of the terrible teachers I had and ofcourse my attitude of not feeling motivated towards anything. These 13 Videos made me think of how beautiful things can really be, finally starting to get back to the right track. Better fail then never try.. Thanks Man!

  • @BoxThatBeat

    @BoxThatBeat

    Жыл бұрын

    It's been 4 years, have you improved? :)

  • @trevnral1
    @trevnral19 жыл бұрын

    Thank you for this excellent series of videos about Computer Networking. I found this series by searching for wire coding as I had a general knowledge of ethernet and tcp/ip but I wanted to learn more about how the 1s and 0s were actually transmitted. I watched the videon on manchester coding and had to watch the whole play list from start to finish. Thanks again.

  • @mazenalaboud5279
    @mazenalaboud52794 жыл бұрын

    This is the most amazing tutorial I have ever watched you are a lifesaver!

  • @Baeabez01
    @Baeabez017 жыл бұрын

    This is really really really helped me a lot...!! Thanks a bunchh for your great explanation I'm really grateful to find a Internet Protocol tutorial, which is really hard to find... Please continue making videos to help those who really wants to learn.

  • @Sentom23
    @Sentom23 Жыл бұрын

    So that 3 way handhsake is basically: "Hi do you hear me?" "Loud and clear, do you hear me though?" "Yup" And now we know we both hear each other.

  • @worldhello3736
    @worldhello37362 жыл бұрын

    Thank you so much for producing such high quality content and making it available!! Would love to watch more videos like these on layer 5 (session), layer 6 (presentation), and layer 7 (application) if you are planning on making them. Thanks again

  • @carlosenriquesaenzvelasque8286
    @carlosenriquesaenzvelasque82867 жыл бұрын

    Thank you so much, you helped me a lot. I really liked the idea of showing the TCP header

  • @Dm5messerly
    @Dm5messerly2 жыл бұрын

    Definitely worth it to watch the whole series!

  • @nicknesler
    @nicknesler3 жыл бұрын

    I loved the series, thank you. I'm going to start playing around with networking and learn some more!

  • @meghanaswamy1715
    @meghanaswamy17155 жыл бұрын

    woah cool!! one of the best networking tutorials that i have watched.. anybody who is thinking whether to watch it or not to understand Networking, please do.. Thank you Ben. please upload tutorials on some of the uncovered topics as well.

  • @Sibicle
    @Sibicle3 жыл бұрын

    amazing series, thank you! already got the computer kit too 🙂 as others have mentioned, would love more on this. so much to cover!!!

  • @mithvijay
    @mithvijay8 жыл бұрын

    clean and detailed explanation.... perfect walk through to the point.... excellent and thank you so much

  • @miren1439
    @miren143911 ай бұрын

    Great serie about Networkin!!! Thanks for shared your knowledges. You are an amazing communicator and teacher.

  • @Locane256
    @Locane2565 жыл бұрын

    Loved the wireshark reveal at the end!

  • @milindbodhare3983
    @milindbodhare39834 жыл бұрын

    Hello Ben, Your lectures are awesome ... it cleared all the concepts of data traffic is single video .. I would like to see more of your videos.. keep doing.. Good Work👍

  • @rosshenderson8139
    @rosshenderson81396 жыл бұрын

    Fantastic. This series is a contribution to humanity.

  • @shohamtahelnavon530
    @shohamtahelnavon5305 жыл бұрын

    wow! you explained it wonderful and very clear! thank you! i've been looking for a video that will make it all clear to me and you were the only one who could settle my mind that good, thanks!

  • @andreferraz4271
    @andreferraz42712 жыл бұрын

    This playlist is awesome. Good job Ben.

  • @PremKumar-ym3vh
    @PremKumar-ym3vh Жыл бұрын

    I would feel guilty if i don't leave a thank you note for this awesome series!!!!!!! Thank you Ben.

  • @carlos.rberto
    @carlos.rberto2 жыл бұрын

    Thanks for sharing this knowledge in a way so easy to understand.

  • @Wrexthor
    @Wrexthor7 жыл бұрын

    Great way of explaining the technology, big thanks for these!

  • @FictionsAndIllusions
    @FictionsAndIllusions7 жыл бұрын

    Thank you for this explanation. Now I understand how the 4 way handshake works.

  • @PeterWhitham
    @PeterWhitham8 жыл бұрын

    Really superb series, enjoyed it and learnt a lot. Great job, thank you.

  • @meninja111
    @meninja1114 жыл бұрын

    I am sad that the playlist is over :(

  • @GrusommeGreaker
    @GrusommeGreaker5 жыл бұрын

    I would love to see more of this playlist!

  • @srujanavvl
    @srujanavvl5 жыл бұрын

    Thanks for the Video lectures. Your lectures are very informational. Please keep doing more :)

  • @osmanerdemguven5623
    @osmanerdemguven56234 жыл бұрын

    dear Ben, thanks for sharing, clear and informational tutorial. kindly keep sharing.

  • @FrankGraffagnino
    @FrankGraffagnino4 жыл бұрын

    thank you for this series Ben. Great refresher on what is going on under the hood. At work we are now using "Time-Triggered Ethernet" on spacecraft (which is EtherType 0x891D). I thought you might find it interesting. Thanks again!

  • @taoufikelabbassi2116
    @taoufikelabbassi21163 жыл бұрын

    This playlist is a pure gold !! thank you

  • @jaimeorjuela8324
    @jaimeorjuela83249 жыл бұрын

    I'm a teacher of Computer Networking in Colombia and I've been seeing your networking tutorial. Let me you say that all of these videos are amazing, absolutely clear and well explained. So I wanna use those for my e-learning classes but not all of my students are bilingual, so I'd like to ask your permission for publish the translation in Spanish of these tutorial.

  • @MrCmon113

    @MrCmon113

    6 жыл бұрын

    This video is wrong, though.

  • @vhayes2257

    @vhayes2257

    5 жыл бұрын

    Taxtro Don't just make a trite comment like that and then take off, explain precisely and exactly what you mean.

  • @samuelchen1704
    @samuelchen17046 жыл бұрын

    You are awesome Ben !!! Thanks a heaps for your effort to make this amazing tutorial ... Looking forward more video from you in the future..

  • @matpoa
    @matpoa6 жыл бұрын

    Thanks for sharing, most detailed video about this topic. Watched all serie.

  • @gui7vaz
    @gui7vaz3 жыл бұрын

    Incredible serie of videos. Thanks!

  • @mustseewhentraveling1577
    @mustseewhentraveling15777 жыл бұрын

    I have been following your videos, and they are really a great learning sources. Thanks a log

  • @accacc9482
    @accacc94828 жыл бұрын

    Extraordinary, really! Mindblowing! Superb!

  • @ChristianHofer1
    @ChristianHofer18 жыл бұрын

    Very helpful tutorial and very nicely done! Thank you!

  • @user-vq6ox3uk1f
    @user-vq6ox3uk1f8 жыл бұрын

    Ben you are the best.. first time tha i truly understant the TCP Header... Thank you very much!!!

  • @Ace112p
    @Ace112p5 жыл бұрын

    Great videos Ben, Well explained, specially with Wireshark! God bless.

  • @razzawazza
    @razzawazza7 жыл бұрын

    Thanks for the tutorial. PLEASE do another.

  • @shiahnesamalnsaman6069

    @shiahnesamalnsaman6069

    5 жыл бұрын

    AOMis

  • @tparreira93
    @tparreira933 жыл бұрын

    Thank you for this great playlist! Keep up the good work!

  • @exengineer1
    @exengineer18 жыл бұрын

    Great little video, Ben. Thank you.

  • @MaxPicAxe
    @MaxPicAxe5 жыл бұрын

    What a series! I have learned so much.

  • @MakerMotion
    @MakerMotion7 жыл бұрын

    Please keep these things going, please!!

  • @entwikelaar
    @entwikelaar7 жыл бұрын

    Great tutorial! calm and professional

  • @dasinhaberlicht3998
    @dasinhaberlicht39985 жыл бұрын

    Perfect presentation! Thank you for this

  • @duski622
    @duski6225 жыл бұрын

    Thank you very much for this tutorials.You helped me a lot!

  • @smaktwk
    @smaktwk9 жыл бұрын

    very good video for refreshing foundation topics. Thanks for the video

  • @AzadTasan
    @AzadTasan8 жыл бұрын

    Great series, thank you very much for creating it :)

  • @Nirajkantisamal
    @Nirajkantisamal5 жыл бұрын

    To the point..... able to match with the tcpdump I took. Much appreciated.

  • @scienceblossom6197
    @scienceblossom61975 жыл бұрын

    I can't thank you enough this video was really great!

  • @SandeshDaundkar
    @SandeshDaundkar8 жыл бұрын

    I'm so grateful to you :) These videos on networking helped me learn alot :) I rarely comment but you deserve it :) Great Job!

  • @KL-es9bt

    @KL-es9bt

    8 жыл бұрын

    😑

  • @BossManTee

    @BossManTee

    7 жыл бұрын

    Every single scamming video that i watch or called me were INDIAN i am not trying to be racist here but seriously what’s up with these people ? don’t they have dignity ? you can literally search IRS scams and every single one of them are INDIAN, wtf is wrong with these people ?

  • @yuotyu3569
    @yuotyu35695 жыл бұрын

    thank you very very much ben, those videos helped me alote to understand how networks works.

  • @aruizsilva
    @aruizsilva4 жыл бұрын

    I'd be great if you came back to doing this type of videos again. Thanks for all your good work!