Presentation is loading. Please wait.

Presentation is loading. Please wait.

1/28/2010 Network Plus Malware and Ensuring Availability.

Similar presentations


Presentation on theme: "1/28/2010 Network Plus Malware and Ensuring Availability."— Presentation transcript:

1 1/28/2010 Network Plus Malware and Ensuring Availability

2 Malware Program or code –Designed to intrude upon or harm system and resources Examples: viruses, Trojan horses, worms, bots Virus –Replicating program intent to infect more computers Through network connections, exchange of external storage devices 4

3 Network+ Guide to Networks, 5 th Edition5 Types of Malware Categories based on location and propagation –Boot sector viruses –Macro Virus –File-infector virus –Worm –Trojan horse –Network Virus –Bot

4 Malware Characteristics –Encryption Used by viruses, worms, Trojan horses Thwart antivirus program’s attempts to detect it –Stealth Malware hides itself to prevent detection Disguise themselves as legitimate programs, code –Polymorphism Change characteristics every time they transfer to new system –Time dependence Programmed to activate on particular date Can remain dormant, harmless until date arrives 6

5 8 Malware Protection Install virus-scanning program or anti-malware software –Spyware vs Virus –Security Essentials from Microsoft Requires: –Choosing appropriate anti-malware program –Monitoring network –Continually updating anti-malware program –Educating users ZeroDay attack –First attacks made by virus or malware –Best defense is security policy and user training

6 Malware Symptoms Malware leaves evidence –Some detectable only by anti-malware software –User viewable symptoms Unexplained file size increases Significant, unexplained system performance decline Unusual error messages Significant, unexpected system memory loss Periodic, unexpected rebooting Display quality fluctuations Malware often discovered after damage done Network+ Guide to Networks, 5 th Edition9

7 10 Malware Detection Minimal anti-malware functions –Detect malware through signature scanning Comparing file’s content with known malware signatures –Detect malware through integrity checking Comparing current file characteristics against archived version Server Based Client Based

8 Network+ Guide to Networks, 5 th Edition14 Fault Tolerance Environment –Temperature –Protect from break-ins and natural disasters Power –UPS Redundancy –Virtual Machine Clusters

9 Network+ Guide to Networks, 5 th Edition16 Power Blackout –Complete power loss Brownout –Temporary dimming of lights Causes –Forces of nature –Utility company maintenance, construction Solution –Alternate power sources

10 Network+ Guide to Networks, 5 th Edition17 Power Flaws Not tolerated by networks Types: –Surge Momentary increase in voltage –Noise Fluctuation in voltage levels –Brownout Momentary voltage decrease –Blackout Complete power loss

11 Network+ Guide to Networks, 5 th Edition18 UPSs (Uninterruptible Power Supplies) Battery-operated power source Directly attached to one or more devices Attached to a power supply Prevents –Harm to device, service interruption

12 Network+ Guide to Networks, 5 th Edition19 UPSs (cont’d.) Standby UPS (offline UPS) –Continuous voltage –Switch instantaneously to battery upon power loss –Restores power –Problems Time to detect power loss Does not provide continuous power

13 Network+ Guide to Networks, 5 th Edition20 UPSs (cont’d.) Online UPS –A/C power continuously charges battery –No momentary service loss risk –Handles noise, surges, sags Before power reaches attached device –More expensive than standby UPSs Number of factors to consider when choosing

14 Network+ Guide to Networks, 5 th Edition22 Topology and Connectivity Before designing data links –Assess network’s needs Fault tolerance in network design –Supply multiple paths data Travel from any one point to another –LAN: star topology and parallel backbone Multiple network adapters Mesh topology in switches -- STP –SONET technology Relies on dual, fiber-optic ring

15 Network+ Guide to Networks, 5 th Edition25 Topology and Connectivity (cont’d.) Failover capable or hot swappable components –Desired for switches or routers supporting critical links Load balancing –Automatic traffic distribution to optimize response Over multiple links or processors Virtualization –Provides for failover and load balancing by allowing virtual machines to be moved between hosts based on loads. –In event of host failure, virtual machine may be migrated to another host

16 Network+ Guide to Networks, 5 th Edition26 Topology and Connectivity (cont’d.) Figure 14-5 Fully redundant T1 connectivity

