throbber

`
`efor
`
`Fifth -dition
`
`
`
`~
`* Fully updated with the latest
`tecnnologies, terms, and Pecos
`* Easy to read, expertly illustrated
`* Definitive coverage of hardware,
`software, the Internet, and more!
`
`IPR2020-00019
`Fintiv EX2012 Page 1
`
`
`
`IPR2020-00019
`Fintiv EX2012 Page 1
`
`

`

`PUBLISHED BY
`
`Microsoft Press
`A Division of Microsoft Corporation
`One Microsoft Way
`Redmond, Washington 98032-6399
`
`Copynght © 2002 by Microsoft Corporation
`
`All nghts reserved. No part of the contents of this book maybe reproduced of transmitted in any form
`or by any means without the written permission of the publisher.
`
`Labrary of Congress Cataloging-in-Publication Data
`Microsoft Computer Dictionary.--3th ed.
`p. cm.
`ISBN 0-7336-1495-4
`
`1. Computers--Dictonaries.
`
`2. Microcomputers--Dictionaries.
`
`AQ76.5. M52267
`004'.03--de21
`
`2002
`
`200219714
`
`Printed and bound in the United States of America.
`
`23456789 QWI 765432
`
`Distributed in Canada by HB. Fenn and CompanyLtd.
`
`A CIP catalogue record for this book is available from the British Library.
`
`Microsoft Press books are available through booksellers and distributors worldwide. For further informa-
`tion about international editions, contact your local Microsoft Corporation office or contact Microsoft
`Press International directly at fax (425) 936-7329. Visit our Web site at wwwmicrosoft.com/mspress.
`Send comments to mspinput@microsoft.com.
`
`Active Desktop, Active Directory, ActiveMovie, ActiveStore, ActiveSyac, ActiveX, Authenticode.
`BackOffice, BizTalk, ClearType, Direct3D, DarectAnimation, DirectDraw, DirectInput, DirectMusic,
`DirectPlay, DizectShow, DirectSound, DirectX®, Entourage, FoxPro, FrontPage, Hotmail, IntelliEye.
`IntelliMouse, IntelliSense, JScript, MapPoint, Microsoft, Microsoft Press, Mobile Explorer, MS-DOS,
`MSN, Music Central, NetMeeting, Outlook, PhotoDraw, PowerPoint, SharePoint, UltimateTV, Visio,
`Visual Basic, Visual C++, Visual FoxPro, Visual InterDev, Visual J++, Viswal SourceSafe, Visual Studio,
`Win32, Win32s, Windows, Windows Media, Windows NT, Xbox are either registered trademarks or
`trademarks of Microsoft Corporation in the United States and/or other countries. Other product and
`company names mentioned herein may be the trademarks of their respective owners.
`
`The example companies, organizations, products, domain names, e-mail addresses, logos, people, places,
`and events depicted herein are fictitious. No association with anyzeal company, organization, product,
`domain name, e-mail address, logo, person, place, or event is intended of should be inferred.
`
`Acquisitions Editor: Alex Blanton
`Project Editor: Sandra Haynes
`
`Body Part Wo. XO8-41929
`
`IPR2020-00019
`Fintiv EX2012 Page 2
`
`IPR2020-00019
`Fintiv EX2012 Page 2
`
`

`

