How do I install and configure a new Windows 2000 DNS server within an existing DNS environment where Active Directory is not enabled?
To create a new Windows 2000 DNS Server, you must install Windows 2000 Server or Advanced Server on a server that is attached to your network. Because DNS is not installed by default during installation of Windows 2000 Server or Advanced Server, you have to install DNS on the server. You can install the Windows 2000 DNS service either during the installation of Windows 2000 Server or Advanced Server, or after the initial installation.
");
//]]>-->
Daniel's DNS Recommendations
If you are looking to really master DNS, Active Directory or other Windows networking skills, I strongly recommend that you try Train Signal. I've discovered this company a few months ago and I always send people their way because the training is so good. You can see more DNS and windows server training with "Hands-On" video instruction at http://www.TrainSignal.com.
Daniel Petri
document.context='YTowOnt9';
If your existing environment already has a DNS domain and an existing DNS infrastructure, and Active Directory is enabled, you can delegate a sub-domain of your existing DNS domain to the Windows 2000 domain. The Windows 2000 DNS server must already be installed to complete the following step.
With an existing DNS domain, you can delegate a sub-domain from the existing DNS server to the Windows 2000 DNS server. For example, if your domain name is mycompany.com, you can create a sub-domain with the name windows2000.mycompany.com. The Windows 2000 DNS server has authority over that sub-domain.
To create the sub-domain, configure the DNS server to use one of the organization's main DNS servers as a forwarder. A forwarder provides recursive lookups for any queries that the DNS server receives that it cannot answer based on its local zones. After you set up the forwarder, the Windows 2000 DNS server is responsible for resolving any queries for computers or resources that are contained within its own local domain. Any queries beyond this range, however, are forwarded directly to the organization's main DNS servers for resolution.
To Add the Organization's Main DNS Servers to the List of Forwarders on the Windows 2000 Server:
1. Click Start, point to Programs, point to Administrative Tools, and then click DNS to start the DNS Management Console.
2. Right click the DNS Server object for your server in the left pane of the console, and click Properties.
3. Click the Forwarders tab.
4. Check the Enable forwarders check-box.
5. In the IP address box enter the IP address of the DNS servers you want to forward queries to - typically the DNS server of your ISP. You can also move them up or down. The one that is highest in the list gets the first try, and if it does not respond within a given time limit - the query will be forwarded to the next server in the list.
6. Click OK.
Links
Integrate DNS with Existing DNS Infrastructure If Active Directory Is Enabled in Windows 2000 - 301191
Setting Up the Domain Name System for Active Directory - 237675
Thursday, August 9, 2007
Tuesday, August 7, 2007
Networking Qustion
Write by vikrant choudhary.
Networking
Q1: How many type of simple networking?
Ans :
CAT 1 – Voice only
CAT 2 – 4 Mbps
CAT 3 – 10 Mbps
CAT 4 – 16 Mbps
CAT 5 – 100 Mbps
Thinnet (10base2) – 185 meters (607 feet) – 10 Mbps -- BNC Connector (barrel connector, terminator), RG58 cable. 5-4-3 rule (5 segments with 4 repeaters but only 3segments can have computers.)
Thicknet also known as Standard Ethernet (10base5) – 500 meters (1640 feet) – 10 Mbps – AUI (attachment unit interface) connector, transceivers, transceiver cables (connect to thin),
Twisted Pair (10baseT) – 100 meters (328 feet) – 4-100 Mbps – RJ 45 connector
90% of new installs are UTP Star.
Fiber Optic -- 2 kilometers (6562 feet) – 100 Mbps or more
10BaseFL – (2000 meters) Fiber Optic - expensive and hard to work with.
100BaseX= Fast Ethernet.
Full Duplex - data going in both directions at the same time. Half Duplex - data going in both directions, one direction at a time.Simplex - data going in one direction only.
Q2: How many Topologies for networks?
Ans:
STAR, BUS, LINEAR BUS STAR
10BaseT 10Base2 100BaseVG AnyLAN
100BaseX 10Base5
MESH – common WAN topology – remote sites over multiple communications lines. Routers determine best path.
Q3: How many type of OSI models?
Ans: seven type of OSI models-
APPLICATION – software (what you see on screen)
PRESENTATION – translation, compression
SESSION – security and name recognition to allow applications to communicate.
TRANSPORT – insures packets are delivered error free. (flow control, error handling)
NETWORK – addressing messages and translating logical addresses into physical addresses.
DATA LINK – packages bits into data frames (includes control & CRC)
PHYSICAL – electrical, optical, mechanical.
Data Link breaks down into MAC Layer and Logical Link Control Layer
Logical Link Control handles error and flow control
MAC Layer handles access control.
802 Network Model – Defines Network standard for the physical part of the network.
802.3 – CSMA/CD – LAN Ethernet
802.5 – Token Ring - LAN Token Ring
Q4: What is Baseband?
Ans: digital over single frequency.
Q5: What is broadband?
Ans: analog signal over a range of frequencies, nondiscrete unidirectional signal.
Q6: How many type of Protocols?
Ans: Protocols are-
DLC – non-routable - used for HP Printers (Jet Direct) and IBM Mainframe Connectivity.
NetBEUI – non-routable – NetBIOS extended user interface (Microsoft Networks only.)
IPX/SPX – Novell – similar to NetBEUI, only routable.
NWLINK – Microsoft version of IPX/SPX.
TCP/IP – routable – used for Internet
X.25 – Routable – used in a switching network.
XNS – Routable – used in Xerox’s Ethernet LANs before TCP/IP.
APPC - non-routable – IBM’s transport protocol (part of SNA)
Apple Talk – Routable – Apples Protocol Stack.
OSI protocol Suite – Routable – each protocol maps directly to a layer of the OSI model.
DECnet – Routable – Digital’s protocol stack – implements the DNA (Digital network architecture).
Contention – competition among stations to use a network resource or communications line.
Redirector – All Microsoft products come with a redirector that takes request from the computer and looks to see if it is local or sends to network.
PPP – Point to Point Protocol – used with dial-up adapters. Can automatically configure IP addresses.
Point to point serial communication using TCP/IP.
SLIP (Serial Line Internet Protocol) – must manually configure IP address. Must know both yours and the one you are connecting to. Point to point serial communication using TCP/IP.
Q7: What is HCL?
Ans: HCL – Hardware Compatibility List – lists all hardware that is compatible with Windows NT.
Q8: What is PDC and BDC?
Ans: PDC - Primary Domain Controller – Logins, Permissions, Scripts, Securities.
BDC - Backup Domain Controller – a computer that receives a copy of the domain’s security policy and database and authenticates network logons. (It provides a backup in case the PDC becomes unavailable. It is not required but is recommended to be a backup to the PDC.
NT allows you to decide who can and can not print.
NT Service is an application that allows you to add services MAC Service (need service to be able to connect to other OS’s).
Fax Server – manual routing – physically check faxes and forward as E-mail attachments.
OCR reader converts fax into text for use.
DID (direct inward dialing) – special phone line that forwards faxes to appropriate person.
Q9: What is centralized Computing?
Ans: Centralized Computing – terminal based computing.
Client/Server (front end/back end) .
Q10 : How many type of groups?
Ans: Global – created on PDC containing user accounts only from their own domain account database.
Local – individual user accounts have rights and permissions on local computers.
Universal:-
Special – used for internal system access to resources and permissions.
Built-in – perform common network admin and maintenance tasks.
Q11: What is SNMP?
Ans: SNMP (Simple Network Management Protocol) –
Part of TCP/IP Suite – programs called agents monitor network traffic and behavior.
Store data in MIB’s (management information database)
Records hubs, servers, NIC’s, routers.
Sends an ALERT to Network Manager If beyond certain ranges.
Q12: What is SMS?
Ans: SMS (Systems Management Server) Microsoft’s back office product allows you to monitor systems. Works with NT server only. Desktop management, Remote Control, software distribution, Inventory management (hardware and software data).
Q13:- What is network data security?
Ans:-Network Data Security
Password Protected Share (share level security) – assign password to each shared resource
Access Permissions (user level security) – user enters a logon and password at login and server checks a database and assigns security as applicable. Resources are controlled by the administrator and are allowed to the user at login.
C2 compliant – Govt. level of security
Virus checks, passwords, access rights.
Q14: what is RAID?
Ans: RAID (redundant array of inexpensive disks) – Fault Tolerance
RAID is handled through NT’s disk administrator. (Supports 1&5)
Level 0 – Disk Striping – divides data into 64K blocks and distributes evenly among all disks in an array. Provides no redundancy or fault tolerance.
Level 1 – Disk Mirroring – Write all data to two hard drives in sync, if one fails then swap.
Level 5 – Disk Striping with Parity – supports three to 32 hard drives. Allocate same amount of space on each hard drive. Divides data into 64K blocks and writes parity info evenly among all disks in an array. If one disk fails, enough parity info is written across other disks to recreate it. Parity stripe block is used to reconstruct data.
Q15: What is MODEMS?
Ans: MODEMS – converts digital PC signal to analog phone signal and back. Uses sound waves to transmit data. Telephone lines have a 33,600 Kbps max speed.
Q16: What is RAS?
Ans: RAS - (Remote Access Services) – NT can handle up to 256 calls.
Q17: How to Sending DATA across a WAN?
Ans: X.25 protocol – incorporated into packet switching network. Uses PAD. – Packet switching protocol.
PAD – packet assembler/disassembler – receives asynchronous characters from terminals and assembles into packets to be transmitted over network and back.
Frame Relay – point to point system – uses PVC – fast packet, variable length digital – digital leased lines. Provides bandwidth as needed. – Packet switching protocol
ATM – asynchronous transfer mode – fixed packets – broadband.
Speeds up to 622 Mbps – used mainly for ISP backbones because of cost.
53 byte cells instead of packets. – Packet switching protocol
ISDN – integrated services digital network
128 bits per second – 2B+D – 2 64Kbps B channels & 1 16Kbps D channel.
Voice, data, images - signaling&link mgmt. Data
FDDI – Fiber Distributed Data Interface 100Mbps
Used mainly for MAN technology – works in a double ring.
Like Token-Ring only many frames can go on the token, not just one.
SONET – synchronous Optical Network – fiber-optic – 1 Gig per second
SMDS – switched multimegabit data service. Up to 34 Mbps
Same fixed length cell relay technology as ATM.
Subscribe to:
Posts (Atom)
Linux, CCNA and MCSE Questions: User Managment
Linux, CCNA and MCSE Questions: User Managment
-
1. What is the difference between Failing and Failed? Failing : Fai...
-
MCSE MICROSOFT CERTIFIED SYSTEMS ENGINEER NETWORK: A network is a collection of computers connected together. . NETWORKING: is a process of ...
-
1. What is Job scheduling? The process of creating the jobs and make them occur on the system repeatedly ho...