<<O>>  Difference Topic InformationTopics (r1.8 - 27 Sep 2007 - Main.nova)

META TOPICPARENT OntologyProject

Files and Database topics

File processing
Line: 134 to 134

    • Transactions
    • Serializability
      • Locking
Added:
>
>
      • Timestamps

    • Efficiency
    • Failure and recovery
    • Concurrency control
 <<O>>  Difference Topic InformationTopics (r1.7 - 26 Apr 2007 - Main.nova)

META TOPICPARENT OntologyProject

Files and Database topics

File processing
Line: 169 to 169

    • Characteristics of physical storage devices
    • Data compression
    • File processing
Changed:
<
<
    • Sarbanes-Oxley compliance
>
>
    • Sarbanes-Oxley compliance ### Does this really belong here??

Decision support

  • On-line analytical processing
 <<O>>  Difference Topic InformationTopics (r1.6 - 06 Mar 2007 - Main.nova)

META TOPICPARENT OntologyProject
Changed:
<
<

Files and database topics

>
>

Files and Database topics


File processing
  • File structures
    • Record
Line: 10 to 9

      • Field
        • Type
    • File access
Changed:
<
<
      • sequential
      • direct
    • performance issues
    • Index
      • Primary
      • Secondary
      • Clustering
>
>
    • Sequential
    • Direct
  • File organization
    • Sequential
    • Hashed
      • Hash cluster
    • Indexed

      • Indexing techniques
Changed:
<
<
        • B-trees
          • VSAM
>
>
        • B-tree based indexing

          • Dynamic, multilevel indexes
Changed:
<
<
        • Hashing
          • External
          • Internal
>
>
        • Hash-based indexing

      • Indexing challenges
        • Files with dense index
        • Files with variable length records
Added:
>
>
    • Performance issues

    • Storage requirements for different atomic data types
  • I/O operations
Changed:
<
<
  • physical and logical files
  • buffer management
>
>
  • Physical and logical files
  • Buffer management

Database systems

  • Database vs. flat files
Line: 40 to 37

    • Data dictionary
    • Application programs
    • Users
Changed:
<
<
    • Database administration (reference)
>
>
    • Database administration

  • Scalability
  • Efficiency
    • Throughput
Line: 56 to 53

    • Data model
      • Conceptual data model / Semantic data model
        • Entity-relationship model
Changed:
<
<
          • entity type
          • relationship type
          • attribute type
>
>
          • Entity type
          • Relationship type
          • Attribute type

          • Enhanced entity-relationship model
        • Object-oriented data model
        • Specific modeling languages
Added:
>
>
          • ER Diagram

          • UML Class diagram
          • IDEF1
        • Patterns and standard models
Deleted:
<
<
        • CASE Tools in data modeling

        • Analysis of data requirements
        • Identification of business rules
        • Information abstraction
      • Logical data model
Added:
>
>
        • Database schema

        • Hierarchical data model
        • Network data model
        • Relational data model
Changed:
<
<
          • Database schema
>
>
          • Relational database schema

            • Relation
Changed:
<
<
              • base relation
              • virtual relation
>
>
              • Base relation
              • Virtual relation

              • Relational structure
Changed:
<
<
                • attribute
                  • candidate key
                • domain
                • constraint
                  • entity integrity
                    • primary key
                  • referential integrity
                    • foreign key
                  • domain integrity
                  • functional dependency
>
>
                • Attribute
                  • Candidate key
                • Domain
                • Constraint
                  • Entity integrity
                    • Primary key
                  • Referential integrity
                    • Foreign key
                  • Domain integrity
                  • Functional dependency

            • Database constraint
Deleted:
<
<
              • Subset constraint

          • Content
Changed:
<
<
            • tuples
>
>
            • Tuples

          • Relational manipulation operations
Changed:
<
<
            • relational algebra operations
              • union, intersection, difference, Cartesian product
              • select, product, join, division
            • relational calculus
>
>
            • Relational algebra operations
            • Relational calculus

          • Relational database design
            • Mapping conceptual schema to a relational schema
            • Normalization
