Archive for July, 2021

Books Review Operating Systems

July 21, 2021

If you are Computer Student or Engineer and want to read about operating System theory, this book may suitable for you:

Title : Operating systems : internals and design principles 7th ed.
Author : William Stallings
ISBN : ISBN-10: 0-13-230998-X
Publisher : Pentice Hall
Pages : xix + 768
Year : 2012

Here is the details of this book.

Online Resources
Preface
About the Author
Chapter 0 Reader’s and Instructor’s Guide
0.1 Outline of this Book
0.2 Example Systems
0.3 A Roadmap for Readers and Instructors
0.4 Internet and Web Resources

PART 1 BACKGROUND
Chapter 1 Computer System Overview
1.1 Basic Elements
1.2 Evolution of the Microprocessor
1.3 Instruction Execution
1.4 Interrupts
1.5 The Memory Hierarchy
1.6 Cache Memory
1.7 Direct Memory Access
1.8 Multiprocessor and Multicore Organization
1.9 Recommended Reading and Web Sites
1.10 Key Terms, Review Questions, and Problems
1A Performance Characteristics of Two-Level Memories

Chapter 2 Operating System Overview
2.1 Operating System Objectives and Functions
2.2 The Evolution of Operating Systems
2.3 Major Achievements
2.4 Developments Leading to Modern Operating Systems
2.5 Virtual Machines

PART 2 PROCESSES
Chapter 3 Process Description and Control

3.1 What Is a Process?
3.2 Process States
3.3 Process Description
3.4 Process Control
3.5 Execution of the Operating System
3.6 Security Issues
3.7 UNIX SVR4 Process Management
3.8 Summary
3.9 Recommended Reading
3.10 Key Terms, Review Questions, and Problems

Chapter 4 Threads
4.1 Processes and Threads
4.2 Types of Threads
4.3 Multicore and Multithreading
4.4 Windows 7 Thread and SMP Management
4.5 Solaris Thread and SMP Management
4.6 Linux Process and Thread Management
4.7 Mac OS X Grand Central Dispatch
4.8 Summary
4.9 Recommended Reading
4.10 Key Terms, Review Questions, and Problems

Chapter 5 Concurrency: Mutual Exclusion and Synchronization
5.1 Principles of Concurrency
5.2 Mutual Exclusion: Hardware Support
5.3 Semaphores
5.4 Monitors
5.5 Message Passing
5.6 Readers/Writers Problem
5.7 Summary
5.8 Recommended Reading
5.9 Key Terms, Review Questions, and Problems

Chapter 6 Concurrency: Deadlock and Starvation
6.1 Principles of Deadlock
6.2 Deadlock Prevention
6.3 Deadlock Avoidance
6.4 Deadlock Detection
6.5 An Integrated Deadlock Strategy
6.6 Dining Philosophers Problem
6.7 UNIX Concurrency Mechanisms
6.8 Linux Kernel Concurrency Mechanisms
6.9 Solaris Thread Synchronization Primitives
6.10 Windows 7 Concurrency Mechanisms
6.11 Summary
6.12 Recommended Reading
6.13 Key Terms, Review Questions, and Problems

PART 3 MEMORY
Chapter 7 Memory Management
7.1 Memory Management Requirements
7.2 Memory Partitioning
7.3 Paging
7.4 Segmentation
7.5 Security Issues
7.6 Summary
7.7 Recommended Reading
7.8 Key Terms, Review Questions, and Problems
7A Loading and Linking

Chapter 8 Virtual Memory
8.1 Hardware and Control Structures
8.2 Operating System Software
8.3 UNIX and Solaris Memory Management
8.4 Linux Memory Management
8.5 Windows Memory Management
8.6 Summary
8.7 Recommended Reading and Web Sites
8.8 Key Terms, Review Questions, and Problems

PART 4 SCHEDULING
Chapter 9 Uniprocessor Scheduling
9.1 Types of Processor Scheduling
9.2 Scheduling Algorithms
9.3 Traditional UNIX Scheduling
9.4 Summary
9.5 Recommended Reading
9.6 Key Terms, Review Questions, and Problems

