Criminal Justice Information Services Division

Slides:



Advertisements
Similar presentations
Word – Pika Training © August 2006, Pro Seniors, Inc. Microsoft Office Automation Using Pika Data Overview.
Advertisements

The Internet Adult Literacy Center Created by Andrea L. Lawrence MS.
Maximizer CRM Chris Dauth RapidCRM.
The Basics of Information Systems
 Definition: An HRIS, the abbreviation for Human Resources Information System, is a system that lets you keep track of all your employees and information.
XProtect ® Express Integration made easy. With support for up to 48 cameras, XProtect Express is easy and affordable IP video surveillance software with.
Database Woes Plague Homeland Security and Law Enforcement.
Tom Sheridan IT Director Gas Technology Institute (GTI)
CERT ® System and Network Security Practices Presented by Julia H. Allen at the NCISSE 2001: 5th National Colloquium for Information Systems Security Education,
Lecture Microsoft Access and Relational Database Basics.
Integration of Applications MIS3502: Application Integration and Evaluation Paul Weinberg Adapted from material by Arnold Kurtz, David.
Copyright 2003 The McGraw-Hill Companies, Inc CHAPTER Application Software computing ESSENTIALS    
Intranet in a Box Introduction and Demo by SharePoint Implemented LLC, New Orleans, LA.
Computer Networks IGCSE ICT Section 4.
Passage Three Introduction to Microsoft SQL Server 2000.
Database Software Application
Transaction Processing Systems, & Management Information Systems.
Common Services in a network Server : provide services Type of Services (= type of servers) –file servers –print servers –application servers –domain servers.
Duties of a system administrator. A system administrator's responsibilities typically include:
This is the way an organisation distributes the data across its network. It uses different types of networks to communicate the information across it.
Microsoft Access Ervin Ha.
Avaya Contact Center Control Manager. © 2010 Avaya Inc. All rights reserved. What if you could… 1 Requires purchase of additional connectors  Enable.
10/26/00Splitting Access Databases...1 Preparing for Access 2000 Windows 2000/Office 2000 Roll-out.
Office Workstation Leasing Included: Workstation Desktop(Inc. Monitor, Mouse, Keyboard) Workstation Setup Software Installation Desktop Security.
Term 2, 2011 Week 3. CONTENTS The physical design of a network Network diagrams People who develop and support networks Developing a network Supporting.
1. Define the term ‘database’(2) A database is a large and continuously updated collection of stored data structured to allow the various applications.
Staff Scheduling at USPS Mail Processing & Distribution Centers A Case Study Using Integer Programming.
1 Overview of Databases. 2 Content Databases Example: Access Structure Query language (SQL)
Databases Introduction. What is a Database? A DATABASE is a collection of related data. –Data is just another name for information.
Computing Fundamentals Module Lesson 19 — Using Technology to Solve Problems Computer Literacy BASICS.
Block1 Wrapping Your Nugget Around Distributed Processing.
INFO1408 Database Design Concepts Week 15: Introduction to Database Management Systems.
Computing Fundamentals Module Lesson 6 — Using Technology to Solve Problems Computer Literacy BASICS.
DPW Works Automated System to Improve Route Performance andEfficiency and Efficiency District of Columbia Solid Waste Management Administration.
National Model Scanning Tour “Communications”. The Iowa Department of Public Safety administers a trusted statewide network of servers, PCs, service.
Chapter 9 Vocabulary Databases. 1.Table – a collection of information, or data arranged in columns and rows. 2.Record – all of the information about one.
My audience will be excited to learn the basics of what a network systems & data communications analyst does.
Requirements Engineering Requirements Management Lecture-25.
Library Online Resource Analysis (LORA) System Introduction Electronic information resources and databases have become an essential part of library collections.
2/18/2016Fatimah AlAkeel - Network 11 Introduction to Networks.
Federal Law Enforcement Agencies and the FBI LAW AND JUSTICE.
Kevin Harrison LTEC 4550 Assignment 3.  Ethernet Hub  An unsophisticated device that is used for connecting multiple Ethernet devices together.  Typically.
Using Technology to Solve Problems Unit 2 Mod 2 SO 7.
IT Jobs Positions available in the field of Information Technology.
Copyright © 2010 Pearson Education, Inc. or its affiliate(s). All rights reserved.1 | Assessment & Information 1 Online Testing Administrator Training.
Automating Work Order Processes for Advanced Metering Infrastructure (AMI) Devices with Collector for ArcGIS and Portal for ArcGIS Subrahmanyam Pendyala.
Servelite - Complete IT Solutions. Servelite IT solutions specialize in providing Home solutions and Business solutions. We focus upon delivering quality.
Internship Presentation by Gary Esworthy. Overview About me About MobilVox Living Arrangements Work Environment Project Summary Project Details (User.
Brady Act Requirements In November 1993, the Brady Handgun Violence Prevention Act of 1993 (Brady Act), Public Law , was signed into law requiring.
Tuque Automated Software Distribution System By Erick Engelke.
1 Requirements Management - II Lecture # Recap of Last Lecture We talked about requirements management and why is it necessary to manage requirements.
Systems Analysis and Design in a Changing World, Fifth Edition
Computer Networking Fundamentals
Microsoft SharePoint Server 2016
Introduction to Networks
Staff Scheduling at USPS Mail Processing & Distribution Centers
CORPORATE PROFILE JUNE 2016
D-Link Router Customer Care Number. A D-link router is a basic necessity these days with so much technology around us in offices or homes. We can connect.
Introduction to Networks
Introduction to Networks
Computer Networking A computer network, often simply referred to as a network, is a collection of computers and devices connected by communications channels.
Computer Networking A computer network, often simply referred to as a network, is a collection of computers and devices connected by communications channels.
Increase and Improve your PC management with Windows Intune
Computer Literacy BASICS
The Basics of Information Systems
BCS Template Presentation February 22, 2018
Introduction to Networks
Introduction to Networks
Module 1: Overview of Systems Management Server 2003
The Basics of Information Systems
Presentation transcript:

Criminal Justice Information Services Division FBI Honors Internship Criminal Justice Information Services Division Clarksburg, WV Brandon Douthit-Wood

FBI Honors Internship 57 undergraduate and graduate students from across the U.S. One from each FBI field office Background check for Top Secret clearance Internship lasted 10 weeks, from the beginning of June through mid August. Each intern was assigned to one of three locations: Washington D.C., Quantico, VA, or Clarksburg, WV.

Criminal Justice Information Services Division I was assigned to the Criminal Justice Information Services Division (CJIS) in Clarksburg, WV, along with 6 of the other interns. Within CJIS, I was assigned to the Technology Integration and Support Unit (TISU). Software Development Help-desk Support Network Security

Criminal Justice Information Services Division Major Systems: Integrated Automated Fingerprint Identification System (IAFIS) Receives 55,000 requests daily, with approximately 2 hour response time National Crime Information Center (NCIC) Criminal records database Handles 2.5 million searches daily National Instant Criminal Background Check System (NICS) Used to check for criminal record of anyone trying to purchase a firearm. Approximately 2 ½ minute response time

Technology Integration and Support Unit Primary task was a software development project Worked together with one of the other interns Assigned two senior software engineers as mentors Assigned to design, develop, document and distribute a complete database application Received a single page memo for the initial project specifications Developed application with Visual Basic and Microsoft Access Also had to implement a number of security features

Technology Integration and Support Unit TISU’s Software Development Philosophy: Keep the customer an integral part of the development process Meet with the customers weekly to review the current state of the software Keep phone calls to a minimum; meet face-to-face whenever possible Keep it simple, stupid Having the software easy to use almost as important as having it meet all specifications

Technology Integration and Support Unit Problems we faced: A “small” change from the customer sometimes equals a big change in the software Getting our users to test the software at their own computers

Technology Integration and Support Unit Things we learned: Don’t count on your initial design to be perfect Sometimes normalization can go too far Can make writing queries difficult Difficult to add new fields later Use temporary tables Greatly improved the performance of running queries against linked tables

Technology Integration and Support Unit Other assignments: Installing & configuring workstations Upgrading older workstations from token-ring to Ethernet Assisting with help-desk calls Changing out routers Upgrading servers Running and terminating fiber optic and CAT-5 cable

FBI Honors Internship Other activities: Visit to FBI Academy Tour of laboratories and special agent training facilities Tour of Pittsburgh field office Evidence collection Security briefings Trip to firing range