fakecineaste
Friday, January 6, 2012
The Key Differences Between SAN, DAS, and NAS
›
Direct-Attached Storage ( DAS) The most common form of server storage today is still direct attached storage. The disks may be internal...
spring interview questions
›
What is IOC (or Dependency Injection)? The basic concept of the Inversion of Control pattern (also known as dependency injection) is t...
static scoping(lexical) vs dynamic scoping
›
ChatGPT Static Scoping vs. Dynamic Scoping Static Scoping (Lexical Scoping) and Dynamic Scoping are two different methods used to determin...
stack vs heap
›
how the memory of the computer is organized for a running program When a program is loaded into memory, it is organized into three areas of...
Reverse a String
›
A typical programming interview question is “reverse a string, in place”. if you understand pointers, the solution is simple. even if you do...
algorithms & data structures
›
Understanding how to choose the best algorithm or data structure for a particular task is one of the keys to writing high-performance softwa...
B+ tree
›
In computer science, a B+ tree or B plus tree is a type of tree which represents sorted data in a way that allows for efficient insertion, r...
Thursday, January 5, 2012
What's the difference between a hub, a switch, and a router?
›
What's the difference between a hub, a switch,a bridge,a repeater and a router? Hubs A hub is typically the least expensive, leas...
What's ITIL?
›
What is ITIL? ITIL is the most widely adopted approach for IT Service Management The ITIL best practices provide a systematic and pro...
9 comments:
‹
›
Home
View web version