Why is diversity necessary to provide better security?
What will be an ideal response?
Diversity is closely related to layering. Just as it is necessary to protect data with layers of security, so too must the layers be different (diverse), so that if a thief penetrates one layer he cannot use the same techniques to break through all other layers. For example, a thief might be able to foil the security camera in a bank by dressing in black clothes but should not be able to use the same steps to trick the motion detection system.
Using diverse layers of defense means that breaching one wireless security layer does not compromise the entire system. This can be achieved in different ways. It is possible to set a firewall to filter a specific type of traffic, such as all inbound traffic, while a second firewall on the same system filters other traffic types, such as outbound traffic. In addition, using firewalls produced by different vendors creates even greater diversity: an attacker who can get though a Brand A firewall would have more difficulty trying to break through a Brand B firewall because they are different. In wireless networks, diversity in the transitional security model involves implementing both MAC address filtering and DHCP restrictions.
You might also like to view...
When using a predesigned CSS layout, the properties for individual rules can be modified.
Answer the following statement true (T) or false (F)
Which option would clear a PivotTable filter on a State field?
A. Select the filter arrow on the Rows header and select clear filter. B. Select the filter arrow on the Columns header and select clear filter. C. Drag the State field off the FILTERS area. D. Click the funnel icon to the right of the State filter and then select All and then click OK.
Android smartphone are typically different from other smartphone devices in that:
A. Android devices use apps that are more secure than other devices. B. Android devices use open source operating systems. C. Android devices can only operate with a proprietary operating system. D. Android devices can receive apps from different sources.
The statement System.out.printf("%5d", 123456) outputs ___________.
a. 12345 b. 23456 c. 123456 d. 12345.6