`analyzer can filter and decode traffic, suggest solutions to
`problems, provide graphical reports, and show traffic by
`protocol and percent utilization. See also communications
`protocol.
`
`protocol layer vn. See layer.
`
`protocol stack n. The set of protocols that work together
`on different levels to enable communication on a network.
`For example, TCP/IP, the protocol stack on the Internet,
`incorporates more than 100 standards including FTP, IP,
`SMTP. TCP, and Telnet. See also ISO/OSI reference
`model. Compare protocol suite.
`
`protocol sulte «. A set of protocols designed, usually by
`one vendor, as complementary parts of a protocol stack.
`Compare protocol stack.
`
`prototyping a. The creation of a working model of a new
`computer system or program for testing and refinement.
`Prototyping is used in the development of both new hard-
`ware and software systems and new systems of informa-
`tion management. Tools used in the former include both
`hardware and support sofiware; tools used in the latter can
`include databases, screen mockups, and simulations that,
`in some cases, can be developed into a final product.
`
`proxy a. A computer (or the software that runs on it) that
`acts as a barrier between a network and the Intemet by
`presenting only a single network address to external sites.
`By acting as a go-between representing all internal com-
`puters, the proxy protects network identities while still
`providing access to the Intemet. See also proxy server.
`
`proxy server #. A firewall component that manages Inter-
`net traffic to and from a local area network (LAN) and can
`provide other features, such as document caching and
`access control. A proxy server can improve performance
`by supplying frequently requested data, such as a popular
`Web page, and can filter and discard requests that the
`owner does not consider appropriate, such as requests for
`unauthorized access to propnetary files. See also firewall.
`
`PrtSc key a. See Pont Screen key.
`
`-ps a. The file extension that identifies PostScnpt printer
`files. See also PostScript.
`
`PS,/2 bus #. See Micro Channel Architecture.
`
`PSD va. A graphics file format used to create, modify, and
`display still images in Photoshop, a software application
`designed by Adobe Systems. PSD files have a file exten-
`sion af .psd.
`
`
`
`pseude-streaming
`
`PSEa. See Packet Switching Exchange.
`
`psec n. See picosecond.
`
`pseudocode vn. 1. A machine language for a nonexistent
`processor (a pseudomachine). Such code is executed by a
`software interpreter. The major advantage of p-code is that
`itis portable to all computers for which a p-code interpreter
`exists. The p-code approach has been tried several times in
`the microcomputer industry, with mixed success. The best
`known attempt was the UCSD p-System. Abbreviation: p-
`code. See also pseudomachine, UCSD p-System. 2. Any
`informal, transparent notation In which a program or aleo-
`rithm description is written. Many programmers write
`their programs first in a pseudocode that looks much like a
`mixture of English and their favorite programming lan-
`guage, such as C or Pascal, and then translate it line by
`line into the actual language being used.
`
`pseudo compiler a. A compiler that generates a pseudo-
`language. See alse pseudolanguage.
`
`pseudocomputer nv. See pseudomachine.
`
`pseudolanguage va. A nonexistent programming lan-
`fuage—that is, one for which no implementation exists.
`The term can refer either to the machine language for a
`nonexistent processor or to a high-level language for
`which no compiler exists. See also pseudocode.
`
`pseudomachine vn. A processor that doesn't actually exist
`in hardware but that is emulated in software. A program
`written for the pseudomachine can run on several plat-
`forms without having to be recompiled. Abbreviation: p-
`machine. See also pseudocode, UCSD p-System.
`
`pseudo-op nv. See pseudo-operation.
`
`pseudo-operation av. In programming, a program insiruc-
`tion that conveys information to an assembler or compiler
`but is not translated into a machine language instruction—
`for example, an instruction that establishes the value of a
`constant or the manner in which Boolean (logical) expres-
`sions are to be evaluated. Abbreviation; pseudo-op.
`
`pseude-streaming #. A method used for real-time dis-
`play of audio and video over the Web. Unlike sound or
`video files that are downloaded to a computer in their
`entirety before they can be played back, pseudo-streaming
`enables playback after only a portion of the ile—enough
`to Hl a buffer on the receiving computer—has been down-
`loaded. Psewdo-streaming, unlike “true,” or Web, stream-
`ing, does not depend on server software to dynamically
`monitor the transmission. It can, however, play back only
`
`IPR2020-00019
`Fintiv EX2012 Page 3
`
`IPR2020-00019
`Fintiv EX2012 Page 3
`
`

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