DEV Community

Cover image for Day 3 Learning How Data Actually Moves (TCP/IP, TCP vs UDP, DHCP)
Faizan Nazir
Faizan Nazir

Posted on

Day 3 Learning How Data Actually Moves (TCP/IP, TCP vs UDP, DHCP)

Day 3 of my SOC journey β€” and things are getting real.

Today I focused on how communication actually happens inside networks:

TCP/IP basics
4-layer model
TCP vs UDP
TCP handshake
DHCP + DORA

πŸ’‘ Biggest insight:

Everything in SOC β€” alerts, logs, attacks β€”
depends on how data flows.

If you don’t understand this, you’re just guessing.

⚑ TCP = reliable
⚑ UDP = fast

Both matter.

What’s next?
MAC Address, ARP, ICMP, and Ping

Top comments (0)