Download presentation
Presentation is loading. Please wait.
Published byTeresa Hodge Modified over 6 years ago
1
DESIGN THE WEB of DATA BASE FOR THE CONTENT OF SERVER
DETERMINING SYSTEM REQUIREMENT HOME
2
COMPETENCE MAPING Klik Disini Lulus Dasar Kejuruan Level I ( Kelas X )
2 3 Mendiagnosis permasalahan pengoperasian PC yang tersambung jaringangnosis Melakukan perbaikan dan/ atau setting ulang koneksi jaringan an Melakukan instalasi sistem operasi jaringan berbasis GUI (Graphical User Interface) dan Text Melakukan instalasi perangkat jaringan berbasis luas (Wide Area Network) Mendiagnosis permasalahan perangkat yang tersambung jaringan berbasis luas (Wide Area Network) Membuat desain sistem keamanan jaringan Mendiagnosis permasalahan pengoperasian PC dan periferal Melakukan perbaikan dan/ atau setting ulang sistem PC Melakukan perbaikan periferal Melakukan instalasi software Melakukan perawatan PC Melakukan instalasi sistem operasi berbasis graphical user interface (GUI) dan command line interface (CLI) Melakukan instalasi perangkat jaringan lokal (Local Area Network) Menerapkan teknik elektronika analog dan digital dasar Menerapkan fungsi peripheral dan instalasi PC Melakukan perbaikan dan/ atau setting ulang koneksi jaringan berbasis luas (Wide Area Network) Mengadministrasi server dalam jaringan Merancang bangun dan menganalisa Wide Area Network Merancang web data base untuk content server Lulus Melakukan instalasi sistem operasi dasar Menerapkan K 3 LH Merakit Personal Komputer Dasar Kejuruan Level I ( Kelas X ) Level II ( Kelas XI ) Level III ( Kelas XII ) 1 Klik Disini Merancang web data base untuk content server HOME
3
DETERMINING SYSTEM REQUIREMENT
DETERMINING PROCEDURE RECOVERY DESIGN THE ARCHITECTURE of DATA BASES CLARIFYING USE of DATA BASES Modul 19 Design The Web of Data Base For Content Of Server 3
4
Target Activity of Study
1. Competitor diklat able to design database according the target 2. Competitor diklat able to implementation database system Modul 19 Design The Web of Data Base For Content Of Server
5
In determining requirement system of Data bases is not quit of how
in fact that data bases is designed Modul 19 Design The Web of Data Base For Content Of Server
6
Target of database Scheme
To fulfill information comprising requirement user peculiarly and its applications Facilitating congeniality of information structure Supporting process requirement and some obyek appearance ( response time, processing time, and storage space Modul 19 Design The Web of Data Base For Content Of Server
7
Collection And Analysis
Database Systems Definition Requirements Collection And Analysis DBMS Selection Application Design Conceptual Logical Design Physical Design Database Design Prototyping Implementation Data Loading And Conversion Testing Operational Maintenance S I K L U H I D P S I S T E M B A S I T A Modul 19 Merancang Web Data Base Untuk Content Server 7
8
Activities of which deal with database as micro life cycle
Database Planning Application Conversion System definition Testing and Validation Design Operation Implementation Monitoring and Maintenance Loading atau Data Conversion Modul 19 Design The Web of Data Base For Content Of Server
9
PHASE of DATABASE SCHEME
Phase 1: Requirements Collection and analysis Phase 2: Conceptual Design Phase 3: Choice of DBMS Phase 4: Data Model Mapping (logical design) Phase 5: Physical Design Phase 6: Implementation Data requirements Conceptual & external Schema design (DBMS-Independent Conceptual & external Schema design (DBMS-dependent Internal Schema design (DBMS-dependent DDL-statements SQL-statements Processing requirements Transaction design (DBMS-independent) Transaction Implementation Frequencies, performance constraint Modul 19 Design The Web of Data Base For Content Of Server
10
Peculiarly process the scheme comprise 2 parallel activity
Scheme from content of data and database structure Scheme of Process of and database software application Modul 19 Design The Web of Data Base For Content Of Server
11
Process the Database Scheme
I Data collecting and analyze II Database scheme conceptually III Election DBMS IV Database scheme logically ( data model mapping ) V Database scheme in physical VI System implementation Database Modul 19 Design The Web of Data Base For Content Of Server
12
Activities of data collecting and analyze
I. Data collecting and analyze Activities of data collecting and analyze - Activities of data collecting and analyze - Existing Documentation sighting - Environmental analysis operate for and data process - Questionnaire and interview Modul 19 Design The Web of Data Base For Content Of Server
13
II. Database scheme conceptually
Phase of database Scheme conceptually have two parallel activity - Conceptual Scheme - Transaction scheme Modul 19 Design The Web of Data Base For Content Of Server
14
III. Election DBMS - Data structure
Economic factors and organization influencing one another in election DBMS - Data structure - Personal which have accustomed to an system - The available of seller service Modul 19 Design The Web of Data Base For Content Of Server
15
IV. Database scheme logically Its mapping can be processed in 2 level
( mapping model data ) Its mapping can be processed in 2 level - mapping System-Independent - Scheme adjustment to specific DBMS Result from this phase hence comands DDL in Ianguage DBMS Modul 19 Design The Web of Data Base For Content Of Server 15
16
V. Database scheme in physical
Some guide in election database scheme in physical - Response time - Space utility - Transaction throughput Modul 19 Design The Web of Data Base For Content Of Server
17
VI. System Implementation Database
Specification is conceptually tested and attributed to [by] a code program with the commands from embedded DML which have been writted and tested Modul 19 Design The Web of Data Base For Content Of Server
18
Mentioning process – process scheme
Question : Mentioning process – process scheme of database ! Modul 19 Design The Web of Data Base For Content Of Server
19
DESIGN THE WEB of DATA BASE FOR THE CONTENT OF SERVER
DETERMINING PROCEDURE RECOVERY HOME
20
Target Activity of Study
1. Competitor diklat able to determine the correct procedure of recovery 2. Competitor diklat knew the technique in procedure recovery HOME Modul 19 Design The Web of Data Base For Content Of Server
21
Transaction Recognition and the Process OR OPERATE FOR RETRIEVE
TRANSACTION REPRESENT THE LOGIC UNIT [of] FROM DATABASE PROCESS INCLUDING ONE OR MORE OPERATE FOR TO ACCESS THE DATABASE COVER THE INSERT, DELETE, MODIFICATION OR OPERATE FOR RETRIEVE Modul 19 Design The Web of Data Base For Content Of Server 21
22
Status of Transaction and
Additional Operation - BEGIN_TRANSACTION - READ or WRITE - COMMIT_TRANSACTION - ROLLBACK (or ABORT) Modul 19 Design The Web of Data Base For Content Of Server 22
23
Commited Terminated Failed Partially Committed Active
Begin Transaction End Trancaction Commit Abort Read, Write Commited Terminated Failed Partially Committed Active Transaction Process Modul 19 Design The Web of Data Base For Content Of Server
24
Recovery Concept Recovery from a transaction failure usually mean database in restore to consistent status to time before happened failure Modul 19 Design The Web of Data Base For Content Of Server
25
Especial Technique In Recovery
I. Deferred update II. Immediate update Modul 19 Design The Web of Data Base For Content Of Server
26
Idea from protocol update delayed
I. Deferred update Idea from protocol update delayed A transaction cannot change the database at disk till reach the dot point A transaction cannot reach the dot point till all operation update kept in logarithm and writed to disk Modul 19 Design The Web of Data Base For Content Of Server
27
Two Operation Recovery
At Deferred Update Recovery updated is delayed at single-user Recovery update delayed executed is concurrent at multi-user Modul 19 Design The Web of Data Base For Content Of Server
28
Procedure of REDO Operate for the REDO have the nature of idempotent, that is execute recurring that happened- repeat is equal to once just execute Modul 19 Design The Web of Data Base For Content Of Server
29
Excess of Method REDO Advantage from method or algorithm NO- UNDO / redo is transaction operation have never been required not to become executed Modul 19 Design The Web of Data Base For Content Of Server
30
Reason Transaction do not note all changes in in database at disk reach the point commit Transaction will never read the value writted by transaction which not yet commit Modul 19 Design The Web of Data Base For Content Of Server
31
II. Immediate update In this technique, database will be updated by some transaction before transaction reach the point Modul 19 Design The Web of Data Base For Content Of Server
32
Shadow Paging This scheme Recovery do not require the logarithm use at single-user. At multiuser, a logarithm required for the method of concurrent control Modul 19 Design The Web of Data Base For Content Of Server
33
Question : Mentioning status of transaction
and additional operation in process recovery ! Modul 19 Design The Web of Data Base For Content Of Server
34
DESIGN THE WEB of DATA BASE FOR THE CONTENT OF SERVER
DESIGN THE ARCHITECTURE OF DATA BASES HOME
35
Target Activity of Study
1. Competitor diklat able to comprehend the type of data independence 2. Competitor diklat knew levels in data bases HOME Modul 19 Design The Web of Data Base For Content Of Server
36
Target of System Data Bases
Especial target from system of data bases is provide the wearer of through an abstraction view of concerning data, by hiding detail from how data kept and manipulate Modul 19 Design The Web of Data Base For Content Of Server
37
Level of Architecture of data Bases
- External Level - Conseptual Level - Internal Level Modul 19 Design The Web of Data Base For Content Of Server
38
VIEW 1 EXTERNAL LEVEL CONSEPTUAL LEVEL INTERNAL LEVEL
Level Architecture of data Bases VIEW 1 CONSEPTUAL LEVEL INTERNAL LEVEL EXTERNAL LEVEL Modul 19 Design The Web of Data Base For Content Of Server
39
Type of Independence Data - Physical Data Independence
Especial target from 3 architecture level is look after the independence data Type of Independence Data - Physical Data Independence - Logical Data Independence Modul 19 Design The Web of Data Base For Content Of Server
40
Scheme of Data Bases External Schema External / Logical Data
Conceptual Mapping Logical Data Independence Conseptual Schema Internal Schema Modul 19 Design The Web of Data Base For Content Of Server
41
Principle of Data independence is one of matter which must be applied in management of system of data bases with reason DBA can alter the content, location, materialization in organization of data bases without bothering application program Factory / equipments agent / software of data processing can introduce the new product without bothering application program To remove the application program growth Modul 19 Design The Web of Data Base For Content Of Server
42
Mentioning and decripcting level of the data bases architecture !
Question : There is 3 level in architecture of data bases aim to differentiate the way of wearer approach to data bases and way of making data bases in physical Mentioning and decripcting level of the data bases architecture ! Modul 19 Design The Web of Data Base For Content Of Server
43
DESIGN THE WEB of DATA BASE FOR THE CONTENT OF SERVER
CLARIFYING USE OF DATA BASES HOME
44
Target Activity of Study
1. Competitor of diklat can implementation data bases in the Multimedia and Internet HOME Modul 19 Design The Web of Data Base For Content Of Server
45
Application of Data Bases
I Data bases for the Multimedia II Data bases for the internet - Universal Resource Locator (URL) - Web Server - Web Display Language Modul 19 Design The Web of Data Base For Content Of Server
46
I. Data bases for the Multimedia
Condition which must be full filed by if on file data multimedia in data bases Data bases have to can accommodate the big object Existence of facility for the intake of data of pursuant to looking like ( similarity-based retrieval) what is needed by a lot of application of basisdata multimedia Modul 19 Design The Web of Data Base For Content Of Server
47
II. Data bases for the Internet
World Wide Web ( WWW) represent the system of distribution information being based on hypertext. Document becoming especial unsure in web can be expressed in a few type. most type of popular is document hypertext Modul 19 Design The Web of Data Base For Content Of Server
48
Universal Resource Locator (URL)
System Hypertext contain the consequence of about existence of depository of pointer ( indicative [of] location) to document place reside in. In web, this function pointer is given by Universal of Resource Locator ( URL) Example : Modul 19 Design The Web of Data Base For Content Of Server
49
Web Server When a server HTTP accept demand for certain document intake, server execute the program and deliver the document HTML yielded by a the program. Farther, client web can deliver the additional argument to be used by program at the (time) of executing Modul 19 Design The Web of Data Base For Content Of Server
50
Web Display Language Language for the text of markup language, like Standard of Generalized Markup Language ( SGML), develop, build to fill the blankness of among artless text and description page yard by order of formatting text Modul 19 Design The Web of Data Base For Content Of Server
51
Question: Mentioning condition must be fullfield if mutimedia data saved in data base ! Modul 19 Design The Web of Data Base For Content Of Server
52
Bibliography Dikmenjur, 2004, melakukan perbaikan dan atau setting ulang koneksi jaringan berbasis luas (WAN), modul tkj, dikmenjur, jakarta Modul 19 Design The Web of Data Base For Content Of Server
53
HOME
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.