17 Network+ Guide to Networks, 5 th Edition29 Clustering Referred to as High Availability solution Links multiple servers together –Act as single server Clustered servers share processing duties –Appear as single server to users Failure of one server –Others take over Used with virtualization

18 Network+ Guide to Networks, 5 th Edition31 RAID (Redundant Array of Independent [or Inexpensive] Disks) Collection of disks –Provide shared data, application fault tolerance Disk array (drive) –Group of hard disks RAID drive (RAID array) –Collection of disks working in a RAID configuration –Single logical drive

19 Network+ Guide to Networks, 5 th Edition32 RAID (cont’d.) Hardware RAID –Set of disks, separate disk controller –RAID array managed exclusively by RAID disk controller Attached to server through server’s controller interface Software RAID –Software implements, controls RAID techniques Any hard disk type –Less expensive (no controller, disk array) –Performance rivals hardware RAID

20 Network+ Guide to Networks, 5 th Edition33 RAID (cont’d.) RAID Level 0 - Disk Striping –Simple RAID implementation –Data written in 64-KB blocks equally across all disks –Not fault-tolerant –Does not provide true redundancy –Best RAID performance (in this chapter) Uses multiple disk controllers

21 Network+ Guide to Networks, 5 th Edition34 RAID (cont’d.) Figure 14-6 RAID level 0 - disk striping

22 Network+ Guide to Networks, 5 th Edition35 RAID (cont’d.) RAID Level 1- Disk Mirroring –Disk mirroring provides redundancy Data from one disk copied automatically to another disk –Dynamic data backup Data continually saved to multiple locations –Advantages Simplicity, automatic and complete data redundancy –Disadvantages Cost of two controllers, software for mirroring

23 Network+ Guide to Networks, 5 th Edition36 RAID (cont’d.) Figure 14-7 RAID level 1 - disk mirroring

24 RAID (cont’d.) RAID Level 5 - Disk Striping with Distributed Parity –Most popular data storage technique –Data written in small blocks across several disks –Parity error checking information distributed among disks Network+ Guide to Networks, 5 th Edition37

25 Network+ Guide to Networks, 5 th Edition38 RAID (cont’d.) Figure 14-9 RAID level 5 - disk striping with distributed parity

26 39 RAID 10 Combines Raid 0 and Raid 1

27 Network+ Guide to Networks, 5 th Edition40 NAS (Network Attached Storage) Specialized storage device, storage device group –Provides centralized fault-tolerant data storage Difference from RAID –Maintains own interface to LAN Allows for clustering –Shared by virtual machines

28 Network+ Guide to Networks, 5 th Edition42 NAS (cont’d.) Figure 14-10 Network attached storage on a LAN

29 Network+ Guide to Networks, 5 th Edition43 SANs (Storage Area Networks) Distinct networks of storage devices Often use Fiber Communicate directly –With each other, other networks Multiple storage devices –Connected to multiple, identical servers

30 Network+ Guide to Networks, 5 th Edition44 Figure 14-11 A storage area network

31 Network+ Guide to Networks, 5 th Edition45 Data Backup Backup –Copies of data or program files Created for archiving, safekeeping –Store off site Many backup options available –Performed by different software and hardware –Use different storage media types Tape, Optical, External Disk, Network Can be controlled by NOS utilities, third-party software

32 Backup Strategy Backup methods use archive bit –Full backup All data copied Uncheck archive bits –Incremental backup Copy data changed since last full, incremental backup Uncheck archive bits –Differential backup Copy only data changed since last backup All data marked for subsequent backup Does not uncheck archive bits Network+ Guide to Networks, 5 th Edition52

33 Network+ Guide to Networks, 5 th Edition53 Backup Strategy (cont’d.) Grandfather-Father-Son –Uses backup sets Daily (son) Weekly (father) Monthly (grandfather)

34 Network+ Guide to Networks, 5 th Edition56 Disaster Recovery Contingencies Cold site –Components necessary to rebuild network exist Not appropriately configured, updated, or connected Warm site –Components necessary to rebuild network exist Some appropriately configured, updated, and connected Hot site –Components necessary to rebuild network exist All are appropriately configured, updated, and connected Match network’s current state

35 Network+ Guide to Networks, 5 th Edition The End


Download ppt "1/28/2010 Network Plus Malware and Ensuring Availability."

Similar presentations


Ads by Google