user

Little about Organizational Units

January 26, 2011

An Overview of Organizational Units (OUs) An organizational unit (OU) is a container that is used to logically organize and group Active Directory objects within domains. OUs are not part of the DNS namespace. They are used to organize Active Directory objects into logical administrative groups. OUs therefore serve as containers in which you can [...]

Read the full article →

Little about Active Directry

January 26, 2011

What is an Active Directory and How Does It Work? An active directory is a service that is provided by Microsoft that stores information about items on a network so the information can be easily made available to specific users through a logon process and network administrators. By using an Active Directory it is possible [...]

Read the full article →

Basic things about Data Encryption

January 26, 2011

Please click on this link-  Little about Data Encryption

Read the full article →

NetBEUI

January 24, 2011

NetBIOS, NetBEUI, and SMB are Microsoft Protocols used to support Microsoft Networking. The NetBIOS stack includes SMB, NetBIOS, and NetBEUI which are described in the table below. The following are parts of the Microsoft networking stack: Name Network Layer Description Redirector Application Directs requests for network resources to the appropriate server and makes network resources [...]

Read the full article →

User Datagram Protocol (UDP)

January 24, 2011

User Datagram Protocol (UDP) supports the network at the transport layer. User Datagram Protocol (UDP) is an unreliable connection-less protocol and is defined by RFC 768 and 1122. It is a datagram service. There is no guarantee that the data will reach its destination. UDP is meant to provide serivce with very little transmission overhead. [...]

Read the full article →

Address Resolution Protocol

January 24, 2011

ARP and RARP Address Translation Address Resolution Protocol (ARP) provides a completely different function to the network than Reverse Address Resolution Protocol (RARP). ARP is used to resolve the ethernet address of a NIC from an IP address in order to construct an ethernet packet around an IP data packet. This must happen in order [...]

Read the full article →

Virtual Private Networking (VPN)

January 24, 2011

The most confusing part of VPN is that many acronyms show up. This is partly because VPN requires data encryption to be “private” and there are many encryption techniques and terms. Also there are many complicated security issues relating to VPN concerning encryption and user authentication. This section will first explain the concept and methodology [...]

Read the full article →

Internet Group Management Protocol (IGMP)

January 24, 2011

Internet Group Management Protocol (IGMP) is the protocol used to support multicasting. To use multicasting, a process on a host must be able to join and leave a group. A process is a user program that is using the network. Group access is identified by the group address and the interface (NIC). A host must [...]

Read the full article →

Access list types

January 21, 2011

There are three basic types of IP access lists: standard, extended, and dynamic extended. Standard access lists use source addressing for applying rules and provide very basic forms of filtering. Extended access lists use both source and destination addresses for filtering and even allow filtering by protocol type. This allows a more granular method of [...]

Read the full article →

BRI ISDN Configuration On Cisco Router

January 18, 2011

There are two ways to configure ISDN in a Cisco router. The first one is to setup the ISDN connection to be always on. This method will be very costly because most ISDN service providers charge not only by monthly subscription, but by the amount of data that you transfer. Having the connection opened 24/7, [...]

Read the full article →

Little about ISO/OSI layers

January 18, 2011

If you want to remember the sequence of the OSI layers model name then the following two sentences can help you a lot for this purpose.“All People Seems To Need Data Processing”. Open Systems Interconnection (OSI) model is developed by ISO (International organization for standardization) in 1984. OSI reference model is a logical framework for [...]

Read the full article →

What is ISDN

January 18, 2011

The regular phone line which is used at home and offices is an analogue phone line. Your voice is picked up by telephone mouthpiece and then sent down the phone line as an analogue wave. Regular modem converts the digital signals of the computer into the analogue waves, which then travels on the regular phone [...]

Read the full article →

Automatically Ending Non-Responsive Tasks

January 14, 2011

Start Regedit Go to HKEY_CURRENT_USER\Control Panel\Desktop\AutoEndTasks Set the value to be 1 In the same section, change the WaitToKillAppTimeout to the number of milliseconds you want.

Related Posts Plugin for WordPress, Blogger...
Read the full article →