Tag: TCP
-
HTTP/2 vs HTTP/3: Web Protocol Evolution
The Hypertext Transfer Protocol (HTTP) has undergone significant transformations since its inception, with HTTP/2 and HTTP/3 representing major milestones in its evolution. These successive iterations have substantially enhanced web performance, security, and reliability. HTTP/2: The Multiplexing Pioneer Introduced in 2015, HTTP/2 (RFC 7540) revolutionized web communication by introducing: HTTP/3: The QUIC-Enabled Speedster Released in 2020,…
-
TCP (Transmission Control Protocol)
TCP is the layer 4 networking protocol of the OSI model, TCP is responsible for the networking capabilities, both TCP and UDP are placed in the LAYER 4 OSI MODEL, TCP sends packets across the internet and makes sure that the packets are transferred securely, consistently and efficiently. TCP connection is established by 2 servers and once the TCP session is established, DATA packets can be sent across TCP. TCP leverages the THREE…