Line: 114 to 109

      • Data model for data integration (data warehousing, data marts)
        • Dimensional model
        • Star schema
Added:
>
>
    • CASE tools in data modeling

  • Database languages
    • Query languages
Changed:
<
<
      • query processing
      • query optimization
>
>
      • Query processing
      • Query optimization

    • Data definition languages (DDL)
    • Data manipulation languages (DML)
    • SQL
Changed:
<
<
      • Data definition language
>
>
      • SQL as DDL

        • Constraints
        • Integrity enforcement
Changed:
<
<
      • Data manipulation language
      • Optimization techniques
>
>
      • SQL as DML
      • SQL Optimization techniques

    • QBE and 4th-generation environments
      • Reporting languages and tools
    • Persistent programming languages
Line: 134 to 130

    • XPath
    • Stored procedures
    • Triggers
Deleted:
<
<
    • Embedding non-procedural queries in a procedural language

  • Transaction processing
    • Transactions
Deleted:
<
<
      • Commit
        • Implicit commit
      • Rollback
      • Logging

    • Serializability
      • Locking
    • Efficiency
Line: 152 to 143

      • Data fragmentation
      • Data replication
      • Data allocation
Changed:
<
<
      • Horizontal/vertical partitioning
>
>
      • Horizontal partitioning
      • Vertical partitioning

    • Distributed query processing
    • Distributed transaction model
      • Two-phase commit
Line: 166 to 158

    • Federated
  • Parallel databases
  • Physical database design
Changed:
<
<
    • Database efficiency and tuning
>
>
    • Specifying characteristics of fields
      • Selecting data type
      • Ensuring data integrity
      • Handling missing data
    • Database tuning
    • Partitioning
      • Horizontal
      • Vertical

    • Characteristics of physical storage devices
    • Data compression
    • File processing
Changed:
<
<
>
>
    • Sarbanes-Oxley compliance

Decision support

  • On-line analytical processing
Line: 206 to 205

    • Summarization and visualization
    • Abstracting methods
    • Dictionaries
Changed:
<
<
  • Information search and retrieval
>
>
  • Information search and information retrieval

    • Effectiveness: precision and recall
    • Clustering
    • Information filtering
Line: 322 to 321

    • SOAP
    • WSDL
    • UDDI
Deleted:
<
<
[needs to be completed]

Special purpose databases

  • Temporal databases
 <<O>>  Difference Topic InformationTopics (r1.5 - 21 Oct 2006 - Main.nova)

META TOPICPARENT OntologyProject

Files and database topics

 <<O>>  Difference Topic InformationTopics (r1.4 - 02 Jun 2006 - Main.nova)

META TOPICPARENT OntologyProject

Files and database topics

Added:
>
>

File processing
Added:
>
>
  • File structures
    • Record
      • Fixed
      • Variable length
      • Field
        • Type
    • File access
      • sequential
      • direct
    • performance issues
    • Index
      • Primary
      • Secondary
      • Clustering
      • Indexing techniques
        • B-trees
          • VSAM
          • Dynamic, multilevel indexes
        • Hashing
          • External
          • Internal
      • Indexing challenges
        • Files with dense index
        • Files with variable length records
    • Storage requirements for different atomic data types

  • I/O operations
  • physical and logical files
  • buffer management
Changed:
<
<
  • file structures
    • file access
    • performance issues
    • indexed files
    • B-trees
    • indexed sequential access
    • B+ trees
    • VSAM files
    • hashing
>
>

Database systems
  • Database vs. flat files
  • Data independence
Line: 27 to 45

  • Efficiency
    • Throughput
    • Response time
Deleted:
<
<
  • DBMS functions

  • Database architecture
  • Types of databases
Changed:
<
<
    • Relational databases (reference)
>
>
    • Relational databases

    • Object-oriented databases
    • Rule-based databases
Changed:
<
<
    • Multimedia databases (reference)
    • Textual databases
>
>
    • XML databases

  • Database machines
Changed:
<
<

