____ keeps a record of the state of a connection between an internal computer and an external server and then makes decisions based on the connection as well as the rule base.

A. Stateful packet filtering
B. Stateless packet filtering
C. Hubs
D. Stateful hubs


Answer: A

Computer Science & Information Technology

You might also like to view...

A WCF web service in Visual Studio 2012 Express for Web consists of ________.

a) a code-behind file b) a Web.config file c) an SVC file d) All of the above

Computer Science & Information Technology

Which of the following declarations and initializations will not cause a compiler error?

Consider the following inheritance hierarchy that is used in a video game. ``` Character / \ Friend Villain / \ / \ WiseMan ShopKeeper Dragon Skeleton | | FlyingDragon EliteSkeleton ``` ``` Character c = new FlyingDragon(); FlyingDragon f = new Character(); Dragon d = new Villain(); Villain v = new Skeleton(); Dragon d = new ShopKeeper(); ``` What will be an ideal response?

Computer Science & Information Technology

Which of the following is not an advantage of OSPF?

a. It is very easy to implement. b. It uses VLSM. c. Link state changes are immediately reported. d. It is not a proprietary protocol.

Computer Science & Information Technology

The shared resource configuration provides the following interfaces to a client: Resource, Resource requested, ________ , and resource-specific interfaces.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology