Microsoft Windows XP Setup boot disks

Microsoft Windows XP Setup boot disks are available only by download from Microsoft. The Setup boot disks are available so that you can run the Setup program on computers that cannot use a bootable CD-ROM.

If your computer does support booting from a CD-ROM, or if network-based installation is available, Microsoft recommends that you use those installations methods instead.

Future products will no longer support installation by using the Setup boot disks. Installation of future Microsoft operating systems will require the ability to start from the CD-ROM drive or by using PXE boot from the network. For more information about how to use PXE boot, visit the following Microsoft Web site:
http://www.microsoft.com/resources/documentation/WindowsServ/2003/all/ads/en-us/Default.asp?url=/resources/documentation/WindowsServ/2003/all/ADS/en-us/nbs_boot_policy_overview.asp

There are six Windows XP Setup boot floppy disks. You must have the files and the drivers that these disks contain to access the CD-ROM drive and to start the Setup process.

Create the Setup disks
When you download the Setup disks, the download contains only one large program file. When you run the downloaded file, it extracts the files. You receive the following prompt:
This program creates the Setup boot disks for Microsoft Windows XP. To create these disks, you need to provide 6 blank, formatted, high-density disks.

Please specify the floppy drive to copy the images to:
Type the drive letter for the floppy disk drive (this is typically drive A). After you type the floppy disk drive letter, you receive the following prompt:
Insert one of these disks into drive drive letter:. This disk will become the Windows XP Setup Boot Disk.

Press any key when you are ready.
When you press a key, the downloaded file starts to extract and copy the files. Continue to insert the blank disks as you are prompted to do so until all six disks are created. If the process is interrupted, you must run the downloaded program file again to create all six disks.

Make sure to label each disk appropriately with the number that is specified by the program. You must use the disks in the correct order during the Setup process.

Use the Setup disks
After you create all six disks, insert the first disk in the floppy disk drive, and then restart the computer. The computer must be configured to boot from the floppy disk drive. You may have to modify the BIOS settings on your computer to do this.

The Setup process starts. Insert the other floppy disks as you are prompted to do so. You must use the Windows XP CD-ROM to finish the Setup process.

Download the Setup disk program file
Windows XP original release
For information about the Setup boot disk versions that are available for download, visit the following Microsoft Web sites:


Click here to continue :
 

 

 

MCSE Boot Camp, CCNA Bootcamp, CCNP Boot camp training in UK, USA, JAPAN, India
CCNA Training, MCSE Training, A+ Certification, MCSA, CCNP, Network+, Security+, CISSP, MCSD, CCSP,

MCSE CCNA CCNP boot camp, #1 Bootcamp Training Institute in UK, USA

 

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

Frame Components

 

A frame (the term for a data packet in the network interface layer) consists of three components: the header, the data, and the trailer.

 

Header

The header includes:

  • An alert signal to indicate that the packet is being transmitted.
  • The source address.
  • The destination address.

 

Data

This is the actual information sent by the application. This component of the packet varies in size, depending on the size limits set by the network. The data section on most networks varies from 0.5 kilobytes (KB) to 4 KB. With Ethernet, the size of the data is approximately 1.5 KB. Because most original data strings are much longer than 4 KB, data must be broken into pieces small enough to be put into packets. It takes many packets to complete the transmission of a large file.

 

Trailer

The exact content of the trailer varies depending on the network interface layer protocol. However, the trailer usually contains an error-checking component called a cyclical redundancy check (CRC). The CRC is a number produced by a mathematical calculation on the packet at its source. When the packet arrives at its destination, the calculation is made again. If the results of both calculations are the same, this indicates that the data in the packet has remained stable. If the calculation at the destination differs from the calculation at the source, this means that the data has changed during transmission. In that case, the source computer retransmits the data.

 

Data Flow

 

The packets of data being transmitted from one computer to another travel  through the layers of the TCP/IP protocol stack. As the data packets pass through each layer, the protocols in that layer attach specific information to the header. The information added by every protocol includes error-checking information, known as the checksum. The checksum is used to verify whether the header information added by the protocol arrived intact at the destination protocol, compared with the CRC, which verifies the whole packet. The information added by the protocols in one layer is encapsulated as data by the protocols in the layer below. When the packet is received at the destination, the corresponding layer strips off a header and treats the remaining packet as data. The packet is then passed up the protocol stack to the appropriate protocol.

                  

 

 

Application Layer

The data transmission process begins at the application layer of the TCP/IP protocol stack. An application, such as the Ftp utility, initiates the process at the source computer by preparing the data in a format that the application at the destination computer recognizes. The application at the source computer controls the entire process.

 

 

Transport Layer

From the application layer, the data moves to the transport layer. This layer contains the TCP and UDP protocols. The application initiating the transmission request selects which protocol to use—TCP or UDP—and the checksum is added for both TCP and UDP.

 

If selected, TCP:

  • Assigns a sequence number to each segment to be transmitted.
  • Adds acknowledgement information for a connection-oriented transmission.
  • Adds the TCP port number for the source and destination applications.

 

If selected, UDP:

  • Adds the UDP port number for the source and destination applications.

 


© Vibrant Worldwide Inc.