Chapter 10 Multiprocessor and Real-Time Scheduling
10.1 Multiprocessor Scheduling
10.2 Real-Time Scheduling
10.3 Linux Scheduling
10.4 UNIX SVR4 Scheduling
10.5 UNIX FreeBSD Scheduling
10.6 Windows Scheduling
10.7 Linux Virtual Machine Process Scheduling
10.8 Summary
10.9 Recommended Reading
10.10 Key Terms, Review Questions, and Problems

PART 5 INPUT/OUTPUT AND FILES
Chapter 11 I/O Management and Disk Scheduling

11.1 I/O Devices
11.2 Organization of the I/O Function
11.3 Operating System Design Issues
11.4 I/O Buffering
11.5 Disk Scheduling
11.6 RAID
11.7 Disk Cache
11.8 UNIX SVR4 I/O
11.9 Linux I/O
11.10 Windows I/O
11.11 Summary
11.12 Recommended Reading
11.13 Key Terms, Review Questions, and Problems

Chapter 12 File Management
12.1 Overview
12.2 File Organization and Access
12.3 B-Trees
12.4 File Directories
12.5 File Sharing
12.6 Record Blocking
12.7 Secondary Storage Management
12.8 File System Security
12.9 UNIX File Management
12.10 Linux Virtual File System
12.11 Windows File System
12.12 Summary
12.13 Recommended Reading
12.14 Key Terms, Review Questions, and Problems

PART 6 EMBEDDED SYSTEMS
Chapter 13 Embedded Operating Systems

13.1 Embedded Systems
13.2 Characteristics of Embedded Operating Systems
13.3 eCos
13.4 TinyOS
13.5 Recommended Reading and Web Sites
13.6 Key Terms, Review Questions, and Problems

PART 7 COMPUTER SECURITY
Chapter 14 Computer Security Threats

14.1 Computer Security Concepts
14.2 Threats, Attacks, and Assets
14.3 Intruders
14.4 Malicious Software Overview
14.5 Viruses, Worms, and Bots
14.6 Rootkits
14.7 Recommended Reading and Web Sites
14.8 Key Terms, Review Questions, and Problems

Chapter 15 Computer Security Techniques
15.1 Authentication
15.2 Access Control
15.3 Intrusion Detection
15.4 Malware Defense
15.5 Dealing with Buffer Overflow Attacks
15.6 Windows 7 Security
15.7 Recommended Reading and Web Sites
15.8 Key Terms, Review Questions, and Problems

PART 8 DISTRIBUTED SYSTEMS
Chapter 16 Distributed Processing, Client/Server, and Clusters

16.1 Client/Server Computing
16.2 Service-Oriented Architecture
16.3 Distributed Message Passing
16.4 Remote Procedure Calls
16.5 Clusters
16.6 Windows Cluster Server
16.7 Beowulf and Linux Clusters
16.8 Summary
16.9 Recommended Reading and Web Sites
16.10 Key Terms, Review Questions, and Problems

APPENDICES
Appendix A Topics in Concurrency
A.1 Mutual Exclusion: Software Approaches
A.2 Race Conditions and Semaphores
A.3 A Barbershop Problem
A.4 Problems

Appendix B Programming and Operating System Projects
B.1 OS/161
B.2 Simulations
B.3 Programming Projects
B.4 Research Projects
B.5 Reading/Report Assignments
B.6 Writing Assignments
B.7 Discussion Topics
B.8 BACI
Glossary
References
Index

This book contain 8 parts and 16 Chapters. Part 1 from this book talking about the Background of this written.
Part 2 is describe about Processes in Operating Systems. Part 3 is explaining about Memory management in Operating Systems. Part 4 is talking about Scheduling in Operating Systems. Part 5 is talking about Input/Output And Files. Part 6 describe about Embedded Systems. Part 7 takling about Computer Security and Part 8 explain about Distributed Systems.

