What is HTTP?
tl;dr - The Hypertext Transfer Protocol, or HTTP, is the predominant tool in the transferring of resources on the web, and a "must-know" for many application delivery concepts utilized on BIG...
Updated Jun 06, 2023
Version 2.0JRahm
Admin
Christ Follower, Husband, Father, Technologist. I love community and I especially love THIS community. My background is networking, but I've dabbled in all the F5 iStuff, I'm a recovering Perl guy, and am very much a python enthusiast. Learning alongside all of you in this accelerating industry toward modern apps and architectures.JRahm
Admin
Oct 23, 2017@Sukesh, the difference between TCP only and TCP+HTTP is how the server side is initiated. Without HTTP, the server side TCP handshake is initiated as soon as the handshake is completed on the client side. With HTTP, the BIG-IP waits for the first request from the client to initiate the TCP connection. Details are in K8082 on AskF5.