throbber
Computer Technology
`
`
`SERS i
`
`
`
`P
`es)
`,
`RT ety
`
`
`iver
`
`
`
`
`
`
`
` Michael Graves
`
`IPR2018-01334
`Intel v. Qualcomm
`
`INTEL 1015
`
`Property of WTS / Returnto:
`WendtLibrary Room 140
`
`IPR2018-01334
`Intel v. Qualcomm
`INTEL 1015
`
`

`

`Computer Technology
`Encyclopedia: Quick
`Reference for Students
`and Professionals
`
`Michael Graves
`
`2% DELMAR
`@®& CENGAGE Learning”
`Australia
`
`2
`
`2
`
`

`

`-% DELMAR
`CENGAGE Learning”
`
`ALL RIGHTS RESERVED.No partof this work covered by the copy-
`right herein may be reproduced, transmitted, stored, or used in any
`form or by any meansgraphic,electronic, or mechanical, including
`but not limited to photocopying, recording, scanning, digitizing, tap-
`ing, Web distribution, information networks, or information storage
`and retrieval systems, except as permitted under Section 107 or 108
`of the 1976 United States Copyright Act, without the prior written
`permission of the publisher.
`
`| For product information and technologyassistance, contact us at
`Professional & Career Group Customer Support, 1-800-648-7450
`|
`For permission to use material from this text or product,
`|
`submit all requests online at cengage.com/permissions.
`Further permissions questions can be e-mailed to
`permissionrequest@cengage.com.
`
`|
`
`Microsoft ® is a registered trademark of the Microsoft Corporation.
`Library of Congress Control Number: 2008934855
`ISBN-13: 978-1-4283-2236-3
`ISBN-10: 1-4283-2236-1
`
`Computer Technology Encyclopedia: Quick
`Reference for Students and Professionals
`
`Michael Graves
`
`Vice President, Career and Professional
`Editorial: Dave Garza
`
`Director of Learning Solutions:
`Matthew Kane
`
`Acquisitions Editor: Nick Lombardi
`Managing Editor: Marah Bellegarde
`
`Senior Product Manager:
`Michelle Ruelos Cannistraci
`
`Editorial Assistant: Sarah Pickering
`
`Vice President, Career and Professional
`Marketing: Jennifer McAvey
`
`Marketing Director: Deborah Yarnell
`
`Marketing Manager: Erin Coffin
`Marketing Coordinator: Shanna Gibbs
`
`Production Director: Carolyn Miller
`
`Production Manager: Andrew Crouth
`
`Content Project Manager: Andrea Majot
`
`Art Director: Kun-Tee Chang /
`Benj Gleeksman
`
`Printed in Canada
`1234567 12 11
`
`10 09 08
`
` © 2009 Delmar, Cengage Learning
`
`Delmar
`5 Maxwell Drive
`
`Clifton Park, NY 12065-2919
`USA
`
`Cengage Learning products are represented in Canada by
`Nelson Education, Ltd.
`
`For your lifelong learning solutions, visit delmar.cengage.com
`Visit our corporate website at cengage.com.
`
`Notice to the Reader
`Publisher does not warrant or guarantee any of the products
`described herein or perform any independent analysis in con-
`nection with any of the productinformation contained herein.
`Publisher does not assume, and expressly disclaims, any obligation
`to obtain and include information other than that providedto it by
`the manufacturer. The reader is expressly warned to consider and
`adoptall safety precautions that might be indicated by the activities
`described herein and to avoid all potential hazards. By following
`the instructions contained herein, the reader willingly assumes all
`risks in connection with such instructions. The publisher makes no
`representations or warranties of any kind, including but notlimited
`to, the warranties offitness for particular purpose or merchant-
`ability, nor are any such representations implied with respect to the
`material set forth herein, and the publisher takes no responsibility
`with respect to such material. The publisher shall not beliable for
`any special, consequential, or exemplary damagesresulting, in whole
`or part, from the readers’ use of, or reliance upon, this material.
`
`3
`
`

`

`This material may be protected by Copyright law (Title 17 U.S. Code)
`
`4
`
`

