Tag: Reference Books for Computer Science

Operating System Tanenbaum | Best OS Books

Modern Operating Systems By Tanenbaum

 

This article reviews the book “Modern Operating Systems” by Andrew S. Tanenbaum and Herbert Bos.

The article covers-

  • Special features of book
  • Analysis of Content
  • Analysis of Exercises
  • Necessary Instructions
  • Conclusion

 

Why Should Be Read?

 

Special Features of Book-

 

The special features of this book are-

  • It strikes a good balance between the theory and problems.
  • The topics are explained in sufficient details which makes it pretty good.
  • The clear and concise diagrams and tables make it interesting to read the book.
  • The book is suitable for beginners as well as intermediate students.
  • The language used while explaining the topics is simple and straight forward.
  • The topic of Memory Management is covered in an elaborative and clear way.
  • Of all the textbooks present on this subject, this book has the best exercise questions.
  • The questions are of good quality and sufficient for GATE preparation.

 

Analysis of Content-

 

The following table analyzes sections of the book that are relevant for GATE-

 

Chapter No. GATE Relevant Sections GATE Topics Covered
1 1.1 to 1.3 Introduction to Operating Systems

(Optional to Read)

1.5
1.6
2 2.1 Process Management
2.2 Threads
2.3 Inter-Process Communication
2.4 Process Scheduling

(First Come First Serve, Round Robin etc)

2.5 Classical Inter-Process Communication Problems

(Producer-Consumer, Dining Philosophers etc)

3 3.1 Memory Abstraction
3.2
3.3 Virtual Memory
3.4 Page Replacement Algorithms

(FIFO, LRU, Optimal etc)

3.5 Paging Design and Implementation Issues
3.6
3.7 Segmentation
4 4.3 to 4.5.2 File Management System
5 5.1 to 5.3 Input Output

(Overlaps with Computer Organization Syllabus)

5.4.1 to 5.4.4 Disk Scheduling Algorithms
6 All Sections Deadlock

Covering Only These Sections Is Enough

 

Analysis of Exercises-

 

The following table analyzes exercises of the book that are relevant for GATE-

 

Chapter No. Question No.
1 4, 5, 10, 11, 13, 14,15, 24
2 5, 6, 7, 8, 16, 17, 23, 24, 25, 26, 27, 30, 32, 33, 39, 40, 41, 42, 43,
44, 45, 46, 49, 51, 54, 55
3 2, 4, 6, 7, 11, 12, 13, 14, 15, 16, 17, 19, 20, 22, 24, 25, 27, 28, 33,
35, 36, 38, 42, 44, 45, 47
4 12, 13, 16, 18, 23, 24, 25, 32, 36, 37, 38, 40
5 5, 6, 8, 11, 12, 17, 18, 19, 20, 21, 28, 31, 32, 37
6 5, 8, 14, 20, 22, 23, 25, 26, 28, 34

Practicing Only These Exercises Is Enough

 

Necessary Instructions-

 

Keep the following instructions in mind while reading the book-

  • The book has nearly 1100 pages.
  • If you concentrate on just GATE syllabus, the number of pages reduce significantly.
  • The topics of process management and memory management are the focused areas in GATE exam.
  • Keep making quality notes while reading the book. This will help you to solve theoretical questions.
  • GATE focuses on numerical questions from this subject. So, practice all the above questions.
  • Try to implement the process scheduling algorithms and inter-process communication problems.

 

Conclusion-

 

  • The text book covers the entire GATE syllabus and much more than that.
  • The best part of the book is its exercise questions and at par with the questions asked in GATE.
  • The book covers tricky topics like inter-process communication in an elaborative and fun to read way.
  • The book is sufficient for theoretical as well as numerical questions.

 

THIS BOOK IS SELF-SUFFICIENT FOR GATE EXAM.

 

 

Amazon Rating

 

Student’s Reviews-

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Other Recommended Books-

 

Operating Systems By William Stallings-

 

 

Operating System Concepts By Abraham Silberschatz-

 

 

Introduction to Algorithms By Cormen | Best Algorithms Books

Introduction to Algorithms By Cormen

 

This article reviews the book “Introduction to Algorithms” by Thomas H. Cormen.

The article covers-

  • Special features of book
  • Analysis of Content
  • Analysis of Exercises
  • Necessary Instructions
  • Conclusion

 

Why Should Be Read?

 

Special Features of Book-

 

The special features of this book are-

  • It has an in-depth and elaborative explanation which is unmatched by any other book.
  • The algorithms are explained followed by their analysis and proofs.
  • It provides a detailed insight into the subject.
  • The analysis part is covered very well and multiple readings may be needed for some algorithms.
  • The exercise questions are pretty good.
  • Some GATE questions have been asked directly from its exercises in the previous year exams.
  • Data structures are covered equally good.

 

