Briefly describe how firewalls affect the transmission of packets within Internet Protocol (IP).
What will be an ideal response?
The rules used for all parts of the IP protocol control the overall flow of IP traffic through your network. If you have identified a computer or network that you want to block from your company's network, you would specify Source IP or Destination IP rule criteria. These rules will affect the entire TCP/IP suite of protocols (ICMP, UDP, or TCP).
Computer Science & Information Technology
You might also like to view...
What will be printed when the following code is executed?
``` double x = 45678.259; System.out.printf("%,.2f", x); ``` a. 45678.259 b. 0,045,678.26 c. 45,678.26 d. 45,678.3
Computer Science & Information Technology
What are the two actions that can be taken on an event field?
What will be an ideal response?
Computer Science & Information Technology