Basic Information On Active Directory, DNS, DHCP, RAID
Basic Information On Active Directory, DNS, DHCP, RAID
REPLICATION PARTITIONS: Schema Partition: contains object and attribute definitions. In other words it
contains a list of definitions that define what objects and attributes for those objects can exist in the
AD.Configuration partition: contains information about the physical structure of the AD, such as the sites
and domains and where DC resides in the enterprise. It is replicated to all DC's in the tree or
forest.Domain partition: contains information about all AD objects that are specific to that domain, such
as users, groups and other resources. All domain partition information is completely replicated to all
domain controllers within the domain.
REPLICATION TOPOLOGY
KCC: Knowledge Consistency Checker: It builds the topology for the intrasite replication between the
DCs. It uses only RPC to communicate with the directory service.
Bridgehead server: A point where a replication information leaves or enters a site for intersite
replication.
BENIFITS
• Optimize replication for speed and bandwidth consumption between domain controllers.• Locate the
closest domain controller for client logon, services, and directory searches.
• Direct a Distributed File System (DFS) client to the server that is hosting the requested data within the
site.
• Replicate the system volume (SYSVOL), a collection of folders in the file system that exists on each
domain controller in a domain and is required for implementation of Group Policy
=============================================================
What is RAID?
ANS: Redundant Array of Inexpensive disk is a way to increase capaxity, performance and reliablility.
RAID0: (Striping) Not really RAID as it has no fault tolerance, Data is striped across all disks, Excelent
read/write performance.
RAID1: (Mirroring) Need at least 2 drives, tolerates single drive failure, often used for OS drive or boot
volume.
RAID5: Requires at least 3 drives, data and parity striped across all disks, can tolerate failure of any one
disk without losing data but performance does degrade.
TCP/IP MODEL:
Application Layer
Transport Layer
Internet
Network Interface
OSI MODEL
Application Layer
Presentation layer
Session layer
Transport Layer
Network Layer
Data-link Layer
Physical layer
What is a switch?
A network switch, or bridge, is a specialized device that connects multiple network segments. It's a more
modern and efficient form of the ubiquitous (and outdated) network hub. A hub, also known as a
repeater, is a simple device that has been used for years to connect all nodes, or computers, on a
network to a central location. Each node on a network has a unique hardware address called a MAC
address. A hub is known as a repeater because when a packet of data, or frame, is sent through the hub,
it is repeated to each and every computer on the network.This means that if a 1 GB video is sent to one
computer through the hub, the file will also be sent to all of the other computers on the hub. This is very
inefficient for bandwidth management. "Hubs have two major drawbacks," says Ben deGonzague, a
deployment engineer with TopCoder Software, a Glastonbury, Conn.-based software engineering firm.
"First, network bandwidth is consumed as each and every frame is sent to all devices on a network.
Second, your network is only as fast as the slowest device. Hubs have become obsolete with switching-
based networks."A switch-based network is one that utilizes switches instead of hubs. A switch is a
major upgrade to a hub. Instead of sending all network data to each and every network node, the switch
will analyze the MAC address and determine where to send the data. Network bandwidth is not wasted
by sending every frame to every port.So when a switch receives data for a file, if it was addressed to one
computer it will only be sent there. The other computers on the network wouldn't know about it. This
means that the network is now much more efficient, but it's also a step toward being more secure:
"Since switches can segregate traffic from different nodes," says deGonzague, "this makes it more
difficult for anyone to capture packets on your network.
What is a router?
While switches connect multiple computers, a router is required to connect multiple networks, like your
LAN to the Internet. Routers work by storing large tables of networks and addresses, then using
algorithms to determine the shortest routes to individual addresses within those networks. In this way
efficient routers not only facilitate intra-network communications, but also play a role in overall network
performance. delivering the information faster.While many consumers are familiar with small routers
from companies like Linksys, which can be purchased for less than $50 at computer hardware stores,
they shouldn't be confused with a proper router for business. "A typical router at home will connect
your cable modem or DSL network to your internal network. This is just connecting two different
networks. Routers for businesses on the other hand might have to connect several different networks,"
says deGonzague. Small business routers from vendors like Cisco often include management software,
enabling IT staff to better manage network stability and, ultimately, performance.