Analysis of Content-

 

The following table analyzes sections of the book that are relevant for GATE-

 

Chapter No. GATE Relevant Sections GATE Topics Covered
1 1.1 Basics of Algorithms
1.2
2 2.1 Insertion Sort
2.2
2.3 Merge Sort
3 All Sections Asymptotic Notations & Growth of Functions
4 4.1 to 4.3 Divide & Conquer, Solving Recurrences, Master’s Theorem
4.5
6 All Sections Heap Sort & Priority Queues
7 7.1 Quick Sort
7.2
7.4
8 All Sections Counting Sort, Radix Sort, Bucket Sort
10 10.1 Stacks, Queues & Linked List
10.2
10.4
11 11.1 to 11.4 Hashing, Open Addressing
12 12.1 to 12.3 Binary Trees
15 15.1 Dynamic Programming Algorithms
15.2
15.4
16 16.1 to 16.3 Greedy Algorithms
22 All Sections Graph Representations & Traversal Algorithms
23 All Sections Minimum Spanning Tree Algorithms

(Prim’s and Kruskal’s)

24 24.1 to 24.3 Bellman Ford & Dijkstra’s Algorithm
25 25.2 Floyd-Warshall Algorithm

Covering Only These Sections Is Enough

 

Analysis of Exercises-

 

The following table analyzes exercises of the book that are relevant for GATE-

 

Chapter No. Question No.
1 1.2-2, 1.2-3
2 2.1-1, 2.1-2, 2.2-1, 2.2-2, 2.3-1, 2.3-3, 2.3-5, 2.3-6, 2.3-7, 2.1, 2.4
3 3.1-1, 3.1-2, 3.1-4, 3.2-3, 3.1, 3.3, 3.4
4 4.2-1, 4.2-3, 4.3-1, 4.3-2, 4.3-3, 4.3-6, 4.3-9, 4.4-1, 4.4-2, 4.4-3, 4.4-4, 4.4-5, 4.5-1, 4.5-3, 4.5-4, 4.1, 4.3, 4.5, 4.6
6 6.1-1 to 6.1-7, 6.2-1, 6.2-6, 6.3-1 to 6.3-3, 6.4-1, 6.4-3, 6.5-1, 6.5-7, 6.5-9, 6.2, 6.3
7 7.1-1 to 7.1-4, 7.2-1 to 7.2-3, 7.4-6, 7.4
8 8.2-1, 8.2-2, 8.3-1, 8.3-2, 8.3-4, 8.4-1, 8.4-2, 8.4-3, 8.2, 8.3
10 10.1-1 to 10.1-7, 10.2-2, 10.2-3, 10.2-8, 10.4-1 to 10.4-6, 10.1
11 11.2-1 to 11.2-3, 11.4-1, 11.4-3
12 12.1-1 to 12.1-5, 12.2-1, 12.2-5, 12.2-6
15 15.1-3 to 15.1-5, 15.2-1, 15.2-6, 15.4-1, 15.4-3
16 16.1-2, 16.1-4, 16.2-1, 16.2-2, 16.2-3, 16.2-6, 16.3-3
22 22.1-1, 22.1-2, 22.1-4, 22.1-6, 22.1-7, 22.2-1, 22.2-2, 22.2-4, 22.2-7, 22.2-8, 22.3-5, 22.3-8, 22.3-9, 22.3-11, 22.3-13, 22.4-1, 22.4-3, 22.4-4, 22.5-1, 22.5-4, 22.1 to 22.3
23 23.1-1 to 23.1-11, 23.2-2 to 23.2-5, 23.2, 23.3
24 24.1-1, 24.1-6, 24.2-1, 24.3-1, 24.3-2, 24.3-10
25 25.2-4, 25.2-6, 25.2-8

Practicing Only These Exercises Is Enough

 

Necessary Instructions-

 

Keep the following instructions in mind while reading the book-

  • The book has nearly 1300 pages and all the topics are explained in great detail.
  • You need to be pretty selective with what topics you need to read. (Refer above)
  • Since GATE does not have subjective questions, so there is no need to cover the proofs.
  • However, studying the proofs deepens the knowledge of algorithms.
  • Go for studying the proofs only if you have ample time.

 

You can divide reading the book in three levels-

 

Level-01:

 

  • Read the algorithm.
  • Try to understand how it works and implement on a few examples.
  • Implement the algorithm code in some programming language if you have time.
  • Prefer C language as it is a part of GATE syllabus.

 

Level-02:

 

  • Read the analysis part and proof of correctness for that algorithm.
  • This part is important as GATE questions focus on the analysis aspect of algorithms.

 

