EPS Study
EPS Study
2) What is DNS? Why it is used? What is "forward lookup" and "reverse lookup" in
DNS? What are A records and mx records?
DNS is domain naming service and is used for resolving names to IP address and IP
addresses to names. The computer understands only numbers while we can easily
remember names. So to make it easier for us what we do is we assign names to computers
and websites. When we use these names (Like yahoo.com) the computer uses DNS to
convert to IP address (number) and it executes our request.
Forward lookup: Converting names to IP address is called forward lookup.
Reverse lookup: Resolving IP address to names is called reverse lookup.
'A' record: Its called host record and it has the mapping of a name to IP address. This is the
record in DNS with the help of which DNS can find out the IP address of a name.
'MX' Record: its called mail exchanger record. Its the record needed to locate the mail
servers in the network. This record is also found in DNS.
For in depth learning of DNS, please download, extract and watch the videos available
here.
3) What is DHCP? Why it is used? What are scopes and super scopes?
DHCP: Dynamic host configuration protocol. Its used to allocate IP addresses to large
number of PCs in a network environment. This makes the IP management very easy.
Scope: Scope contains IP address like subnet mask, gateway IP, DNS server IP and
exclusion range which a client can use to communicate with the other PCs in the network.
Superscope: When we combine two or more scopes together its called super scope.
4) What are the types of LAN cables used? What is a cross cable?
Types of LAN cables that are in use are "Cat 5" and "Cat 6". "Cat 5" can support 100 Mbps
of speed and "CAT 6" can support 1Gbps of speed.
Cross cable: Its used to connect same type of devices without using a switch/hub so that
they can communicate.
5) What is the difference between a normal LAN cable and cross cable? What could be
the maximum length of the LAN cable?
The way the paired wires are connected to the connector (RJ45) is different in cross cable
and normal LAN cable.
The theoritical length is 100 meters but after 80 meters you may see drop in speed due to
loss of signal.
6) What would you use to connect two computers without using switches? Cross
cable. 7) What is IPCONFIG command? Why it is used?
IPCONFIG command is used to display the IP information assigned to a computer. Fromthe
output we can find out the IP address, DNS IP address, gateway IP address assigned to that
computer.
11) What is a PST file and what is the difference between a PST file and OST file? What
file is used by outlook express?
PST file is used to store the mails locally when using outlook 2000 or 2003. OST file is used
when we use outlook in cached exchanged mode. Outlook express useds odb file.
12) What is BSOD? What do you do when you get blue screen in a computer? How do
you troubleshoot it?
BSOD stands for blue screen of Death. when there is a hardware or OS fault due to which
the windows OS can run it give a blue screen with a code. Best way to resolve it is to boot
the computer is "LAst known good configuration". If this doesn't work than boot the computer
in safe mode. If it boots up than the problemis with one of the devices or drivers.
15) Your computer slowly drops out of network. A reboot of the computer fixes the
problem. What to do to resolve this issue?
Update the network card driver.
16) Your system is infected with Virus? How to recover the data?
Install another system. Insall the OS with the lates pathces, Antivirus with latest updates.
Connect the infected HDD as secondary drive in the system. Once done scan and clean the
secondary HDD. Once done copy the files to the new system.
17) How to join a system to the domain? What type of user can add a system to the
domain?
Please visit the article below and read "Adding the Workstation to the Domain"
http://www.microsoft.com/technet/prodtechnol/windowsserver2003/technologies/directory/acti
vedirectory/stepbystep/domxppro.mspx
Using this menu, you can control how Windows will boot up. For most problems, you should
select either "Safe Mode" or "Safe Mode with Networking".
For troubleshooting purposes, the ones you may want to try are "Last Known Good
Configuration", "Enable Boot Logging" and "Disable automatic restart on system failure". The first
option may give you a really quick fix if you are simply having registry problems, while the later 2 will
give you more information on the problem(s) your system may be having.
Note: the location of the boot log is at C:\Windows\ntbtlog.txt
If for any reason you just cannot get into safe mode using F8, for instance your Keyboard doesn't
register outside of Windows, you can always set Windows to boot into safe mode by running
the msconfig command, going to the boot.ini tab and selecting /SAFEBOOT and hitting OK. Just
remember to remove the /SAFEBOOT option in safe mode using msconfig, otherwise you will always
boot into safemode.
Using MSConfig to boot into Safemode
If Windows refuses to even boot into Safe Mode, you may have a very serious problem and
should jump directly to the section titled Repairing a System that Won't Boot, which covers how to use
various boot CDs to fix common problems.
Unfortunately, to usually fix these problems will usually require you to either put the hard drive
into another working system, use a Rescue CD, use the Recovery Console, etc.
The first step is to see what state your Windows installation is in, for instance, will it attempt to
boot into Windows and simply restart or bluescreen, will it boot into safe mode but not in "normal
mode", will it simply not even try to boot, etc. The easiest way to see if it is a problem with a boot
loader, or something past the boot loader is to simply tap "F8" as your computer is booting to see if you
get the Windows Boot Menu or not. If it does not come up, you may have a problem with the boot
loader, if it does come up the problem with the system is with Windows itself and not the boot loader.
Using the Boot Menu to Troubleshoot Bootup Issues
If you are able to get to the boot menu, you can quickly try to use the "Last Good Configuration"
option as this may use an older version of the registry that will allow you to boot the computer. If that
does not work, you can try booting to safe mode to continue troubleshooting. If safe mode doesn't
work and your computer just restarts, you can try the "disable automatic restart" option to see if you
can view the exact error that occurs. If that still doesn't work, you can try a logged boot to document
what exactly is happening during boot to use as a troubleshooting guide later on (the log is located at
C:\Windows\ntbtlog.txt).
The Microsoft Windows NT/2K/XP/2003 Bootloader is called NTLDR, while the Vista/2008/7
bootloader is called BOOTMGR. Troubleshooting both bootmanagers can sometimes be a pain, as
they are not very configurable and can sometimes be difficult to restore when they get corrupt.