Data and information modeling

  • Types of data models: conceptual, logical, physical
  • Scalibility
  • Conceptual models
    • Entity-relationship models
    • Enhanced entity-relationship models
    • Semantic data models
    • Object-oriented data models
    • Analysis of data requirements
    • Identification of business rules
  • Logical data models (including relational and object-relational data model)
    • Schema and subschema
  • Physical data models
  • Traditional data models: hierarchical, network
  • Data models for data integration (data warehousing, data marts)
    • Dimensional models
    • Star schema
  • Standardized modeling
>
>
  • Data and information modeling
    • Data model
      • Conceptual data model / Semantic data model
        • Entity-relationship model
          • entity type
          • relationship type
          • attribute type
          • Enhanced entity-relationship model
        • Object-oriented data model
        • Specific modeling languages
          • UML Class diagram

    • IDEF1
Deleted:
<
<
    • UML

    • Patterns and standard models
Changed:
<
<
  • CASE tools in data modeling
  • Meta-modeling
>
>
        • CASE Tools in data modeling
        • Analysis of data requirements
        • Identification of business rules

  • Information abstraction
Changed:
<
<
  • Schema Architecture
    • fact based
    • relational
    • hierarchical
    • network
Relational databases
  • Mapping conceptual schema to a relational schema
    • Representing relationships
  • Integrity
    • Referential
    • Data item
    • Entity
    • Intra relation???
  • Relational algebra and relational calculus
>
>
      • Logical data model
        • Hierarchical data model
        • Network data model
        • Relational data model
          • Database schema
            • Relation
              • base relation
              • virtual relation
              • Relational structure
                • attribute
                  • candidate key
                • domain
                • constraint
                  • entity integrity
                    • primary key
                  • referential integrity
                    • foreign key
                  • domain integrity
                  • functional dependency
            • Database constraint
              • Subset constraint
          • Content
            • tuples
          • Relational manipulation operations
            • relational algebra operations

    • union, intersection, difference, Cartesian product
    • select, product, join, division
Added:
>
>
            • relational calculus

  • Relational database design
Changed:
<
<
    • Functional dependency
    • Normal forms (1NF, 2NF, 3NF, BCNF)
    • Multivalued dependency (4NF)
    • Joint dependency (PJNF, 5NF)
    • Domain Key NF???
    • Second order relations???
    • Representation theory???

Database languages

>
>
            • Mapping conceptual schema to a relational schema
            • Normalization
              • Normal form
                • 1NF
                • 2NF
                • 3NF
                • BCNF
                • 4NF
                • 5NF
              • Anomaly
              • Multivalued dependency
              • Joint dependency
      • Physical data model
      • Data model for data integration (data warehousing, data marts)
        • Dimensional model
        • Star schema
  • Database languages

  • Query languages
Deleted:
<
<
    • foundations

    • query processing
Changed:
<
<
    • query optimisation
>
>
      • query optimization

  • Data definition languages (DDL)
  • Data manipulation languages (DML)
  • SQL
Changed:
<
<
    • Data definition language??? (should this be here, too)
    • Data manipulation language??? (should this be here, too)
    • Query formulation
    • Constraints and integrity enforcement
  • Database (persistent) programming languages??? (is this still relevant?)
  • Query optimization
    • SQL performance tuning/optimization
>
>
      • Data definition language
        • Constraints
        • Integrity enforcement
      • Data manipulation language
      • Optimization techniques

  • QBE and 4th-generation environments
Deleted:
<
<
  • Object Query Language???

  • Reporting languages and tools
Changed:
<
<
  • XML
  • Schema definition languages
>
>
    • Persistent programming languages
    • Object Query Language
    • XQuery
    • XPath

  • Stored procedures
  • Triggers
  • Embedding non-procedural queries in a procedural language
Changed:
<
<

Transaction processing

>
>
  • Transaction processing

  • Transactions
    • Commit
      • Implicit commit
    • Rollback
      • Logging
Added:
>
>
    • Serializability
      • Locking

    • Efficiency
  • Failure and recovery
  • Concurrency control
    • Isolation mechanisms
