Digital computer system using embedded comments to...

Electrical computers and digital processing systems: multicomput – Computer-to-computer data modifying

Reexamination Certificate

Rate now

  [ 0.00 ] – not rated yet Voters 0   Comments 0

Details

C709S241000, C703S023000, C703S027000

Reexamination Certificate

active

06343328

ABSTRACT:

FIELD OF INVENTION
This invention relates to the fields of mainframe communications and intranet or internet communications and more specifically to real time conversion of client data stream formats by a server.
BACKGROUND
Client/server is a type of computer system in which a client portion of the system retains responsibility for performing complex functions and a server portion of the system provides simple services for the client as requested. The client portions of the system transmit a request for a service and the server portion fulfills the request. The client and server may be implemented as special purpose hardware, but are usually implemented by programming one or more general purpose computers. Thus the client and server may be conceived of as either separate portions of hardware or as separate portions of software operating on a computer system, and both conceptions are used interchangeably herein. The client and server may be portions of the same node or may be portions of different nodes in a computer network. The programmer of the client application has to know the functions provided by the server and the format for the communication requesting a service from the server program and depending on the service, may need to know the contents and format for a response from the server program.
The client/server model is similar to traditional operating system services, but the services of a server are usually data base related rather than the device control related services traditionally provided by operating systems. The client/server model is different than the common data base transaction model, because the client keeps control of the transaction. The same program may be both a server for one client and a client of another server, depending on their relation with other programs. One type of service that may be provided by a server is translation or conversion of data streams between two clients requiring different kinds of data streams such as between a web browser and a mainframe application.
The term web browser is used for several related concepts which are differentiated by context. A “web browser” may be a person using the intranet or internet or a program used to access the intranet or internet, or the media containing such a program, or a computer programmed to access the intranet or internet. Herein, web browser will be used to refer to both the software and the hardware programmed with the software unless otherwise indicated by the context of use. Also the term web browser will be used herein globally to include gophers, FTP, Telnet, intranet browsers, and other software and hardware for accessing pages or files through the intranet or internet or an intranet. Web browsers are connected to a network such as the intranet or internet and programmed to download a page of data from a web server where the page is selected by a user. The web browser interprets commands within the downloaded page to provide a formatted presentation of the data to the user. The web server may be a portion of a computer connected to the intranet or internet and programmed to serve pages to the intranet or internet or it may be a gateway server acting as a communication gateway between one or more page servers and the intranet or internet. Servers connecting between the intranet or internet and workstations and/or other servers are referred to herein as a workstation gateway server (WSG).
Data structures transmitted between programs are referred to herein as data streams. The data transmissions may be logically classified as a single synchronous stream or as an asynchronous data stream operating simultaneously in both directions (transmitting and receiving) or as a multitude of logical streams for different purposes.
Documents accessed by the intranet or internet commonly include text with embedded commands. That is, the commands are placed within the text at the point where they will operate. The text is formatted and presented to the user in accordance with the embedded commands. Such commands are commonly written in Hypertext Markup Language (HTML), but may include non-HTML commands that are supported by popular web browsers.
The specification for HTML 2.0 and a proposed HTML 3.0 are available from the World Wide Web Consortium (http:├├www.W
3
C.org├www). HTML is a simple text based language and HTML files usually include only ASCII text characters. Any white space (i.e. spaces, and control characters such as tab, line feed, and carriage return) embedded in the HTML document are ignored except to determine word boundaries, and the document is formatted only according to the HTML commands. HTML commands are commonly called tags and are used for formatting documents, for accessing and displaying graphics files, and for accessing other data through the intranet or internet.
The tags for accessing additional data are interpreted and executed by the web browser for example when the user hits a key or clicks a mouse button when the cursor is on highlighted text or graphic images (called click points) associated with such data. The tags consist of <, followed by text, followed by >. For example, the <P> tag starts a new paragraph and text between the <B> tag and the </B> tag is presented in bold. Comments may be used to document HTML by enclosing text between <! and > (i.e. <!comment>). Web browsers do not normally present the tags to the user but most web browsers provide an option to allow viewing the source HTML.
Some popular web browsers such as Netscape (by Netscape Communications Corporation), Internet Explorer (a product by Microsoft), and Mosaic (from the National Center for Supercomputing Applications in Urbana-Champaign, Ill.) include extensions in the form of additional tags that are not specified in the standard for HTML 3.0 such as the <META . . . > tag to perform animation and the <ISINDEX PROMPT =“ . . . ”> tag to prompt the user to enter a keyword to search for in a page. Also, such web browsers often have extensions to existing tags; for example, NETSCAPE has added attributes or verbs (additional commands within a tag) to the <HR> tag (which inserts rule lines) to control the width, thickness, and alignment of horizontal rule lines. If a web browser encounters a tag or attributes within a tag (that is not a comment tag) with which it is not familiar, then usually the web browser ignores the tag or attribute; but sometimes, especially if a web page has not been tested with the particular web browser, the web browser could potentially lock-up or otherwise fail when it tries to interpret the unfamiliar tag or attribute.
Other popular programming languages support comments in the source code. MS-DOS (by Microsoft) ignores lines that begin with REM, C ignores text between /* and */, Pascal ignores text between {and}.
Usually when a web browser requests an HTML file from a page server, the page server reads the file from storage and transmits the HTML file as stored, without any interpretation. The web browser interprets the HTML in the file, requests any graphics files referred to in the HTML file, and presents the text and graphics to the user formatted according to the HTML tags. HTML file names usually end with “.HTML” or “.HTM”.
Some web servers support an extension of HTML known as server side includes (SSI). When the file name ends in “.SHTML”, a server that supports SSI scans the file for SSI commands and replaces the SSI commands with dynamic information such as time, date, last modified, or number of previous visitors into the file. SSI commands begin with <! and end with > just like an HTML comment. Normally a server that supports SSI will remove the SSI tags before transmitting the page, but if SSI support is turned off or if the file is moved to a server that does not support SSI, the page server will transmit the SSI tags embedded in the page then the web browser will treat the SSI tags as comments.
In order to keep up with competition and to provide be

LandOfFree

Say what you really think

Search LandOfFree.com for the USA inventors and patents. Rate them and share your experience with other people.

Rating

Digital computer system using embedded comments to... does not yet have a rating. At this time, there are no reviews or comments for this patent.

If you have personal experience with Digital computer system using embedded comments to..., we encourage you to share that experience with our LandOfFree.com community. Your opinion is very important and Digital computer system using embedded comments to... will most certainly appreciate the feedback.

Rate now

     

Profile ID: LFUS-PAI-O-2839040

  Search
All data on this website is collected from public sources. Our data reflects the most accurate information available at the time of publication.