What type of packet-filtering rules are typically defined?

What will be an ideal response?

Any outbound packet must have a source address that is in your internal network.
Any outbound packet must not have a destination address that is in your internal network.
Any inbound packet must not have a source address that is in your internal network.
Any inbound packet must have a destination address that is in your internal network.
Any packet that enters or leaves your network must have a source or destination address that falls within the range of addresses in your network. Your network may use (but does not have to use) private addresses or addresses listed in RFC1918 reserved space. These include 10.x.x.x/8, 172.16.x.x/12, and 192.168.x.x/16. Remember that we always also include the loopback network 127.0.0.0/8.

Computer Science & Information Technology

You might also like to view...

Upon encountering the designated delimiter character, the ignore member function will:

a. Read it in and return its value. b. Ignore it and continue reading and discarding characters. c. Terminate. d. Replace it with an EOF character.

Computer Science & Information Technology

What is Apache? Very basically, how does it work (i.e., what happens when you point a browser at a Web page)?

What will be an ideal response?

Computer Science & Information Technology