MCSE Boot Camp Training

How to Prevent Windows Messenger from Running on Windows XP
Some of you dislike the fact Windows Messenger starts each time you start your computer. To prevent Windows Messenger 4.5 (or later) from running, use the following method:

  1. Start Registry Editor (Regedit.exe).

  2. Locate and click the following registry key:

HKEY_LOCAL_MACHINE\Software\Policies\Microsoft

  1. On the Edit menu, point to New, click Key, and then type Messenger for the name of the new registry key.

  2. Locate and click the following registry key:

HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Messenger

  1. On the On the Edit menu, point to New, click Key, and then type Client for the name of the new registry key.

  2. Locate and click the following registry key:

HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Messenger\Client

  1. On the Edit menu, point to New, click DWORD Value, and then type PreventRun for the name of the new DWORD value.

  2. Right-click the PreventRun value that you created, click Modify , type 1 in the Value data box, and then click OK .

  3. Quit Windows Messenger.


Click here to continue :
 

MCSE Boot Camp | MCSE Training | MCSE Boot camps India | CCNA Boot camp | CCNP Boot camp USA | Microsoft Bootcamp | Cisco Bootcamps | Vibrant

MCSE Security Boot Camp Certification Training Microsoft MCSE

MCSE Security Boot camp, MCSE Security Training, MCSE Security Bootcamp Training, CompTIA Security Boot camp, MCSE Security Specialist Bootcamp, Vibrant

MCSE Security Boot Camp, Security Training, MCSE Security+ Boot camps UK, Comptia Security+ Bootcamp, Vibrant

Security Boot camp, Security Training, MCSE Security Bootcamp Training, CompTIA Security Boot camp, MCSE Security Specialist Bootcamp, Vibrant

UK MCSE Boot Camp, Japan MCSE Training, Australia MCSE Boot camps, CCNA Boot camp, CCNP Boot camp USA, Microsoft Bootcamp, Cisco Bootcamps, Vibrant

 

 

 

MCSE Bootcamp Training - Cheapest, Fast, Guaranteed MCSE certification

 

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

GET CERTIFIED IN JUST 18 DAYS - 2003 PATH

Introduction to TCP/IP

 

Transmission Control Protocol/Internet Protocol (TCP/IP) is an industry standard protocol stack that is used for communication between Windows 2003-based computers. TCP/IP is designed for communication across

large-scale networks. The tasks involved in using TCP/IP in the communication process are distributed between protocols that are organized into four distinct layers of the TCP/IP stack. Each protocol in the TCP/IP stack has a distinct role in the communication process.

 

During the communication process, many applications may be in communication at the same time. TCP/IP has the ability to differentiate one application from another. TCP/IP identifies an application on one computer and

then moves the data from that application to an application on another computer.

 

TCP/IP Layers

TCP/IP uses a four-layer communication model to transmit data from one location to another. The four layers in this model are application, transport, Internet, and network interface. All protocols that belong to the TCP/IP

protocol stack are located in these layers of the model.

 

Application Layer

The application layer is the topmost layer in the TCP/IP stack. All applications and utilities are contained in this layer and use this layer to gain access to the network. The protocols in this layer are used for the formatting and exchange of user information. They include:

 

  • Hypertext Transfer Protocol (HTTP)

HTTP is used to transfer files that make up the Web pages of the World Wide Web.

 

  • File Transfer Protocol (FTP)

FTP is used for interactive file transfer.

 

Transport Layer

The transport layer provides the ability to order and guarantee communication between computers and passes the data up to the application layer or down to the Internet layer. The transport layer also specifies the unique identifier of the application to which data is to be delivered.

 

The transport layer has two core protocols that control the method by which data is delivered. They are:

 

  • Transmission Control Protocol (TCP)

TCP guarantees the delivery of data through an acknowledgement.

 

  • User Datagram Protocol (UDP)

UDP provides fast delivery of data but does not guarantee data delivery.

 

 

Internet Layer

The Internet layer is responsible for addressing, packaging, and routing the data that is to be transmitted. This layer contains four core protocols:

 

  • Internet Protocol (IP)

IP is responsible for addressing the data to be transmitted and getting it to its destination.

 

  • Address Resolution Protocol (ARP)

ARP is responsible for identifying the media access control (MAC) address of the network adapter on the destination computer.

 

  • Internet Control Message Protocol (ICMP)

ICMP is responsible for providing diagnostic functions and reporting errors due to unsuccessful delivery of data.

 

  • Internet Group Management Protocol (IGMP)

IGMP is responsible for the management of multicasting within TCP/IP.