Level-03:

 

  • Try solving the problems at the end of each chapter.
  • The problems are of medium and tough difficulty level and requires thorough knowledge.

 

Conclusion-

 

  • The book covers all the algorithms in an extensive way focusing equally on the analysis aspect.
  • The exercise questions are intuitive and guide the students to cover topics in depth.
  • The exercise questions of this book have been asked directly in GATE .
  • Most of the questions are at par with the level of questions asked in GATE.
  • This book is a must read for every student who wants to learn algorithms.

 

THIS BOOK IS MORE THAN ENOUGH FOR GATE EXAM.

 

 

Amazon Rating

 

Student’s Reviews-

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Other Recommended Books-

 

Algorithm Design By Kleinberg and Tardos-

 

 

Computer Networks Tanenbaum | Networking Books

Computer Networks By Tanenbaum

 

This article reviews the book “Computer Networks” by Andrew S. Tanenbaum and David J. Wetherall.

The article covers-

  • Special features of book
  • Analysis of Content
  • Analysis of Exercises
  • Necessary Instructions
  • Conclusion

 

Why Should Be Read?

 

Special Features of Book-

 

The special features of this book are-

  • It contains the most well-balanced text for this subject.
  • It covers the concepts in detail without getting verbose.
  • It contains clear and concise diagrams and tables.
  • It is a good choice for beginners and intermediate level students.
  • The chapters covering Data Link layer and Network layer are explained in great detail.
  • No other text book has as clear explanation for Transport layer as this book has.
  • Exercise questions are numerical as well as conceptual in nature.
  • The difficulty level of exercise questions is at par with the level of questions asked in GATE.

 

Analysis of Content-

 

The following table analyzes sections of the book that are relevant for GATE-

 

Chapter No. GATE Relevant Sections GATE Topics Covered
1 1.4 Reference Models (OSI and TCP/IP)
2 2.5.1 Transmission Encoding (NRZ, Manchester etc)
2.6.5 Switching (Circuit and Packet)
3 3.1 Basics of Data Link Layer
3.2 Error Detection and Correction
3.3.2 Flow Control

(Stop and Wait, Sliding Window Techniques)

3.4
4 4.2.1 Multiple Access Protocols

(Aloha and CSMA)

4.2.2
4.3 Ethernet
4.4 WiFi
4.8 Networking Devices

(Bridge, Hub, Switch etc)

5 5.1 Network Layer Introduction
5.2.1 to 5.2.5 Routing (Distance Vector and Link State Routing)
5.4.2 Traffic Shaping (Leaky and Token Bucket)
5.6.1 to 5.6.3 Internet Protocol (IPv4 and IPv6)
6 6.1.3 Sockets
6.4.1 User Datagram Protocol (UDP)
6.5.1 to 6.5.10 Transmission Control Protocol (TCP)
7 7.1 to 7.3 Application Layer Protocols
8 8.3 Public Key Algorithms
8.4.2 Digital Signatures and Message Digests
8.4.3
8.5.1 Digital Certificates
8.6.2 Firewalls
8.7.2 Diffie-Hellman Key Exchange

Covering Only These Sections Is Enough

 

Analysis of Exercises-

 

The following table analyzes exercises of the book that are relevant for GATE-

 

Chapter No. Question No.
1 15, 16, 22, 27, 28
2 37, 38, 39
3 1, 2, 6, 8, 11, 13, 15, 16, 18, 20, 22, 32, 33, 35
4 2, 4, 6, 10, 13, 15, 16, 38
5 6, 7, 16, 18, 19, 23, 24, 25, 26, 28, 30, 31, 33, 37, 40
6 7, 9, 22, 26, 28, 30, 31, 32, 33, 34, 36, 42, 43
7 4, 20, 42
8 17, 18, 22, 32, 33

Practicing Only These Exercises Is Enough

 

Necessary Instructions-

 

Keep the following instructions in mind while reading the book-

  • Competitive exams focus mainly on numerical questions in this subject.
  • Make sure to solve the exercises of relevant chapters.
  • Keep making notes while reading the relevant sections.
  • The well-illustrated diagrams and tables can directly be a part of your short notes.
  • Be thorough with the understanding of header formats and frame formats of various protocols.
  • Most of the questions require knowing the concepts of TCP, UDP, IP etc in detail.
  • The book covers all the topics of GATE syllabus.

 

Conclusion-

 

  • The book balances the theoretical and practical aspects of the subject pretty well.
  • The numerical exercises are quite good and strongly recommended for practice.

 

THIS BOOK IS SELF-SUFFICIENT FOR GATE EXAM.

 

 

Amazon Rating

 

Student’s Reviews-

 

 

 

 

 

 

 

Other Recommended Books-

 

Data Communications And Networking By Fourozan-

 

 

Computer Networking By Kurose And Ross-