The competition between stateful inspection and proxies was based on performance, protocol support, and security. Considering stateful Inspections and Proxies, which statement is correct?
The competition between stateful inspection and proxies was based on performance, protocol support, and security. Considering stateful Inspections and Proxies, which statement is correct?
When it comes to performance, stateful inspection was significantly faster than proxies. Proxies typically required more processing because they established two TCP connections for each session, one on the client side and one on the server side. This additional processing made proxies slower compared to stateful inspection firewalls.
The correct answer is D. The competition between stateful inspection and proxies was based on performance, protocol support, and security. When it comes to performance, the stateful inspection was significantly faster than the proxies. Regarding protocol support, the stateful inspection was more easily adaptable.
C and D are correct both, one more incorrect question
I think D is correct.
On performance, stateful inspection was significantly faster than proxies. Proxies established two TCP connections for each session, one client-side and one server side, that required significantly more processing. The answer is D.