Client-Server architecture
Ports:
- It’s an integer between 0 and 65535
- Ports 0-1023 are reserved for system ports, also known as well-known ports
IP Protocol
IP packets:
- They are transported through the internet
- They are divided into two parts: a header (which contains the size, IP version, source, destination, and other information) and data
- The data size is limited to 2^16 bytes
- The data part contains the TCP header, which helps to know the order of multiple sent packets
TCP Protocol
HTTP Protocol
Storage options