`

`filesystem H 183
`
`A typical file systemis hierarchical, meaningit defines the location of data in
`layers. In a hierarchical system, a hard disk can be dividedinto partitions, which
`subsequently can be broken up into directories. Multiple subdirectories reside beneath
`the primary directories andfiles can reside beneath any directory or subdirectory. The
`file system keeps entries for every piece of data stored on the systemthat includes a
`lot of information about eachfile. Such information includes the location of data as
`described, but it also can include information suchas file attributes and permissions.
`Somefile systems allow data to be compressed and decompressed onthefly and
`some allow data to be encrypted and decrypted onthefly.
`File systems can be journaling or versioning in nature. A journaling file
`systemgets its name because it keeps a journalofall files. Before a change to any
`givenfile is written to the system, the journal entry for thatfile is updated with
`critical changes, suchasfile size, sector locations, and so forth. A versioningfile
`systemallowsa file to exist in multiple incarnations. When changesare made to
`the file and then saved, the original file is renamed andstored intact. This way
`if the user decides that the changes weren't for the better, she can go backto an
`earlier version. Most versioningfile systems allow the user to configure how many
`versions to keep before overwriting the oldest version. Table F'4 lists a numberof
`commonly seen file systems with a brief description of each.
`
`
`
`Microsoft
`
`
`
`
`
`
`
`TABLE F.4
`File naming convention specifications
`
`
`
`
`FILE SYSTEM
`OS
`FILE NAME LENGTH
`
`Kira
`
`
`File allocation tables
`
`
`
`
`
`
`File allocation tables
`
`
`
`
`Masterfile table
`NTFS
`Microsoft
`
`
`
`
`
`
`256
`Metafile database
`HPFS
`IBMt
`
`
`255
`HFS
`Apple
`Unicode database
`
`Varies®
`Descriptor database
`ISO 9660
`Multi
`
`255
`Block mapping
`UDF Plain
`Universal
`
`
`
`
`
`UDF VAT
`Universal
`Block mapping
`
`
`
`
`Universal
`205
`UDF
`Block mapping with
`Spared
`sparing table
`
`
`“File name was limited to eleven characters, but a maximum of eight could be usedforthe file name, with three characters
`reservedfor the extension.
`t There were 255 characters included thefile extension, which can be any length.
`* Jointly developed between Microsoft and IBM, but IBM retained ownership after the partnership wasdissolved. Early Microsoft
`products included some support for HTFS.
`§1SO 9660 definesthree levels of file name. A Level1 file name emulates the MS-DOS 8.3 file name. A Level2 file nameloosely
`emulatesthe long file names supported by FAT32 and NTFS, but must include a 1-byte counter along withfile name byte
`counter. This typically limits ISO 9660files to 155 to 160 characters.
`5
`
`5
`
`

This document is available on Docket Alarm but you must sign up to view it.


Or .

Accessing this document will incur an additional charge of $.

After purchase, you can access this document again without charge.

Accept $ Charge
throbber

Still Working On It

This document is taking longer than usual to download. This can happen if we need to contact the court directly to obtain the document and their servers are running slowly.

Give it another minute or two to complete, and then try the refresh button.

throbber

A few More Minutes ... Still Working

It can take up to 5 minutes for us to download a document if the court servers are running slowly.

Thank you for your continued patience.

This document could not be displayed.

We could not find this document within its docket. Please go back to the docket page and check the link. If that does not work, go back to the docket and refresh it to pull the newest information.

Your account does not support viewing this document.

You need a Paid Account to view this document. Click here to change your account type.

Your account does not support viewing this document.

Set your membership status to view this document.

With a Docket Alarm membership, you'll get a whole lot more, including:

  • Up-to-date information for this case.
  • Email alerts whenever there is an update.
  • Full text search for other cases.
  • Get email alerts whenever a new case matches your search.

Become a Member

One Moment Please

The filing “” is large (MB) and is being downloaded.

Please refresh this page in a few minutes to see if the filing has been downloaded. The filing will also be emailed to you when the download completes.

Your document is on its way!

If you do not receive the document in five minutes, contact support at support@docketalarm.com.

Sealed Document

We are unable to display this document, it may be under a court ordered seal.

If you have proper credentials to access the file, you may proceed directly to the court's system using your government issued username and password.


Access Government Site

We are redirecting you
to a mobile optimized page.





Document Unreadable or Corrupt

Refresh this Document
Go to the Docket

We are unable to display this document.

Refresh this Document
Go to the Docket