- What is Health & Healthcare
- Health Informatics
- Data, Information Knowledge, Wisdom
- What is healthcare data?
- Recap of simple client-server app
- Intro to OSI Model
- Monitoring Network Traffic with Wireshark
Lecture:
- IP Protocol, IP Addresses, Subnet Masks
- Endianness
- Packets and their Parsing
Exercise:
- Network Traffic Analysis with Wireshark
- Intro to Hacker 101
Deliverables:
- Discussion of improved Web Server
Lecture:
- No Lecture (moved TCP/UDP to Session 4)
Lecture:
-
TCP vs. UDP: https://www.geeksforgeeks.org/differences-between-tcp-and-udp/
-
TCP Protocol 3-way-handshake: -- https://medium.com/@kusal95/tcp-3-way-handshake-process-1fd9a056a2f4 -- https://github.com/dawnl3ss/Three-Way-Handshake
-
UDP: https://pythontic.com/modules/socket/udp-client-server-example
-
Analyzing TCP and UDP Packets with Wireshark
-
Programming TCP and UDP with Socket API
Exercise:
- TCP and UDP Attacks
- TCP Sequence Attacks
- Session Hijacking