This is about the OSI model
Sources Hussein Nasser " The OSI Model - Explained Example " Youtube Video
Open Systems Interconnection model is an architecture that describes how data gets passed between different layers of abstraction an Information Technology systems and infrastructures
- Application
- Presentation
- Session
- Transport
- Network
- Data Link
- Physical
- Request
|---------|
Request |
---|
Encryption using HTTPS/TLS
- Encryption
- Decryption
|---------|
)?#@!** |
---|
Since a single client can establish multiple connections to a single server at any time these sessions must be differentiated by a session id or tag since all information from layer 1 to 4 is going to be identical. You can think of it as opening multiple pages of the same website in a single machine.
- Session Tag
|---------|-----|
)?#@!** | sid |
---|
-
Segment
-
Source Port Number
-
Destination Port Number (Target)
-
Segment Numbers
|-------|---------|-----|-------|
dport | )?#@!** | sid | sport |
---|
-
Packets
-
Source IP Address
-
Destination IP Address
|-----|-------|---------|----|-------|-----|
dip | dport | )?#@!** | id | sport | sip |
---|
This layer sees the data as a bunch of bits only, so it splits them into
- Frames
Regardless of where they are split.
- Source MAC Address
- Destination MAC Address
|------|-----|-------|---------|-----|-------|------|------|
dmac | dip | dport | )?#@!** | sid | sport | sip= | smac |
---|
A signal that could be " Electrical, Optical, Radio ... "