Peer Instruction for Digital Forensics

Total Page:16

File Type:pdf, Size:1020Kb

Peer Instruction for Digital Forensics Peer Instruction for Digital Forensics William Johnson, Irfan Ahmed,∗ Vassil Roussev Cynthia B. Lee Department of Computer Science Computer Science Department University of New Orleans Stanford University [email protected], {irfan,vassil}@cs.uno.edu [email protected] Abstract are effective for students who have a good understanding of individual forensic concepts relating to the lab task, Digital forensics can be a difficult discipline to teach ef- and are able to integrate them into a broader view of a fectively because of its interdisciplinary nature, closely forensic investigative scenario. integrating law and computer science. Prior research in Unfortunately, the traditional lecture-centric approach Physics and Computer Science has shown that the tradi- is often inadequate in providing the conceptual prepara- tional lecture approach is inadequate for the task of pro- tion for hands-on labs and exercises. Commonly, lectures voking students’ thought-processes and systematically fail to motivate students to study before class, and there- engaging them in problem-solving during class. Peer in- fore the in-class learning experience is less effective than struction is an established pedagogy for addressing some it could be. The traditional lecture also lacks a reliable of the challenges of traditional lectures. For this paper, in-class mechanism to help an instructor ensure that stu- we developed 108 peer instruction questions for a dig- dents understand the concepts being taught. Although ital forensics curriculum, and evaluated a selection of the instructor may ask ad-hoc questions to stimulate dis- the questions by holding a condensed computer forensics cussion, this usually engages a few students and does not workshop for university students. The evaluation results provide feedback about every student in class. show that peer instruction helps students understand the targeted digital forensics concepts, and that 91% of stu- Peer instruction has emerged as a promising solution dents would recommend that other instructors use peer to enrich the in-class experience such that it yields bet- instruction. ter outcomes. It was first introduced by Eric Mazur in physics classrooms at Harvard University [2]. With peer 1 Introduction instruction, a lecture consists of a series of multiple- choice questions (a.k.a. ConcepTests) that are designed Digital forensics is defined as the application of scien- to provoke deep conceptual thinking in students and en- tific tools and methods to identify, collect, and analyze gage them in a meaningful discussion. Students are re- digital artifacts in support of legal proceedings [11]. It quired to study some reading material before coming to is a challenging field to teach effectively because of its class, which helps them to find correct answers to the positioning at the intersection of law and computer sci- peer instruction questions. Peer instruction has shown ence. For instance, the data acquired from a suspect com- to be effective in physics, computer science, and biology puter (a.k.a digital evidence) without a search warrant classrooms [7]. In particular in computer science, it has may prevent the evidence from being admitted in court. halved failure rates in four courses [7] and increased stu- Students need to achieve a clear understanding of im- dent retention in the computer science major [10]. portant principles of performing a forensic investigation Previously, peer instruction has not been explored as within the constraints put forth by state and federal law. a means for delivering a digital forensics curriculum. Often, forensic instructors combine traditional lectures We have developed 108 peer instruction questions for an with hands-on lab exercises to improve the student learn- introductory course on computer forensics. This paper ing outcomes. Typical exercises include solving cyber- discusses some of these questions as examples and ana- crime cases such as theft of credit card data and malware lyzes classifies with respect to two basic criteria. First, attacks. In our experience, forensic hands-on exercises what are the elements used in the questions to trigger ∗Corresponding author conceptual thinking processes of students such as “com- This work was supported by the NSF grant # 1500101 pare and contrast,” “deliberate ambiguity” and “trolling for misconception”? We use Beatty et al.’s concept trig- • The instructor then poses the same question to the gers [1] for the analysis. Second, how are the questions students again; the students reply to the question. presented, such as in a scenario, example, or diagram. • Depending on the answers, the instructor would The paper also presents the results of a digital foren- have the option to discuss the concept in further de- sic workshop utilizing peer instruction methodology and tail with the students to ensure a better understand- questions. The evaluation results show that most of the ing; or, if the students clearly understand the con- students find the use of clickers beneficial and the group cept at this point, the instructor may choose to con- discussion for a peer question helps the students under- tinue to the next question. stand a target concept. 91% students would recommend other instructors use peer instruction. The results also show a clear evidence of improvement in student learn- 2.2 Related Work ing that is measured through quizzes taken before and Peer instruction has not been widely adopted in the cy- after a topic is covered and peer instruction questions bersecurity classroom. Recently, Johnson et al. [4] de- replied to by the students before and after peer discus- veloped peer instruction questions for two courses: in- sions. troduction to computer security, and network penetration The rest of the discussion is organized as follows. Sec- testing. They developed a set of 172 peer instruction tion 2 discusses the peer instruction methodology and re- questions; however, these were not evaluated in a class- lated work. Section 3 presents the elements of a peer room setting. instruction question (i.e. concept triggers and question More broadly, there have been a number of prior ef- presentation) along with the steps to create a peer ques- forts to use peer instruction in the computer science tion. Section 4 discusses four examples of peer instruc- classroom. Porter et al. [8] perform a multi-institutional tion questions and identifies their concept triggers and study of the usage of peer instruction in seven instruc- question presentation types, followed by section 5 that tors’ introductory programming courses. Considering presents an analysis of 108 peer instruction questions re- instructors’ prior experience (or lack thereof) utilizing cently developed by the authors. Sections 6, 7, and 8 peer instruction, they primarily focus on student percep- present the peer instruction implementation in a digital tion of peer instruction using measurements such as per- forensic workshop, a list of peer instruction questions ceived question difficulty, question time allowed, discus- used in the workshop, and evaluation results, followed sion time allowed, and content difficulty. They obtain by conclusion in section 9. participants’ responses using surveys and note that at least 71% of students would recommend other instruc- 2 Background/Related Work tors to use peer instruction. 2.1 Peer Instruction Methodology Similarly, Porter et al. conduct a measurement of peer instruction across multiple small liberal arts colleges to Peer instruction pedagogy could be categorized under the measure the effectiveness of peer instruction in smaller general umbrella of a“flipped classroom” approach, but classes, using data from five instructors at three institu- the term “peer instruction” describes a specific protocol, tions [9]. They notice normalized gains in the same range and does not mean generally any use of peer discussion that of larger universities with students generally approv- or clickers. The protocol has three important elements. ing of the method and their performances. First, it divides a class lecture into a series of multiple- Esper [3] utilizes peer instruction in a software engi- choice conceptual questions. The questions focus on the neering course that has 189 students. She makes a modi- primary concepts an instructor wishes to teach. Second, fication in the standard peer instruction process in which it divides the students in class into a number of small a clicker question is initially shown without answers and groups for discussions. Third, it requires students to read both the students and instructor propose potential answer some material before coming to class. The material is choices with discussions of those answers. It is worth related to the topic covered in the class and enables the noting that the instructor does not mention whether an students to find answers of the questions. answer suggestion is correct or incorrect. The evaluation For each question, the following steps are involved: results show that 72% of the students would recommend the course instructor, with 28% not recommending due • A peer instruction question is posed to students. to the reasons such as correct answers are not given and The students use clickers to reply. clicker questions are unclear. • The instructor is able to view the results. If the Liao et al. [6] create models of in-class clicker ques- answers are mostly incorrect, the instructor then tions to predict low-performing students early in the encourages the students to discuss their answer term. They use a linear regression model to predict fi- choices with their group members. nal exam scores with approximately 70% accuracy in a twelve-week introductory computer science course. A peer instruction question on this concept can be cre- Lee et al. [5] examine the effectiveness of peer instruc- ated as follows: In order to access a file from a FAT tion in two upper-level computer science courses: The- file system, what information is absolutely necessary? a) ory of Computation and Computer Architecture and find Name and ending address of file content; b) Name, file the average normalized learning gains of 39%.
Recommended publications
  • The Rise of Autorun- Based Malware by Vinoo Thomas, Prashanth Ramagopal, and Rahul Mohandas Report the Rise of Autorun-Based Malware
    Report The Rise of AutoRun- Based Malware By Vinoo Thomas, Prashanth Ramagopal, and Rahul Mohandas Report The Rise of AutoRun-Based Malware Table of Contents Abstract 3 The Return of Removable-Disk Malware 3 Distribution of AutoRun-Based Malware 4 AutoRun Woes 6 Incomplete autorun.inf cleaning 7 Traditional detection methods 8 Smart removal of autorun.inf 8 Leveraging In-the-Cloud Computing Technology 10 The Road Ahead 11 About the authors 12 Report The Rise of AutoRun-Based Malware Abstract Most people associate today’s computer viruses and other prevalent malware with the Internet. But that’s not where they started. Lest we forget, the earliest computer threats came from the era of floppy disks and removable media. With the arrival of the Internet, email and network-based attacks became the preferred infection vector for hackers to spread malicious code—while security concerns about removable media took a back seat. Now, however, our attention is returning to plug-in media. Over the years, floppy disks have been replaced by portable hard drives, flash media cards, memory sticks, and other forms of data storage. Today’s removable devices can hold 10,000 times more data than yesterday’s floppy disks. Not only can they store more data, today’s devices are “smart”—with the ability to run portable software programs1 or boot operating systems. 2,3 Seeing the popularity of removable storage, virus authors realized the potential of using this media as an infection vector. And they are greatly aided by a convenience feature in operating systems called AutoRun, which launches the content on a removable disk without any user interaction.
    [Show full text]
  • Investigating Powershell Attacks
    Investigating PowerShell Attacks Black Hat USA 2014 August 7, 2014 PRESENTED BY: Ryan Kazanciyan, Matt Hastings © Mandiant, A FireEye Company. All rights reserved. Background Case Study WinRM, Victim VPN SMB, NetBIOS Attacker Victim workstations, Client servers § Fortune 100 organization § Command-and-control via § Compromised for > 3 years § Scheduled tasks § Active Directory § Local execution of § Authenticated access to PowerShell scripts corporate VPN § PowerShell Remoting © Mandiant, A FireEye Company. All rights reserved. 2 Why PowerShell? It can do almost anything… Execute commands Download files from the internet Reflectively load / inject code Interface with Win32 API Enumerate files Interact with the registry Interact with services Examine processes Retrieve event logs Access .NET framework © Mandiant, A FireEye Company. All rights reserved. 3 PowerShell Attack Tools § PowerSploit § Posh-SecMod § Reconnaissance § Veil-PowerView § Code execution § Metasploit § DLL injection § More to come… § Credential harvesting § Reverse engineering § Nishang © Mandiant, A FireEye Company. All rights reserved. 4 PowerShell Malware in the Wild © Mandiant, A FireEye Company. All rights reserved. 5 Investigation Methodology WinRM PowerShell Remoting evil.ps1 backdoor.ps1 Local PowerShell script Persistent PowerShell Network Registry File System Event Logs Memory Traffic Sources of Evidence © Mandiant, A FireEye Company. All rights reserved. 6 Attacker Assumptions § Has admin (local or domain) on target system § Has network access to needed ports on target system § Can use other remote command execution methods to: § Enable execution of unsigned PS scripts § Enable PS remoting © Mandiant, A FireEye Company. All rights reserved. 7 Version Reference 2.0 3.0 4.0 Requires WMF Requires WMF Default (SP1) 3.0 Update 4.0 Update Requires WMF Requires WMF Default (R2 SP1) 3.0 Update 4.0 Update Requires WMF Default 4.0 Update Default Default Default (R2) © Mandiant, A FireEye Company.
    [Show full text]
  • Hunting Red Team Activities with Forensic Artifacts
    Hunting Red Team Activities with Forensic Artifacts By Haboob Team 1 [email protected] Table of Contents 1. Introduction .............................................................................................................................................. 5 2. Why Threat Hunting?............................................................................................................................. 5 3. Windows Forensic.................................................................................................................................. 5 4. LAB Environment Demonstration ..................................................................................................... 6 4.1 Red Team ......................................................................................................................................... 6 4.2 Blue Team ........................................................................................................................................ 6 4.3 LAB Overview .................................................................................................................................. 6 5. Scenarios .................................................................................................................................................. 7 5.1 Remote Execution Tool (Psexec) ............................................................................................... 7 5.2 PowerShell Suspicious Commands ......................................................................................
    [Show full text]
  • Dolphin Power Tools User's with Windows Embedded Handheld 6.5
    Dolphin™ Power Tools with Windows® Mobile 6.X for the Dolphin 6000 Scanphone User’s Guide Disclaimer Honeywell International Inc. (“HII”) reserves the right to make changes in specifications and other information contained in this document without prior notice, and the reader should in all cases consult HII to determine whether any such changes have been made. The information in this publication does not represent a commitment on the part of HII. HII shall not be liable for technical or editorial errors or omissions contained herein; nor for incidental or consequential damages resulting from the furnishing, performance, or use of this material. This document contains proprietary information that is protected by copyright. All rights are reserved. No part of this document may be photocopied, reproduced, or translated into another language without the prior written consent of HII. © 2011 Honeywell International Inc. All rights reserved. Microsoft® Windows®, Windows NT®, Windows 2000, Windows ME, Windows XP, Windows Vista, Windows .NET Framework, Windows ActiveSync®, and the Windows logo are trademarks or registered trademarks of Microsoft Corporation. The Bluetooth® word mark and logos are owned by Bluetooth SIG, Inc. Other product names or marks mentioned in this document may be trademarks or registered trademarks of other companies and are the property of their respective owners. Web Address: www.honeywellaidc.com Table of Contents Chapter 1 - Introduction Dolphin Power Tools Overview............................................................................................1-1
    [Show full text]
  • A Baseline for XP Boot Changes AAFS - 26 February 2010
    A Baseline for XP Boot Changes AAFS - 26 February 2010 Ben Livelsberger NIST Information Technology Laboratory CFTT Project 1 Certain trade names and company products are mentioned in the text or identified. In no case does such identification imply recommendation or endorsement by the National Institute of Standards and Technology, nor does it imply that the products are necessarily the best available for the purpose. 2 Introduction Methodology/Approach Expected Results Analysis/Findings Conclusion 3 Question: What changes on a hard drive when you boot a system? Answer: Sector content of installed devices containing volumes Accessed, write, created date and time metadata Files created Files deleted 4 Build Vanilla XP system not networked Cycle through several boots and shutdowns Image with dd Boot, 2 minutes idle, shutdown, and reimage (5x) Compare images- Linux & perl Analyze differences- perl scripts and SleuthKit Tools 5 Build (vanilla) XP system DCO drive to 12 GB Partitioned 7 GB primary FAT32 2 GB secondary NTFS & 2 GB secondary FAT32 Windows XP Professional SP2 Add user files to secondary partitions 5 files - 2.4 Mb Types: .inf, .pdf, .exe, .ico, & .html 6 2.1 GB secondary NTFS partition.Payload 898,594 of 5 files copied from bootable CD (a 43 unallocated byte autorun.inf, a 17 Kb .pdf, a 2.4 sectors 7.3 GB FAT32 Mb .exe, a 13 Kb .ico, & a 13 Kb .html MBR (boot code, boot partition file). partition table, with XP SP2 Primary extended signature value) installed 2.1 GB secondary partition table + Secondary + 62 sectors) FAT32 partition. 62 sectors) extended partition table + Payload same as 62 sectors) NTFS partition Primary extended Secondary extended partition 7 partition 2.1 GB secondary NTFS partition.Payload of 5 files copied from bootable CD (a 43 byte autorun.inf, a 17 Kb .pdf, a 2.4 7.3 GB FAT32 Mb .exe, a 13 Kb .ico, & a 13 Kb .html boot partition file).
    [Show full text]
  • GV-3D1-7950-RH Geforce™ 7950 GX2 Graphics Accelerator
    GV-3D1-7950-RH GeForce™ 7950 GX2 Graphics Accelerator User's Manual Rev. 101 12MD-3D17950R-101R * The WEEE marking on the product indicates this product must not be disposed of with user's other household waste and must be handed over to a designated collection point for the recycling of waste electrical and electronic equipment!! * The WEEE marking applies only in European Union's member states. Copyright © 2006 GIGABYTE TECHNOLOGY CO., LTD Copyright by GIGA-BYTE TECHNOLOGY CO., LTD. ("GBT"). No part of this manual may be reproduced or transmitted in any form without the expressed, written permission of GBT. Trademarks Third-party brands and names are the property of their respective owners. Notice Please do not remove any labels on VGA card, this may void the warranty of this VGA card. Due to rapid change in technology, some of the specifications might be out of date before publication of this booklet. The author assumes no responsibility for any errors or omissions that may appear in this document nor does the author make a commitment to update the information contained herein. Macrovision corporation product notice: This product incorporates copyright protection technology that is protected by U.S. patents and other intellectual property rights. Use of this copyright protection technology must be authorized by Macrovision, and is intended for home and other limited viewing uses only unless otherwise authorized by Macrovision. Reverse engineering or disassembly is prohibited. Table of Contents English 1. Introduction ......................................................................................... 3 1.1. Features ..................................................................................................... 3 1.2. Minimum system requirements ..................................................................... 3 2. Hardware Installation ........................................................................... 4 2.1.
    [Show full text]
  • Vista System Restore Rootkit
    VViissttaa ssyysstteemm rreessttoorree rroooottkkitit Principle and protection EEdwdwaardrd SSunun PDF created with pdfFactory Pro trial version www.pdffactory.com AAbouboutt sspeapeakkerer u Network ID : CardMagic u Author of DarkSpy anti-rootkit u Posted several articles on rootkit.com u R&D of some world famous kernel level products in global companies u Experienced in Windows kernel mode research and programming u Now is a researcher of Trend Micro threat solution team PDF created with pdfFactory Pro trial version www.pdffactory.com WhaWhatt wwillill bebe iinnttrroduoducceded u Internals of Vista system restore u A user-mode rootkit to hide arbitrary file or registry key from Windows Vista system restore u A new way to bypass modern HIPS u Detection and protection of the threat PDF created with pdfFactory Pro trial version www.pdffactory.com AAgendagenda u Vista system restore (VSR) introduction u VSR internals u VSR rootkit u A new way to bypass HIPS u Protect & detect VSR u Demo PDF created with pdfFactory Pro trial version www.pdffactory.com VViissttaa ssyysstteemm rreessttoorree ((VSVSR)R) iinnttrrododuuccttiionon u VSR allows user to use restore point to return their system files and settings to an earlier point in time u System restore in Vista has been enhanced a lot and use new architecture & implementation which is different from XP’s u System Restore can make changes to Windows system files, registry settings, and programs installed on your computer. It also can make changes to scripts, batch files, and other types of executable files on your computer PDF created with pdfFactory Pro trial version www.pdffactory.com VSVSRR iinntteerrnnaalsls u But how does VSR work? Microsoft hasn’t provided detail document about how it works .
    [Show full text]
  • THE CONFICKER MYSTERY Mikko Hypponen Chief Research Officer F-Secure Corporation Network Worms Were Supposed to Be Dead. Turns O
    THE CONFICKER MYSTERY Mikko Hypponen Chief Research Officer F-Secure Corporation Network worms were supposed to be dead. Turns out they aren't. In 2009 we saw the largest outbreak in years: The Conficker aka Downadup worm, infecting Windows workstations and servers around the world. This worm infected several million computers worldwide - most of them in corporate networks. Overnight, it became as large an infection as the historical outbreaks of worms such as the Loveletter, Melissa, Blaster or Sasser. Conficker is clever. In fact, it uses several new techniques that have never been seen before. One of these techniques is using Windows ACLs to make disinfection hard or impossible. Another is infecting USB drives with a technique that works *even* if you have USB Autorun disabled. Yet another is using Windows domain rights to create a remote jobs to infect machines over corporate networks. Possibly to most clever part is the communication structure Conficker uses. It has an algorithm to create a unique list of 250 random domain names every day. By precalcuting one of these domain names and registering it, the gang behind Conficker could take over any or all of the millions of computers they had infected. Case Conficker The sustained growth of malicious software (malware) during the last few years has been driven by crime. Theft – whether it is of personal information or of computing resources – is obviously more successful when it is silent and therefore the majority of today's computer threats are designed to be stealthy. Network worms are relatively "noisy" in comparison to other threats, and they consume considerable amounts of bandwidth and other networking resources.
    [Show full text]
  • Full Document Title
    Quest® Coexistence Manager™ for Notes 3.8.4 Release Notes June 2020 These release notes provide information about the Quest® Coexistence Manager™ for Notes release. Topics: • About this release • Enhancements • Resolved issues • Known issues • System requirements • Product licensing • Getting started with CMN 3.8.4 • Upgrade and installation instructions • About us About this release Coexistence Manager for Notes (CMN) provides rich directory, email, calendar and free/busy coexistence features between a Lotus Notes/Domino environment and Microsoft Exchange—both on-premises servers and hosted Exchange environments like Office 365. CMN can be deployed either for a finite transition period, as when migrating from Notes to Exchange, or for indefinite or even permanent coexistence. CMN 3.8.4 is a minor release, with enhanced features and functionality. See the Enhancements and Resolved issues sections below. Enhancements The following is a list of enhancements implemented in CMN 3.8.4. Table 1. Enhancements Enhancement Issue ID CMN now supports Windows Server 2019. 176446 The CMN Free/Busy Connector can now access Exchange Online using OAuth 2.0 (Modern 178781 Authentication). Quest Coexistence Manager for Notes 3.8.4 1 Release Notes Resolved issues The following is a list of issues addressed in this release. Table 2. Resolved issues Issue Issue ID Incoming MIME message is garbled when the message body is not encoded in UTF-8. 182441 The button “Remove from Calendar” is not found in an invitation originating in Notes when the 198097 recipient opens the invitation in Office 365. Cannot manually force Directory Sync service to stop in CMN 3.8.3.25.
    [Show full text]
  • One Quick Trick Prevents Autorun Attacks
    One quick trick prevents AutoRun attacks Scott Dunn By Scott Dunn The AutoRun function in Windows can launch installers and other programs automatically when you insert a CD or flash drive, but this convenience poses a serious security risk. Unfortunately, simply turning off AutoPlay, a separate feature, isn't enough to prevent AutoRun from introducing a rogue program into your system. The real solution is to globally block autorun.inf files from executing (see procedure in next page) AutoRun starts Windows programs automatically Every recent version of Windows has features known as AutoPlay and AutoRun. These functions are designed to launch applications automatically from a external device containing the necessary AutoRun information. This is what causes an installer window to pop up when you insert a software disc into your CD or DVD drive, for example, or makes a pop-up menu icon appear in the taskbar tray when you insert a USB flash drive. (In some cases, the action doesn't occur until you double-click the flash drive icon in Windows Explorer.) When a disc is inserted or a drive is connected to your system, Windows looks in the root directory of the new disc or drive for a file named autorun.inf. If found, Windows executes the instructions in that file. For example, an autorun.inf file on a CD might contain a line that reads open=setup.exe. This tells your computer to launch a setup program as soon as the CD is inserted into the drive. However convenient this might be, unfortunately, AutoRun also opens a huge door for viruses, Trojan horses, and worms.
    [Show full text]
  • Exploiting Autorun: Threats, Vulnerabilities and Countermeasures of the Autorun Functionality Associated with Portable Data Storage Devices by Kevin M
    Exploiting AutoRun: Threats, Vulnerabilities and Countermeasures of the AutoRun Functionality Associated with Portable Data Storage Devices by Kevin M. Williams, CISSP Abstract - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - On the battlefield of Information Security, amidst hackers, crackers, phreakers, and phrackers, cyber warriors, organized crime, script kiddies, and hacktivists, the last thing information security professionals would imagine having to worry about would be portable data storage devices. Nevertheless, a growing threat has emerged, stealing data and spreading malware by exploiting the seemingly benign nature of the AutoRun functionality associated with portable data storage devices. In this study, we examine the vulnerabilities present in AutoRun functionality, the threats that target these vulnerabilities, and the countermeasures to stop them. While the results show that vulnerabilities do exist, and the threats are real, there are many effective countermeasures available to the information security professional. Most notably, security awareness training programs that educate and empower users can be the most effective weapon in the information security professional’s arsenal. © 2008 Kevin M. Williams. All Rights Reserved. Table of Contents - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Abstract .................................................................................................................................................
    [Show full text]
  • Acronis Diskeditor User's Guide
    Acronis DiskEditor User’s Guide Acronis DiskEditor Copyright © SWsoft 2001-2002. All rights reserved. Linux is a registered trademark owned by Linus Torvalds. OS/2 is a registered trademark owned by IBM Corporation. Unix is a registered trademark owned by The Open Group. Windows is a registered trademark owned by Microsoft Corporation. All other mentioned trademarks may be registered trademarks of their respective owners. Distribution of materials from this Guide, both in original and/or edited form, is forbidden unless a special written permission is obtained directly from it’s au- thor. THIS DOCUMENTATION IS PROVIDED «AS IS». THERE ARE NO EXPLICIT OR IMPLIED OBLIGATIONS, CONFIRMATIONS OR WARRANTIES, INCLUDING THOSE RELATED TO SOFTWARE MARKETABILITY AND SUITABILITY FOR ANY SPECIFIC PURPOSES, TO THE DEGREE OF SUCH LIMITED LIABILITY APPLICA- BLE BY LAW. 2 Table of Contents INTRODUCTION........................................................................................................ 5 1. GENERAL INFORMATION ................................................................................. 8 1.1 FILES. PARTITIONS. CONNECTING A HARD DISK. BIOS SETTINGS.................. 8 1.1.1 FILES, FOLDERS, FILE SYSTEMS .................................................................... 8 1.1.2 HARD DISK PARTITIONS AND SECTORS......................................................... 9 1.2 CONNECTING A HARD DISK TO THE COMPUTER............................................. 10 1.3 SETTING BIOS ..............................................................................................
    [Show full text]