Tag

internals

windows nt file system internals en anglais

Kaya Grimes

file system used in Windows NT and later versions, known for its advanced features like journaling, security descriptors, and support for large files. File System Drivers: Kernel mode drivers responsible for managing sp

windows internals part 2

Della Deckow

s resources. Windows Security Model The security model is based on: Privileges and rights assigned to user accounts Token-based security context Audit mechanisms to track security-relevant events File System Internal

windows internals book 1 user mode developer refer

Patti Jakubowski

eep understanding of Windows internals to improve application performance, troubleshoot system issues, or develop system-level tools. User mode developers, in particular, benefit from understanding how their applications interact with the OS through system calls, APIs, and

vahalia unix internals

Sofia Quitzon

arate from kernel operations. File System: Manages data storage, retrieval, and organization on storage devices. Processes: Active instances of running programs, managed by the kernel. Device Drivers: Interface between hardware devices and the kernel. Understanding how these

unix internals

Macie Mohr

Unix abstracts hardware devices through device drivers, which are kernel modules responsible for communicating with hardware components such as disks, network interfaces, and peripherals. Key Concepts Device files located in `/dev/` Block devices vs. character devices Driver registrat

oracle internals tips tricks and techniques for d

Maximus Hauck

assess buffer cache sizing. Use `V$LIBRARYCACHE` to monitor library cache performance and avoid ‘invalidations’ and ‘reloads’. Tricks: Use `DBMS_SHARED_POOL.PURGE` to clear the shared pool of unnecessary objects. Use `ALTER SYSTEM FLUSH SHARED_POOL` during development

Operating Systems Internals And Design

Keshawn Ledner

sophies: FAT (File Allocation Table): Simple and widely supported, but prone to 1. fragmentation and limited in handling large files. NTFS (New Technology File System): Incorporates journaling, security 2.

Mac Os X Internals A Systems Approach

Ms. Beth Harvey

arly valuable in an era where understanding operating system internals is crucial for optimizing performance, troubleshooting complex issues, or developing robust software tailored to the macOS environment. At its core, macOS represents a sophisticated blend of Unix-based s

Database Internals A Deep Dive Into How

Delbert Macejkovic

ining these guarantees while coping with network failures and node crashes. Transaction Processing and Concurrency Control Distributed transaction internals must coordinate changes across multiple nodes to maintain atomicity and isolation. Traditional two-phase commit (2PC) protocols are often use