• Skip to main content
  • Skip to primary sidebar
  • Computer Architecture
  • Computer Networks
  • DBMS
  • OS
  • Software Engineering
  • Security
  • OOT
binary-terms-logo

Binary Terms

The Computer Science & IT Guide

Threading Issues in OS

3rd February 2021 by Neha T Leave a Comment

There are several threading issues when we are in a multithreading environment. In this section, we will discuss the threading issues with system calls, cancellation of thread, signal handling, thread pool and thread-specific data. Along with the threading issues, we will also discuss how these issues can be deal or resolve to retain the benefit of the multithreaded … [Read more...] about Threading Issues in OS

Structure of Page Table

30th January 2021 by Neha T Leave a Comment

Structure of page table simply defines, in how many ways a page table can be structured. Well, the paging is a memory management technique where a large process is divided into pages and is placed in physical memory which is also divided into frames. Frame and page size is equivalent. The operating system uses a page table to map the logical address of the page generated by CPU … [Read more...] about Structure of Page Table

Deadlock Characterization

27th January 2021 by Neha T Leave a Comment

Deadlock characterization describes the distinctive features that are the cause of deadlock occurrence. Deadlock is a condition in the multiprogramming environment where the executing processes get stuck in the middle of execution waiting for the resources that have been held by the other waiting processes thereby preventing the execution of the processes. In this content, … [Read more...] about Deadlock Characterization

Segmentation in OS

13th January 2021 by Neha T Leave a Comment

The concept of segmentation in os is similar to paging which is used for memory management. Segmentation divides the user program and the data associated with the program into the number of segments. Well, there is a difference between paging and segmentation in paging each page has an equivalent fixed size whereas segments are of variable size. The segmentation maps to the … [Read more...] about Segmentation in OS

Semaphore in Operating System

11th January 2021 by Neha T Leave a Comment

Semaphore in OS is an integer value that indicates whether the resource required by the process is available or not. The value of a semaphore is modified by wait() or signal() operation where the wait() operation decrements the value of semaphore and the signal() operation increments the value of the semaphore. The wait() operation is performed when the process wants to … [Read more...] about Semaphore in Operating System

Thread Libraries in OS

8th January 2021 by Neha T Leave a Comment

Thread Libraries has a collection of functions that useful in creating and controlling threads. Programmers can access these thread libraries using an application programming interface (API). Thread libraries can be the user level library or kernel level library. If the thread library is implemented at the userspace then code and data of the thread library would reside in … [Read more...] about Thread Libraries in OS

Principles of Cloud Computing

6th January 2021 by Neha T 4 Comments

Studying principles of cloud computing would help you in the adoption and use of cloud computing. These principles unfold the opportunities for cloud customers to move their computing to the cloud and for a cloud vendor to deploy a successful cloud environment. National Institute of Standards and Technology (NIST) stated that cloud computing offers worldwide, and on-demand … [Read more...] about Principles of Cloud Computing

Security Challenges in Cloud Computing

24th December 2020 by Neha T Leave a Comment

The fundamental security challenges in cloud computing are to overcome security threats in order to fully utilize these new computing standards. Though cloud computing is a powerful and effective technology it has some security-related challenges. Exposing your sensitive and confidential data on the cloud can put your data at a risk. Though cloud services ensure the security … [Read more...] about Security Challenges in Cloud Computing

Identity as a Service (IDaaS)

22nd December 2020 by Neha T Leave a Comment

Identity as a service (IDaaS) provides IAM (Identity and Access Management) service to the user over the cloud on a subscription basis just like other cloud services. In short, the IDaaS ensures that the authorized user is authenticated to access the resources of the company. The user can be the employee of the company, customer or any third party related to the company. IDaaS … [Read more...] about Identity as a Service (IDaaS)

Data Privacy in Cloud Computing

12th December 2020 by Neha T Leave a Comment

Data privacy in cloud computing allows collecting, storing, transferring and sharing the data over the cloud without putting the privacy of personal data at a risk. Many times customer even does not have knowledge about how their personal information over the clouds is processed. With the increasing popularity of the cloud, data privacy is becoming a crucial factor in cloud … [Read more...] about Data Privacy in Cloud Computing

  • « Go to Previous Page
  • Go to page 1
  • Interim pages omitted …
  • Go to page 8
  • Go to page 9
  • Go to page 10
  • Go to page 11
  • Go to page 12
  • Interim pages omitted …
  • Go to page 20
  • Go to Next Page »

Primary Sidebar

Most Searched Terms

  • Directory Structure
  • Contiguous Memory Allocation
  • Addressing Mode and its Types
  • Pipelining
  • Vector Processing
  • Register Organization
  • Direct Memory Access (DMA)
  • Process Control Block (PCB)
  • Swapping in Operating System
  • Relational Data Model

Recent Additions

  • Hardwired Control Unit
  • Producer Consumer Problem
  • Interprocess Communication (IPC)
  • Cloud Ecosystem
  • System Software
  • Data Link Layer Design Issues
  • Cloud Architecture
  • Linker and Loader in System Programming
  • Macro in System Programming
  • Assembler in Computer

Categories

  • Cloud Computing
  • Compiler Design
  • Computer Architecture
  • Computer Networks
  • Data Warehouse and Mining
  • DBMS
  • Object Oriented Technology
  • Operating System
  • Security
  • Software Engineering

Copyright © 2023 · Binary Terms · Contact Us · About Us · Privacy