Changed:
<
<

Distributed databases

>
>
  • Distributed databases

  • Distributed data storage
    • Data fragmentation
    • Data replication
Line: 133 to 159

  • Distributed concurrency control
    • Distinguished copy technique
    • Voting method
Changed:
<
<
  • Homogeneous, heterogeneous, and federated databases
>
>
    • Homogeneous
    • Heterogeneous

    • Data translation
    • Program translation
Added:
>
>
    • Federated

  • Parallel databases
Changed:
<
<

Physical database design

  • Storage and file structure
    • Record
      • Fixed and variable length
    • Record type
    • File
  • Indexed files
    • Primary, secondary, and clustering indexes
  • Hashed files
    • External and internal hashing techniques
  • Signature files
  • B-trees
    • Dynamic, multilevel indexes
  • Files with dense index
  • Files with variable length records
>
>
  • Physical database design

  • Database efficiency and tuning
Deleted:
<
<
  • Storage requirements for different data types: characters, numbers, strings, text, sound, and video

  • Characteristics of physical storage devices
  • Data compression
Changed:
<
<
    • Compression algorithms
>
>
    • File processing

Decision support

  • On-line analytical processing
Line: 166 to 179

    • Data marts
  • Data mining
    • Uses of data mining
Changed:
<
<
    • Associative and sequential patterns
    • Data clustering
    • Market basket analysis
>
>
    • Patterns
      • Association rules
      • Clustering
      • Frequent sets

    • Data cleaning
    • Data visualization
    • Effects of data problems on data mining results
Changed:
<
<
      • Noise, redundancy, and outliers
>
>
      • Noise
      • Redundancy
      • Outliers

Changed:
<
<
Storage and retrieval of unstructured and semistructured information
>
>
Storage and retrieval of unstructured information

  • Content analysis and indexing
    • Classification and categorization
Added:
>
>
      • Classification techniques

      • Metadata
      • Thesauri
      • Ontologies
Line: 186 to 203

    • Morphological analysis, stemming, phrases, stop lists
    • Term frequency distributions, uncertainty, fuzziness, weighting
    • Vector space, probabilistic, logical, and advanced models
Changed:
<
<
    • Textual information summarization and visualization
>
>
    • Summarization and visualization

    • Abstracting methods
    • Dictionaries
  • Information search and retrieval
    • Effectiveness: precision and recall
    • Clustering
    • Information filtering
Deleted:
<
<
    • Query formulation

    • Relevance feedback
    • Retrieval process
Added:
>
>
      • Query formulation

    • Search process and strategy
    • Selection process
Deleted:
<
<
    • Information seeking behavior

    • User modeling
Changed:
<
<
    • Information needs, relevance, evaluation, effectiveness
  • Characters, strings, coding, text
>
>
      • Information seeking behavior
      • Information need analysis

  • Documents, electronic publishing
Deleted:
<
<
  • Concept of document markup and markup languages
    • XML???
    • SGML???

  • Routing and (community) filtering
  • Protocols and systems (including Z39.50, OPACs, WWW engines, research systems)
Added:
>
>
Storage and retrieval of semistructured information
  • Web data
  • Markup language
    • HTML
    • SGML
    • XML
      • tagging
      • document nodes
      • element nodes
      • attribute nodes
      • text nodes
      • document order
      • well-formedness
      • namespace
      • DTD
      • XML Schema
        • Validity
        • Simple types
        • Complex types
        • Anonymous types
        • Key
        • Refkey
  • Query and restructuring language
    • XPath
    • XQuery
    • XSLT

Hypertext and hypermedia
  • Hypertext models (early history, web, Dexter, Amsterdam, HyTime?)
  • Link services, engines, and (distributed) hypertext architectures
Line: 216 to 256

  • Dimensions, units, locations, spans
  • Browsing, navigation, views, zooming
  • Automatic link generation
Changed:
<
<
  • Presentation, transformations, synchronization (of what)???
>
>
  • Presentation, transformations, synchronization

  • Authoring, reading, and annotation
