Sunday, June 19, 2011

Data Abstraction


  1. The major purpose of a database system is to provide users with an abstract view of the system.The system hides certain details of how data is stored and created and maintained
    Complexity should be hidden from database users.
  2. There are several levels of abstraction:
    1. Physical Level:
      • How the data are stored.
      • E.g. index, B-tree, hashing.
      • Lowest level of abstraction.
      • Complex low-level structures described in detail.
    2. Conceptual Level:
      • Next highest level of abstraction.
      • Describes what data are stored.
      • Describes the relationships among data.
      • Database administrator level.
    3. View Level:
      • Highest level.
      • Describes part of the database for a particular group of users.
      • Can be many different views of a database.
      • E.g. tellers in a bank get a view of customer accounts, but not of payroll data.
    Fig. 1.1 (figure 1.1 in the text) illustrates the three levels.  
    Figure 1.1: The three levels of data abstraction

    source: http://www.cs.sfu.ca/CC/354/zaiane/material/notes/Chapter1/node4.html

Networking

IP Addressing So what’s a TCP/IP Address? TCP/IP address works on the Network and Transport layer of the OSI-ISO reference model and Intern...