William Stallings has made a unique contribution to understanding the broad sweep of technical developments in computer security, computer networking, and computer architecture. He has authored 17 titles, and, counting revised editions, a total of 42 books on various aspects of these subjects. His writings have appeared in numerous ACM and IEEE publications, including the Proceedings of the IEEE and ACM Computing Reviews . He has 11 times received the award for the best Computer Science textbook of the year from the Text and Academic Authors Association. In over 30 years in the field, he has been a technical contributor, technical manager, and an executive with several high-technology firms. He has designed and implemented both TCP/IP-based and OSI-based protocol suites on a variety of computers and operating systems, ranging from microcomputers to mainframes. As a consultant, he has advised government agencies, computer and software vendors, and major users on the design, selection, and use of networking software and products.

He has created and maintains the Computer Science Student Resource Site at http://www.computersciencestudent.com/. This site provides documents and links on a variety of subjects of general interest to computer science students (and professionals). He is a member of the editorial board of Cryptologia , a scholarly journal devoted to all aspects of cryptology. Dr. Stallings holds a PhD from M.I.T. in Computer Science and a B.S. from Notre Dame in electrical engineering.

You can buy this book from online bookstores in the Internet such as Amazon, Barnes and Nobles, and others.

For any other IT Tutorial, you can check it here :

Cloud Computing : https://bukutrainingns.blogspot.com/2020/01/kumpulan-tutorial-belajar-cloud.html
Web : https://bukutrainingns.blogspot.com/2020/02/kumpulan-tutorial-belajar-web.html
Server Hardware : https://bukutrainingns.blogspot.com/2020/01/kumpulan-tutorial-belajar-server.html
Data Center : https://bukutrainingns.blogspot.com/2020/01/kumpulan-tutorial-belajar-data-center.html
Veritas Backup Exec : https://bukutrainingns.blogspot.com/2020/01/kumpulan-tutorial-belajar-veritas.html
Windows Server 2012R2 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-windows.html
Windows Server 2016 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-windows_6.html
Windows Server 2019 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-windows_19.html
Active Directory : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-active.html
Exchange Server 2013 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-exchange.html
Exchange Server 2016 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-exchange_9.html
Exchange Server 2019 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-exchange_20.html
Linux Ubuntu : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-linux-ubuntu.html
Linux RedHat : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-linux-redhat.html
Linux CEntOS : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-linux-centos.html
Cisco : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-cisco.html
Mikrotik : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-router.html
Hyper-V : https://bukutrainingns.blogspot.com/2019/12/belajar-hyper-v-kumpulan-tutorial.html
SQL Server 2014 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-sql-server.html
Jobs dan Career : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-karir-dunia-teknologi.html
Microsoft Office Word : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-microsoft.html
VMWare VSphere : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-vmware-vsphere.html

For any other IT Certification, you can check it here :
CompTIA : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi.html
Cisco : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_8.html
Oracle : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_9.html
Microsoft : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_10.html
MikroTik : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_11.html
VMWare : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_12.html
FortiNet : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_16.html
EC Council : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_17.html
Juniper : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_22.html
RedHat : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-sertifikasi-linux.html

For IT Tutorial visit here:

https://bukutrainingns.blogspot.com/

IT Tutorial video watch here:

https://www.youtube.com/channel/UCikwGDYfTFWQxdiCqKvx6_w

See you again.

Regards

Nanang

Book Review Database Systems

July 1, 2021

If you are an Database Administrator (DBA) and want to read about database theory, this book may suitable for you:

Title : Database Systems: Design, Implementation, and Management, Ninth Edition
Author : Carlos Coronel, Steven Morris, and Peter Rob
ISBN :
Student Edition Package
ISBN-13: 978-0-538-46968-5
ISBN-10: 0-538-46968-4
Student Edition (Book Only)
ISBN-13: 978-0-538-74884-1
ISBN-10: 0-538-74884-2
Instructor Edition
ISBN-13: 978-0-538-46806-0
ISBN-10: 0-538-46806-8
Publisher : Cengage Learning
Pages : xxviii + 692
Year : 2011

Here is the details of this book.

PART I: Database Concepts
C
hapter 1: Database Systems
Chapter 2: Data Models

PART II: Design Concepts
Chapter 3: The Relational Database Model
Chapter 4: Entity Relationship (ER) Modeling
Chapter 5: Advanced Data Modeling
Chapter 6: Normalization of Database Tables