Changed:
<
<
  • Protocols and systems (including web, HTTP)???
>
>
  • Protocols and systems (including web, HTTP)

Multimedia information and systems (should multimedia information and systems be separated???)

  • Devices, device drivers, control signals and protocols, DSPs
Line: 254 to 294

Managing the Database Environment
  • Roles and responsibilities of database administrator function
  • Database administration
Changed:
<
<
    • Concurrency
>
>
    • Transaction management and concurrency

      • Deadlock avoidance
Added:
>
>
    • Recovery from failures

    • Backup, recovery, and restart
    • Redundancy
    • Replication
    • Logging
Added:
>
>
    • Optimization

    • Security
Added:
>
>
      • Encryption

      • Prevention of unauthorized access
      • Protection against malware
    • Privacy
Changed:
<
<
    • Ownership and access control
>
>
    • Ownership and access control; authorization techniques

  • Data management audits
  • Data management architectures
    • Host-based
Line: 272 to 315

    • Client-server
    • n-tier
Deleted:
<
<

Database Application Interface
Deleted:
<
<

  • Database connectivity

    • ODBC
    • JDBC
Changed:
<
<
    • XML
  • Web services (??? Does this belong here)
>
>
  • Web services

    • SOAP
    • WSDL
    • UDDI
Added:
>
>
[needs to be completed]

Special purpose databases

  • Temporal databases
  • Spatial databases and GIS
  • Scientific databases
  • Statistical databases
Added:
>
>
  • Multimedia databases

  • Image databases
Added:
>
>
  • Textual databases

Knowledge management

Line: 301 to 345

  • Object representation
  • Primitive data items
Added:
>
>

  • Information abstraction
 <<O>>  Difference Topic InformationTopics (r1.3 - 11 Feb 2006 - Main.nova)

META TOPICPARENT OntologyProject
Added:
>
>

Files and database topics

File processing
  • I/O operations
  • physical and logical files
  • buffer management
  • file structures
    • file access
    • performance issues
    • indexed files
    • B-trees
    • indexed sequential access
    • B+ trees
    • VSAM files
    • hashing

Database systems
  • Database vs. flat files
  • Data independence
  • Components of database systems
    • Data
    • Data dictionary
Changed:
<
<
    • Application programs???
>
>
    • Application programs

    • Users
    • Database administration (reference)
  • Scalability
Line: 47 to 61

  • CASE tools in data modeling
  • Meta-modeling
  • Information abstraction
Changed:
<
<
>
>
  • Schema Architecture
    • fact based
    • relational
    • hierarchical
    • network

Relational databases
  • Mapping conceptual schema to a relational schema
    • Representing relationships
Line: 69 to 87

    • Representation theory???

Database languages

Changed:
<
<
  • Use of database query languages
>
>
  • Query languages
    • foundations
    • query processing
    • query optimisation

  • Data definition languages (DDL)
  • Data manipulation languages (DML)
  • SQL
 <<O>>  Difference Topic InformationTopics (r1.2 - 12 Nov 2005 - Main.nova)

META TOPICPARENT OntologyProject
Deleted:
<
<

Information models and systems

  • Information capture and representation
  • Analysis and indexing
  • Search, retrieval, linking, navigation
  • Information privacy, integrity, security, and preservation
  • Scalability, efficiency, and effectiveness

Database systems
  • Database vs. flat files
  • Data independence
Line: 17 to 9

    • Application programs???
    • Users
    • Database administration (reference)
Added:
>
>
  • Scalability
  • Efficiency
    • Throughput
    • Response time

  • DBMS functions
  • Database architecture
  • Types of databases
Line: 29 to 25

Data and information modeling

  • Types of data models: conceptual, logical, physical
Added:
>
>
  • Scalibility

  • Conceptual models
    • Entity-relationship models
    • Enhanced entity-relationship models
Line: 172 to 169

    • Abstracting methods
    • Dictionaries
  • Information search and retrieval
