• Main Menu
    • L1 Cache

      L1 Cache

      The L1 cache refers to the first tier in a computer processor’s memory cache system that increases the speed at which the processor delivers results to the user. The L1 cache sits between the processor and the computer’s RAM (Random Access Memory) and stores the user’s most accessed data in order for the processor to

    • Metal in Microwave

      Metal in Microwave

      When looking at a microwave, one of the things they often times see is a metal rack in there which causes confusion. However, people have always been taught that putting metal in the microwave is incredibly dangerous and can destroy the microwave. The question that they ask, then, is: why can't I put aluminum foil,

    • Broadcast Address

      Broadcast Address

      A broadcast address is an IP address that targets all systems on a specific subnet instead of single hosts. The broadcast address of any IP address can be calculated by taking the bit compliment of the subnet mask, sometimes referred to as the reverse mask, and then applying it with a bitwise OR calculation to

    • The Global Catalog Server

      The Global Catalog Server

      The Global Catalog (GC) is an important component in Active Directory because it serves as the central information store of the Active Directory objects located in domains and forests. Because the GC maintains a list of the Active Directory objects in domains and forests without actually including all information on the objects and it is

    • Where Are Visited Links Stored?

      Where Are Visited Links Stored?

      If you use Microsoft’s Internet Explorer, you probably have realized that for web pages you have already visited, these links are no longer blue, but purple. Every time you click on a blue link, when you return to that page within a short period of time (usually less than three weeks) the link will be

    • How to Use the Unix Find Command

      How to Use the Unix Find Command

      The Unix find command, as the name implies, is a command that you can enter into the command line, or terminal, of a Unix operating system, allowing you to process any given set of files or directories. It is a highly useful command that you can take advantage of on Unix based operating system, making

    • TL1 (Transaction Language 1)

      TL1 (Transaction Language 1)

      TL1 (Transaction Language 1) is an element management protocol used primarily in the telecommunications industry. TL1 was designed by Bellcore (now Telecordia) in 1984 for use with its OSS (Operations Support System), NMA. TL1 is an MML (Man Machine Language), which means that TL1 messages should be readable and writeable by humans as well as

    • Ka Band

      Ka Band

      The Ka band uplink uses frequencies between 27.5GHz and 31Ghz and the downlink uses frequencies between 18.3 and 18.8Ghz and between 19.7 and 20.2Ghz. The Ka band is branch of the K band from the electromagnetic spectrum. The term “Ka-band” is from Kurz-above, which originates from the German phrase “kurz” implying short. Ka band dishes

    • SVCHOST.EXE Application Error

      SVCHOST.EXE Application Error

      Svchost.exe is a system process that handles the processes executed from the dynamic-link libraries (DLLs). A number of services are run from the dynamic-link libraries and svchost.exe is the generic host process name used for such services. A Few years back, Microsoft decided to move all of the functionality from internal Windows services into the

    • Deleting an Element from a Doubly Linked List

      Deleting an Element from a Doubly Linked List

      To delete an element from the list, first the pointers are set properly and then the memory occupied by the node to be deleted is deallocated (freed). Deletion in the list can take place at the following positions. At the beginning of the list At the end of the list After a given element Before

    181 queries in 0.800 seconds.