Skip to Content
Cloud Native Python
book

Cloud Native Python

by Manish Sethi
July 2017
Intermediate to advanced
374 pages
8h
English
Packt Publishing
Content preview from Cloud Native Python

Transport protocol

In the Open Systems Interconnection model (OSI model), the transport layer is commonly referred to as layer 4. Web applications use TCP protocols as their transport protocol because of their reliability.

In TCP (Transport Control Protocol), each packet is closely monitored, and error recovery mechanisms are inbuilt, which is very useful in case of a communication failure. These mechanisms are exploited to attack web applications.

The most common attack is the SYN flood attack, which is a TCP request for acknowledgment attack. The SYN flood attack severely affects the application by using an idle session to establish a connection with the application server, and keeps on requesting until the server runs out of resources, ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Python for DevOps

Python for DevOps

Noah Gift, Kennedy Behrman, Alfredo Deza, Grig Gheorghiu
Cloud Native

Cloud Native

Boris Scholl, Trent Swanson, Peter Jausovec

Publisher Resources

ISBN: 9781787129313Supplemental Content