Added:
>
>
    • Effectiveness: precision and recall

    • Clustering
    • Information filtering
    • Query formulation
 <<O>>  Difference Topic InformationTopics (r1.1 - 11 Sep 2005 - Main.nova)
Line: 1 to 1
Added:
>
>
META TOPICPARENT OntologyProject

Information models and systems

  • Information capture and representation
  • Analysis and indexing
  • Search, retrieval, linking, navigation
  • Information privacy, integrity, security, and preservation
  • Scalability, efficiency, and effectiveness

Database systems

  • Database vs. flat files
  • Data independence
  • Components of database systems
    • Data
    • Data dictionary
    • Application programs???
    • Users
    • Database administration (reference)
  • DBMS functions
  • Database architecture
  • Types of databases
    • Relational databases (reference)
    • Object-oriented databases
    • Rule-based databases
    • Multimedia databases (reference)
    • Textual databases
  • Database machines

Data and information modeling

  • Types of data models: conceptual, logical, physical
  • Conceptual models
    • Entity-relationship models
    • Enhanced entity-relationship models
    • Semantic data models
    • Object-oriented data models
    • Analysis of data requirements
    • Identification of business rules
  • Logical data models (including relational and object-relational data model)
    • Schema and subschema
  • Physical data models
  • Traditional data models: hierarchical, network
  • Data models for data integration (data warehousing, data marts)
    • Dimensional models
    • Star schema
  • Standardized modeling
    • IDEF1
    • UML
    • Patterns and standard models
  • CASE tools in data modeling
  • Meta-modeling
  • Information abstraction

Relational databases

  • Mapping conceptual schema to a relational schema
    • Representing relationships
  • Integrity
    • Referential
    • Data item
    • Entity
    • Intra relation???
  • Relational algebra and relational calculus
    • union, intersection, difference, Cartesian product
    • select, product, join, division
  • Relational database design
    • Functional dependency
    • Normal forms (1NF, 2NF, 3NF, BCNF)
    • Multivalued dependency (4NF)
    • Joint dependency (PJNF, 5NF)
    • Domain Key NF???
    • Second order relations???
    • Representation theory???

Database languages

  • Use of database query languages
  • Data definition languages (DDL)
  • Data manipulation languages (DML)
  • SQL
    • Data definition language??? (should this be here, too)
    • Data manipulation language??? (should this be here, too)
    • Query formulation
    • Constraints and integrity enforcement
  • Database (persistent) programming languages??? (is this still relevant?)
  • Query optimization
    • SQL performance tuning/optimization
  • QBE and 4th-generation environments
  • Object Query Language???
  • Reporting languages and tools
  • XML
  • Schema definition languages
  • Stored procedures
  • Triggers
  • Embedding non-procedural queries in a procedural language

Transaction processing

  • Transactions
    • Commit
      • Implicit commit
    • Rollback
      • Logging
    • Efficiency
  • Failure and recovery
  • Concurrency control
    • Isolation mechanisms

Distributed databases

  • Distributed data storage
    • Data fragmentation
    • Data replication
    • Data allocation
    • Horizontal/vertical partitioning
  • Distributed query processing
  • Distributed transaction model
    • Two-phase commit
  • Distributed concurrency control
    • Distinguished copy technique
    • Voting method
  • Homogeneous, heterogeneous, and federated databases
    • Data translation
    • Program translation
  • Parallel databases

Physical database design

  • Storage and file structure
    • Record
      • Fixed and variable length
    • Record type
    • File
  • Indexed files
    • Primary, secondary, and clustering indexes
  • Hashed files
    • External and internal hashing techniques
  • Signature files
  • B-trees
    • Dynamic, multilevel indexes
  • Files with dense index
  • Files with variable length records
  • Database efficiency and tuning
  • Storage requirements for different data types: characters, numbers, strings, text, sound, and video
  • Characteristics of physical storage devices
  • Data compression
    • Compression algorithms

Decision support

  • On-line analytical processing
  • Data integration
    • Data warehouses
    • Data marts
  • Data mining
    • Uses of data mining
    • Associative and sequential patterns
    • Data clustering
    • Market basket analysis
    • Data cleaning
    • Data visualization
    • Effects of data problems on data mining results
      • Noise, redundancy, and outliers

