<%@LANGUAGE="VBSCRIPT"%> <% set Recordset1 = Server.CreateObject("ADODB.Recordset") Recordset1.ActiveConnection = MM_CONNprrt_STRING Recordset1.Source = "SELECT * FROM tblContent WHERE pageName='courses'" Recordset1.CursorType = 0 Recordset1.CursorLocation = 2 Recordset1.LockType = 3 Recordset1.Open() Recordset1_numRows = 0 %> PRRT - Building New Futures.




 
   

CompTIA Network +
5 Day Course


Course Objectives

This practical five-day “hands on” course is intended for students wishing to qualify with Network+ Certification.

This course has been created for students with the responsibility for installing, maintaining and troubleshooting local area networks, with a particular emphasis on Microsoft Windows NT, Windows 2000 and Novell NetWare.

Students must meet the following criteria prior to attending the course:
· Taken and passed both A+ Certification.
· Six months to one year of post A+ Certification support experience.
· Extensive experience of supporting end users and PC based systems.

Course Content
· Module 1: Networking fundamentals.
· Module 2: The OSI Model.
· Module 3: Major Network Operating Systems.
· Module 4: TCP/IP Fundamenatls.
· Module 5: TCP/IP Utilities.
· Module 6: Network installation and upgrades.
· Module 7: Network remote access.
· Module 8: Network administration.
· Module 9: Network Security.
· Module 10: Fault tolerance and disaster recovery.
· Module 11: Troubleshooting.

Learning Outcomes
After attending this course participants will be able to:-
· Install and configure a network card.
· Define the concepts of network layers.
· Understand and implement the TCP/IP protocol.
· Install and manage Windows NT/2000
· Use test equipment to troubleshoot network connectivity.

Expected Home Study Time

Extensive home study required in preparation for CompTIA Network+ Certification exam N10-002.

- >> Back to main IT training page

 
<% Recordset1.Close() %>