Encapsulation wraps data with headers going down the stack.
When you send "Hello":
Application creates data
Transport adds TCP header → Segment
Network adds IP header → Packet
Data Link adds Ethernet header/trailer → Frame
Physical converts to bits
Each layer adds its header. The original data becomes the next layer's payload. Like nested boxes. Each layer adds one box around the previous.