Lecture Notes Unit3 chapter20 - Database System Architectures
Murugan146644
1,179 views
41 slides
Oct 15, 2024
Slide 1 of 41
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
About This Presentation
Description:
Welcome to the comprehensive guide on Relational Database Management System (RDBMS) concepts, tailored for final year B.Sc. Computer Science students affiliated with Alagappa University. This document covers fundamental principles and advanced topics in RDBMS, offering a structured appr...
Description:
Welcome to the comprehensive guide on Relational Database Management System (RDBMS) concepts, tailored for final year B.Sc. Computer Science students affiliated with Alagappa University. This document covers fundamental principles and advanced topics in RDBMS, offering a structured approach to understanding databases in the context of modern computing. PDF content is prepared from the text book databse system concepts by siberschatz, Korth and sudharsan
Key Topics Covered:
Main Topic : Database System Architectures
Sub-Topic :
Client Server Database System, Parallel database system, distributed database processing system, Centralised, client-server architectures , Network type, local area network, wide area network
Target Audience:
Final year B.Sc. Computer Science students at Alagappa University seeking a solid foundation in RDBMS principles for academic and practical applications.
URL for previous slides
Unit 2:
https://www.slideshare.net/slideshow/lecture-notes-unit2-chapter7-relationaldatabasedesign/271859844
Unit I:
Chapter 6 : Database Design and ER Model https://www.slideshare.net/slideshow/lecture-notes-unit-1-chapter-6-e-r-model/271813542
Chapter 1 : Introduction to DBMS
https://www.slideshare.net/slideshow/lecture-notes-unit1-chapter1-introduction/271392881
About the Author:
Dr. S. Murugan is Associate Professor at Alagappa Government Arts College, Karaikudi. With 23 years of teaching experience in the field of Computer Science, Dr. S. Murugan has a passion for simplifying complex concepts in database management.
Disclaimer:
This document is intended for educational purpose.
Size: 806.25 KB
Language: en
Added: Oct 15, 2024
Slides: 41 pages
Slide Content
RDBMS -Unit III
Chapter 20
Database System Architectures
Prepared By
Dr.S.Murugan, Associate Professor
Department of Computer Science,
AlagappaGovernmentArts College, Karaikudi.
(Affiliated by AlagappaUniversity)
Mailid: [email protected]
Reference Book:
Database System Concepts by Abraham Silberschatz, Henry
F.Korth, S. Sudharshan
Database System Architectures –Client Server Database System
➢Networkingofcomputersallowssometaskstobe
executedonaserversystemandsometaskstobe
executedonclientsystems.
➢Thisdivisionofworkhasledtoclient-serverdatabase
systems.
Database System Architectures –Parallel Processing System
➢Parallelprocessingisamethodofsimultaneously
breakingupandrunningprogramtasksonmultiple
microprocessors,therebyreducingprocessingtime.
➢Parallelprocessingmaybeaccomplishedvia
acomputerwithtwoormoreprocessorsorviaa
computernetwork.
➢Parallelprocessingisalsocalledparallelcomputing
Database System Architectures –Parallel Processing System
Database System Architectures –Distributed Data Processing System
➢Distributeddataprocessingisacomputer-networking
methodinwhichmultiplecomputersacrossdifferent
locationssharecomputer-processingcapability.
2O.5 Network Types
➢Distributeddatabasesandclient-serversystemsare
builtaroundcommunicationnetworks.
➢Therearebasicallytwotypesofnetworks:local-area
networksandwideareanetworks.
S.No
.
Local Area Network Wide Area Network
1.processorsaredistributed
oversmallgeographical
areas,suchasasingle
buildingoranumberof
adjacentbuildings.
anumberofautonomous
processorsaredistributedovera
largegeographicalarea(suchas
theUnitedStatesortheentire
world)
20.5.1 Local-Area Networks
➢Local-area networks (LANs) (Figure 20.10) emerged
in the early 1970s as a way for computers to
communicate and to share data with one another.
20.5.1 Local-Area Networks
➢LANs are generally used in an office environment
➢LANs have a higher speed and lower error rate than
WAN
➢The most common links in a local-area network are
twisted pair, coaxial cable, fiber optics.
➢Communication speeds range from a few megabits
per second to gigabits per second.