Which of the following features do firewalls and router IP ACLs have in common?

A) Match source and destination IP addresses
B) Identify applications by matching well-known TCP and UDP ports
C) Watch application-layer flows for additional TCP and UDP ports
D) Match text in the URI of an HTTP request
E) Keep state information about each packet


A, B
Explanation: A) Firewalls and ACLs share basic functionality, but firewalls are more advanced. Routers and firewalls both examine source and destination IP addresses and look at well-known ports, but only firewalls can do the rest.
B) Firewalls and ACLs share basic functionality, but firewalls are more advanced. Routers and firewalls both examine source and destination IP addresses and look at well-known ports, but only firewalls can do the rest.

Computer Science & Information Technology

You might also like to view...

Which of these remarks about overloading a function name is correct?

a) C++ distinguishes between function overloaded implementations by examining differences in return types. C++ distinguishes between overloaded function versions by examining differences in the argument lists. b) C++ does not support function name overloading. c) To decide which version of overloaded functions, C++ looks first for an exact match in the argument list types and the parameter list types. d) If there is no match between the argument list types and the parameter list types C++ expects the programmer to supply type conversions to get a match.

Computer Science & Information Technology

The default cellspacing value in most browsers is ____ pixel(s).

A. 1 B. 2 C. 4 D. 5

Computer Science & Information Technology

The first step in the heapsort of this chapter is to convert the list into a heap, called ____.

A. newHeap B. buildHeap C. convertHeap D. addHeap

Computer Science & Information Technology

Slide Show view fills your computer screen with the slides of a presentation. _________________________

Answer the following statement true (T) or false (F)

Computer Science & Information Technology