internet and networking for newbies 11 - TCP connections, 3 and 4 way handshakes, RST and timeouts

Subscribers:
9,750
Published on ● Video Link: https://www.youtube.com/watch?v=fZiDQDNzyys



Duration: 29:40
22 views
0


------------------ Useful Links ------------------------------------
TCP connection establishment
https://www.geeksforgeeks.org/tcp-connection-establishment/?ref=lbp

Services and Segment Structure TCP
https://www.geeksforgeeks.org/services-and-segment-structure-in-tcp/?ref=lbp

Three Way Handshake
https://www.geeksforgeeks.org/tcp-3-way-handshake-process/?ref=lbp

Four Way Handshake and TCP connection termination
https://www.geeksforgeeks.org/tcp-connection-termination/

Computer Networking Course by Google (look for DNS and UDP, it shows that TCP requires acknowledgement flags 2:51:04)
https://www.youtube.com/watch?v=QKfk7YFILws

TCP no connection Timeout
https://stackoverflow.com/questions/13085676/tcp-socket-no-connection-timeout

Default TCP Connection Timeout in windows
https://serverfault.com/questions/193160/which-is-the-default-tcp-connect-timeout-in-windows

TCP reset attack
https://en.wikipedia.org/wiki/TCP_reset_attack


------------------ Video Sections --------------------------------
Chapters:
0:00 recao
3:05 Acknowledgement Messages
8:00 Three Way Handshake (establishing TCP connection)
16:55 Four Way Handshake (finishing TCP connection Properly)
18:47 What if connections are not finished properly?
19:14 TCP timeouts
23:20 RST messages
26:00 RST in firewalls
26:55 TCP Reset Attacks

---------------------[Playlists and Relevant Github Repositories]----------------------------------------------

Fluid Mechanics and Git Repos:
https://www.youtube.com/playlist?list=PLhPfNw4V4_YSmdAXc6J0XOSQ1b27qsMGt
https://github.com/theodoreOnzGit/OpenFoam_heatTrf_YouTube

Petroleum Downstream Crash Course Playlist:
https://www.youtube.com/playlist?list=PLhPfNw4V4_YQ13CnhacUqEVk-tZlU4ISE

OpenFOAM for Windows 10 Beginner Playlist and some Git Repos
https://www.youtube.com/playlist?list=PLhPfNw4V4_YRhBU4IqSaToQ8_X543YQsZ
https://github.com/theodoreOnzGit/laminar_BL_OpenFOAM

OpenFOAM Intermediate Playlist and some Git Repos
https://www.youtube.com/playlist?list=PLhPfNw4V4_YSpWX6mSOlwWEOKVa6i_iuE
https://github.com/theodoreOnzGit/thin_pipeflow_snappyHexMesh

OpenFOAM Heat Transfer Playlist and GitHub Repo
https://www.youtube.com/playlist?list=PLhPfNw4V4_YR2Qa3Q9-AzNSF2J9Dc4_qT
https://github.com/theodoreOnzGit/OpenFoam_heatTrf_YouTube

Radiation Heat Transfer Learning Journal and Git Repos:
https://www.youtube.com/watch?v=uUzh9kh-WTo&list=PLhPfNw4V4_YRUUVUydQp-n6U-7uu1kJof
https://github.com/theodoreOnzGit/heatTransferTheory_YouTube

Convection Boundary Layer and git Repos:
https://www.youtube.com/playlist?list=PLhPfNw4V4_YR9pRBpp101Mkuds49vjQ63
https://github.com/theodoreOnzGit/heatTransferTheory_YouTube

Turbulence Modelling Playlist
https://www.youtube.com/watch?v=F_Rxv9uMM3g&list=PLhPfNw4V4_YSnbYkJIBQ1kRN06Mmxe2Be
https://github.com/theodoreOnzGit/turbulenceModelling

LabView Frequency Analysis and Fun (playlist and git repo)
https://www.youtube.com/playlist?list=PLhPfNw4V4_YQYE7XqTisMBkpm7gqNS_nl
https://github.com/theodoreOnzGit/Ted_labview_YouTube

Control Systems and Frequency Response
https://www.youtube.com/watch?v=qHY6y7JmB2U&list=PLhPfNw4V4_YRUuWnrtClovPKxU_gJOXH-
https://github.com/theodoreOnzGit/matlabFrequencyResponse.git

OpenFOAM C++
https://github.com/theodoreOnzGit/C-_YouTube_OpenFoam
https://www.youtube.com/playlist?list=PLhPfNw4V4_YT9OgqS7ZPlot_Ucxzc6pQJ

OpenFOAM Bash
https://github.com/theodoreOnzGit/Bash_OpenFOAM_YouTube
https://www.youtube.com/playlist?list=PLhPfNw4V4_YT5zjBhfj5Hj4r4D5eXilcU

Basic Samba
https://www.youtube.com/playlist?list=PLhPfNw4V4_YQuWJLufBUpNplitReZX0fB
https://github.com/theodoreOnzGit/sambaVideos

Manjaro Tips and Tricks
https://www.youtube.com/playlist?list=PLhPfNw4V4_YQuyXBfJxAvzHJTl0UiWx3h

lammps and Discrete Element Modelling (DEM)
https://www.youtube.com/playlist?list=PLhPfNw4V4_YTdRlnLiu2OUXeTf5ZNVQ9E




Other Videos By Theo Ong Science and Engineering


2022-02-06Playing with NIDAQmx 8 - reading values from simulated DAQs, more on tasks and persisted tasks
2022-02-04Playing with NIDAQmx 7 -programatically get existing task names in NI max in python
2022-02-04Playing with NIDAQmx 6 - where can i find all the functions to add different channel types?
2022-02-04Playing with NIDAQmx 5 - attempt to add a task for temperature and voltage
2022-02-03pythonStuff - templateFile explanation part 1 dynamic imports
2022-02-03python templateFile for object oriented programming in command line
2022-02-03windows tricks - turn off annoying beep sound in vim
2022-01-31internet and networking for newbies 13 - what is dial up and broadband DSL, cable and fiber?
2022-01-31internet and networking for newbies 12 - What is Domain Name System DNS? Brief Introduction
2022-01-31internet and networking for newbies Practical 3 - netstat and wireshark for tcp in transport layer
2022-01-30internet and networking for newbies 11 - TCP connections, 3 and 4 way handshakes, RST and timeouts
2022-01-28internet and networking for newbies 10 - intro to UDP and TCP in transport layer
2022-01-28internet and networking for newbies 9 - port no.s, transport layer and multiplexing demultiplexing
2022-01-25internet and networking for newbies Practical 2 - wireshark for investigating data packets
2022-01-25internet and networking for newbies 8 - exmaple of port numbers in NAT and traceroute
2022-01-24internet and networking for newbies 7 - network address translation and port numbers
2022-01-24internet and networking for newbies 6 - routers and non routable address space
2022-01-18Playing with NIDAQmx 4 - getting name strings of analog input ai and analog output ao phys channels
2022-01-18Playing with NIDAQmx 3 - github repo, examples and fiddling around with channel name collection
2022-01-18Playing with NIDAQmx 2 - listing devices and creating classes
2022-01-14Playing with NIDAQmx 1 - creating and fiddling around with virtual DAQs in NI Max



Tags:
Engineering
Math
Science
Thermodynamics
Fluid Mechanics
Chemical
Nuclear
Chemical Potential
Fugacity
Enthalpy
Internal Energy
Entropy
First Law
Second law
Gibbs Free Energy
Hemholtz free energy
heat capacity
constant volume
constant pressure
tutorial
petroleum
oil
refinery
downstream
crude
jet
gasoline
gasoil
diesel
computational fluid dynamics
CFD
OpenFoam
Open
Foam
Fluid mechanics
heat transfer
turbulence
conduction
convection
radiation
Linux
Mint
Ubuntu
Manjaro