PART III: Advanced Design and Implementation
Chapter 7: Introduction to Structured Query Language (SQL)
Chapter 8: Advanced SQL
Chapter 9: Database Design

PART IV: Advanced Database Concepts
Chapter 10: Transaction Management and Concurrency Control
Chapter 11: Database Performance Tuning and Query Optimization
Chapter 12: Distributed Database Management Systems
Chapter 13: Business Intelligence and Data Warehouses
PART V: Databases and the Internet
Chapter 14: Database Connectivity and Web Technologies

PART V: Databases and the Internet
Chapter 14: Database Connectivity and Web Technologies

PART VI: Database Administration
Chapter 15: Database Administration and Security

This book contain 6 parts and 15 Chapters. If you are new to database, part 1 from this book talking about database concepts. Chapter 1 describe database systems and chapter2 talking about data models.

Part 2 from this book describe how to design the database. Chapter 3 explain about Relational Database Model and Chapter 4 described about Entity Relationship (ER) Modeling. Chapter 5 talking about Advanced Data Modeling and Chapter 6 help you how to Normalize the Database Tables.

Part 3 from this book describe about Advanced Database Design and database Implementation. Chapter 7 talking about Introduction to Structured Query Language (SQL). Chapter 8 explain about Advanced SQL and Chapter 9 describe about Database Design.

Part 4 from this book describe about Advanced Database Concepts. Chapter 10 give information details in Transaction Management and Concurrency Control. Chapter 11 talking about Database Performance Tuning and Query Optimization. Chapter 12 describe about Distributed Database Management Systems. Chapter 13 explain about Business Intelligence and Data Warehouses

Part 5 from this book talking about Databases and the Internet. Only one chapter in this part: Chapter 14 that explain about Database Connectivity and Web Technologies.

Part 6 or last part on this book talking about Database Administration. This is last chapter also from this book, Chapter 15 will explain about Database Administration and Security.

You can buy this book from online bookstores in the Internet such as Amazon, Barnes and Nobles, and others.

For any other IT Tutorial, you can check it here :

Cloud Computing : https://bukutrainingns.blogspot.com/2020/01/kumpulan-tutorial-belajar-cloud.html
Web : https://bukutrainingns.blogspot.com/2020/02/kumpulan-tutorial-belajar-web.html
Server Hardware : https://bukutrainingns.blogspot.com/2020/01/kumpulan-tutorial-belajar-server.html
Data Center : https://bukutrainingns.blogspot.com/2020/01/kumpulan-tutorial-belajar-data-center.html
Veritas Backup Exec : https://bukutrainingns.blogspot.com/2020/01/kumpulan-tutorial-belajar-veritas.html
Windows Server 2012R2 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-windows.html
Windows Server 2016 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-windows_6.html
Windows Server 2019 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-windows_19.html
Active Directory : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-active.html
Exchange Server 2013 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-exchange.html
Exchange Server 2016 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-exchange_9.html
Exchange Server 2019 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-exchange_20.html
Linux Ubuntu : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-linux-ubuntu.html
Linux RedHat : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-linux-redhat.html
Linux CEntOS : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-linux-centos.html
Cisco : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-cisco.html
Mikrotik : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-router.html
Hyper-V : https://bukutrainingns.blogspot.com/2019/12/belajar-hyper-v-kumpulan-tutorial.html
SQL Server 2014 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-sql-server.html
Jobs dan Career : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-karir-dunia-teknologi.html
Microsoft Office Word : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-microsoft.html
VMWare VSphere : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-vmware-vsphere.html

For any other IT Certification, you can check it here :
CompTIA : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi.html
Cisco : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_8.html
Oracle : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_9.html
Microsoft : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_10.html
MikroTik : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_11.html
VMWare : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_12.html
FortiNet : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_16.html
EC Council : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_17.html
Juniper : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_22.html
RedHat : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-sertifikasi-linux.html

For IT Tutorial visit here:

https://bukutrainingns.blogspot.com/

IT Tutorial video watch here:

https://www.youtube.com/channel/UCikwGDYfTFWQxdiCqKvx6_w

See you again.

Regards

Nanang