Storage and retrieval of unstructured and semistructured information

  • Content analysis and indexing
    • Classification and categorization
      • Metadata
      • Thesauri
      • Ontologies
      • Bibliographic information, bibliometrics, citations
      • Integration of citation, keyword, classification scheme, and other terms
    • Trees, inverted files, PAT trees, signature files, indexing
    • Morphological analysis, stemming, phrases, stop lists
    • Term frequency distributions, uncertainty, fuzziness, weighting
    • Vector space, probabilistic, logical, and advanced models
    • Textual information summarization and visualization
    • Abstracting methods
    • Dictionaries
  • Information search and retrieval
    • Clustering
    • Information filtering
    • Query formulation
    • Relevance feedback
    • Retrieval process
    • Search process and strategy
    • Selection process
    • Information seeking behavior
    • User modeling
    • Information needs, relevance, evaluation, effectiveness
  • Characters, strings, coding, text
  • Documents, electronic publishing
  • Concept of document markup and markup languages
    • XML???
    • SGML???
  • Routing and (community) filtering
  • Protocols and systems (including Z39.50, OPACs, WWW engines, research systems)

Hypertext and hypermedia

  • Hypertext models (early history, web, Dexter, Amsterdam, HyTime?)
  • Link services, engines, and (distributed) hypertext architectures
  • Nodes, composites, and anchors
  • Dimensions, units, locations, spans
  • Browsing, navigation, views, zooming
  • Automatic link generation
  • Presentation, transformations, synchronization (of what)???
  • Authoring, reading, and annotation
  • Protocols and systems (including web, HTTP)???

Multimedia information and systems (should multimedia information and systems be separated???)

  • Devices, device drivers, control signals and protocols, DSPs
  • Applications, media editors, authoring systems, and authoring
  • Streams/structures, capture/represent/transform, spaces/ domains, compression/coding
  • Content-based analysis, indexing, and retrieval of audio, images, and video
  • Presentation, rendering, synchronization, multi-modal integration/interfaces
  • Real-time delivery, quality of service, audio/video conferencing, video-on-demand

Digital libraries (why not an application area for unstructured information)?

  • Collection
    • Digitization, storage, and interchange
    • Digital objects, composites, and packages
  • Dissemination
  • Metadata, cataloging, author submission
  • Naming, repositories, archives
  • Spaces (conceptual, geographical, 2/3D, VR)
  • Architectures (agents, buses, wrappers/mediators), interoperability
  • Services (searching, linking, browsing, and so forth)
  • Intellectual property rights management, privacy, protection (watermarking)
  • Archiving and preservation, integrity
  • Standards
  • Systems issues
  • User experience

Properties of data

  • Quality
  • Completeness
  • Consistency
  • Accuracy
  • Timeliness

Managing the Database Environment

  • Roles and responsibilities of database administrator function
  • Database administration
    • Concurrency
      • Deadlock avoidance
    • Backup, recovery, and restart
    • Redundancy
    • Replication
    • Logging
    • Security
      • Prevention of unauthorized access
      • Protection against malware
    • Privacy
    • Ownership and access control
  • Data management audits
  • Data management architectures
    • Host-based
    • File server
    • Client-server
    • n-tier

Database Application Interface

  • Database connectivity
    • ODBC
    • JDBC
    • XML
  • Web services (??? Does this belong here)
    • SOAP
    • WSDL
    • UDDI

Special purpose databases

  • Temporal databases
  • Spatial databases and GIS
  • Scientific databases
  • Statistical databases
  • Image databases

Knowledge management

Data storage representations

  • Composite structures
  • Contiguous representations
  • Hash-table representations
  • Linked representations
  • Object representation
  • Primitive data items
View topic | Diffs | r1.8 | > | r1.7 | > | r1.6 | More
Revision r1.1 - 11 Sep 2005 - 00:04 - Main.nova
Revision r1.8 - 27 Sep 2007 - 16:11 - Main.nova