MCSE Boot Camp Training

Packet Switching Networks Packet Switching - Packets are relayed across network along the best route available.
Repeater = Physical layer - takes a weak signal and regenerates it - doesn't translate or filter anything - can move packets from on physical media to another (i.e. can connect thinet to fiber-optic) - they are cheap - will pass a broadcast storm
Bridge = Data Link layer - does everything a repeater does - reduce traffic by segmenting the network by using a routing table- regenerate the signal at the packet level - not suited to WANs slower than 56K - will pass broadcast storms - read the source and destination of every packet - pass packet with unknown destinations - connect dissimilar networks (i.e. Token Ring and Ethernet)
Router = Network layer - does filtering and isolating traffic - forwards particular protocols to particular addresses (other routers) - connect network segments - not all protocols are routeable (LAT and NetBEUI) - are used in complex network situations because they provide better traffic mgmt. than brides - don't pass broadcast traffic.
Brouter = combines best qualities of both a bridge and a Router - can act like a Router for one protocol and bridge all of the others (nonroutable) - delivers more cost-effective
 

 
 

 

 

MCSE Bootcamp Training - Cheapest, Fast, Guaranteed MCSE certification

 

MCSE Boot Camp, CCNA Bootcamps, CCNP Boot camp Certification Training

MCSE Guide

Free MCSE
Free MCSE Training
MCSE
MCSE 2003
MCSE Books
MCSE Boot Camp
MCSE Brain dumps
MCSE Certification
MCSE Exam
MCSE Free
MCSE Jobs
MCSE Logo
MCSE Online
MCSE Online Training
MCSE Practice
MCSE Practice Exams
MCSE Practice Tests
MCSE Requirements
MCSE Resume
MCSE Salary
MCSE Self Paced Training Kit
MCSE Study
MCSE Study Guide
MCSE Study Guides
MCSE Test
MCSE Testing
MCSE Training
MCSE Training Kit
MCSE Training Video
MCSE Windows 2003
Microsoft MCSE Training
Training MCSE
Windows 2003 MCSE

 

 

MCSE : Security Specialist

41. Windows Update is a catalog of items such as drivers, patches, the latest help files, and Internet products that you can download to keep your computer up to date. You must be logged on as an administrator or a member of the Administrators group in order to access the Product Updates section of Windows Update for downloading help files.

42. You create an ERD by choosing Choose Start -> Programs -> Accessories -> System Tools -> Backup.  Click on the Emergency Repair button. Provide a blank 31/2 inch Floppy Disk when prompted. Note that in NT, you can create ERD by typing RDISK command. This command is not available in Windows 2000.

43. WINS and LMHOSTS file resolve NetBIOS names to IP addresses, whereas DNS and HOSTS file resolve FQDN to IP addresses.

44. Placing the paging file on different physical disks is optimal. This will improve faster access to the Paging file, and also distribute the load.

45. Some of the important System Monitor counters are:

  1. Memory>Available Mbytes: measures the amount of physical memory that is available. Typically > 4MB. If less than 4 MB, consider adding more memory.
  2. Memory>Pages/Sec: Shows the number of times that the disk has been accessed, because requested information was not available in memory. If the value of the counter is not below 20, you should add more memory. A value of 4 or 5 is typical.
  3. Paging File>%Usage: Indicates the % of allocated page file utilization. Should be less than 99%.
  4. Processor>%Processor Time: measure the time that the processor is busy. Should be typically less than 80%
  5. Processor>Interrupts/Sec: Indicates the average number of hardware interrupts that the processor receives each second. If more than 3,500, you can suspect a program or faulty hardware.
  6. PhysicalDisk>%Disk Time: Measures the amount of time that the physical disk is busy servicing read or write requests. If more than 90%, you can improve the performance by adding another disk channel.
  7. PhysicalDisk>%Current Disk Queue Length: indicates the number of pending disk requests that need to be processed. The value should be less than 2. The disk problems might arise from less memory, resulting in usage of excessive paging. Ensure that the memory is sufficient before attending to the disk problem.
  8. LogicalDisk > %Free Space counter: Indicates the amount of logical disk’s free disk space. Typical value is 10% or above.