Misplaced Pages

Open Grid Services Architecture

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.

Open Grid Services Architecture ( OGSA ) describes a service-oriented architecture for a grid computing environment for business and scientific use. It was developed within the Open Grid Forum , which was called the Global Grid Forum (GGF) at the time, around 2002 to 2006.

#988011

48-620: OGSA is a distributed interaction and computing architecture based around services, assuring interoperability on heterogeneous systems so that different types of resources can communicate and share information. OGSA is based on several other Web service technologies, such as the Web Services Description Language (WSDL) and the Simple Object Access Protocol (SOAP), but it aims to be largely independent of transport-level handling of data. OGSA has been described as

96-498: A network address over the Web with the service always-on as in the concept of utility computing. Many organizations use multiple software systems for management. Different software systems often need to exchange data with each other, and a Web service is a method of communication that allows two software systems to exchange this data over the Internet. The software system that requests data

144-551: A 2004 document, the W3C sets following REST as a key distinguishing feature of Web services: We can identify two major classes of Web services: There are a number of Web services that use markup languages: A Web API is a development in Web services where emphasis has been moving to simpler representational state transfer (REST) based communications. Restful APIs do not require XML-based Web service protocols ( SOAP and WSDL) to support their interfaces. In relation to W3C Web services,

192-452: A database server, utilized for example by another web server, or by a mobile app , that provides a user interface to the end-user. Many organizations that provide data in formatted HTML pages will also provide that data on their server as XML or JSON, often through a Web service to allow syndication . Another application offered to the end-user may be a mashup , where a Web server consumes several Web services at different machines and compiles

240-449: A file called WSDL (Web Services Description Language), which has a .wsdl extension. (Proposals for Autonomous Web Services ( AWS ) seek to develop more flexible Web services that do not rely on strict rules. ) A directory called UDDI (Universal Description, Discovery, and Integration) defines which software system should be contacted for which type of data. So when one software system needs one particular report/data, it would go to

288-474: A message format and SOAP/HTTP in enveloping and transporting. Functional and non-functional testing of Web services is done with the help of WSDL parsing. Regression testing is performed by identifying the changes made to upgrade software. Web service regression testing needs can be categorized in three different ways, namely, changes in WSDL, changes in the code, and selective re-testing of operations. We can capture

336-431: A network sniffing attack . If the information provided by the client is accepted by the server, the server will send a greeting to the client and the session will commence. If the server supports it, users may log in without providing login credentials, but the same server may authorize only limited access for such sessions. A host that provides an FTP service may provide anonymous FTP access. Users typically log into

384-560: A new type of passive mode. FTP may run in active or passive mode, which determines how the data connection is established. (This sense of "mode" is different from that of the MODE command in the FTP protocol.) Both modes were updated in September 1998 to support IPv6 . Further changes were introduced to the passive mode at that time, updating it to extended passive mode . The server responds over

432-433: A reduced test suite from the old test suite. Web services testing can also be automated using several test automation tools like SoapUI , Oracle Application Testing Suite (OATS), Unified Functional Testing, Selenium, etc. Work-related to the capture and visualization of changes made to a Web service. Visualization and computation of changes can be done in the form of intermediate artifacts (Subset WSDL). The insight on

480-526: A refinement of a Web services architecture, specifically designed to support grid requirements. The concept of OGSA is derived from work presented in the 2002 Globus Alliance paper "The Physiology of the Grid" by Ian Foster , Carl Kesselman , Jeffrey M. Nick, and Steven Tuecke. It was developed by GGF working groups which resulted in a document, entitled The Open Grid Services Architecture, Version 1.5 in 2006. The GGF published some use case scenarios. According to

528-571: A remote file timestamp, there's MDTM command. Some servers (and clients) support nonstandard syntax of the MDTM command with two arguments, that works the same way as MFMT FTP login uses normal username and password scheme for granting access. The username is sent to the server using the USER command, and the password is sent using the PASS command. This sequence is unencrypted "on the wire", so may be vulnerable to

SECTION 10

#1732884089989

576-459: A username and password may be found in the browsers' documentation (e.g., Firefox and Internet Explorer ). By default, most web browsers use passive (PASV) mode, which more easily traverses end-user firewalls. Some variation has existed in how different browsers treat path resolution in cases where there is a non-root home directory for a user. Most common download managers can receive files hosted on FTP servers, while some of them also give

624-567: A vulnerability to the following problems: FTP does not encrypt its traffic; all transmissions are in clear text, and usernames, passwords, commands and data can be read by anyone able to perform packet capture ( sniffing ) on the network. This problem is common to many of the Internet Protocol specifications (such as SMTP , Telnet , POP and IMAP ) that were designed prior to the creation of encryption mechanisms such as TLS or SSL. Common solutions to this problem include: FTP over SSH

672-534: Is an extension to the FTP standard that allows clients to request FTP sessions to be encrypted. This is done by sending the "AUTH TLS" command. The server has the option of allowing or denying connections that do not request TLS. This protocol extension is defined in RFC   4217 . Implicit FTPS is an outdated standard for FTP that required the use of a SSL or TLS connection. It was specified to use different ports than plain FTP. The SSH file transfer protocol (chronologically

720-571: Is called a service requester , whereas the software system that would process the request and provide the data is called a service provider . Different software may use different programming languages, and hence there is a need for a method of data exchange that doesn't depend upon a particular programming language. Most types of software can, however, interpret XML tags. Thus, Web services can use XML files for data exchange. Rules for communication with different systems need to be defined, such as: All of these rules for communication are defined in

768-622: Is only recommended for small file transfers from a server, due to limitations compared to dedicated client software. It does not support SFTP . Both the native file managers for KDE on Linux ( Dolphin and Konqueror ) support FTP as well as SFTP. On Android , the My Files file manager on Samsung Galaxy has a built-in FTP and SFTP client. For a long time, most common web browsers were able to retrieve files hosted on FTP servers, although not all of them had support for protocol extensions such as FTPS . When an FTP—rather than an HTTP— URL

816-457: Is related to OGSA, as it was originally intended to form the basic “plumbing” layer for OGSA. It was superseded by Web Services Resource Framework (WSRF) and WS-Management . Web service A web service ( WS ) is either: In a web service, a web technology such as HTTP is used for transferring machine-readable file formats such as XML and JSON. In practice, a web service commonly provides an object-oriented web-based interface to

864-408: Is still in use in mainframe and minicomputer file transfer applications. Data transfer can be done in any of three modes: Most contemporary FTP clients and servers do not implement MODE B or MODE C; FTP clients and servers for mainframe and minicomputer operating systems are the exception to that. Some FTP software also implements a DEFLATE -based compressed mode, sometimes called "Mode Z" after

912-460: Is supplied, the accessible contents on the remote server are presented in a manner that is similar to that used for other web content. Google Chrome removed FTP support entirely in Chrome 88, also affecting other Chromium -based browsers such as Microsoft Edge . Firefox 88 disabled FTP support by default, with Firefox 90 dropping support entirely. FireFTP is a discontinued browser extension that

960-401: Is the practice of tunneling a normal FTP session over a Secure Shell connection. Because FTP uses multiple TCP connections (unusual for a TCP/IP protocol that is still in use), it is particularly difficult to tunnel over SSH. With many SSH clients, attempting to set up a tunnel for the control channel (the initial client-to-server connection on port 21) will protect only that channel; when data

1008-571: Is transferred, the FTP software at either end sets up new TCP connections (data channels) and thus have no confidentiality or integrity protection . Otherwise, it is necessary for the SSH client software to have specific knowledge of the FTP protocol, to monitor and rewrite FTP control channel messages and autonomously open new packet forwardings for FTP data channels. Software packages that support this mode include: FTP over SSH should not be confused with SSH File Transfer Protocol (SFTP). Explicit FTPS

SECTION 20

#1732884089989

1056-541: The URI prefix " ftp:// ". In 2021, FTP support was dropped by Google Chrome and Firefox , two major web browser vendors, due to it being superseded by the more secure SFTP and FTPS; although neither of them have implemented the newer protocols. The original specification for the File Transfer Protocol was written by Abhay Bhushan and published as RFC   114 on 16 April 1971. Until 1980, FTP ran on NCP ,

1104-608: The W3C defined a Web service as: A web service is a software system designed to support interoperable machine-to-machine interaction over a network. It has an interface described in a machine-processable format (specifically WSDL ). Other systems interact with the web service in a manner prescribed by its description using SOAP-messages, typically conveyed using HTTP with an XML serialization in conjunction with other web-related standards. W3C Web Services may use SOAP over HTTP protocol, allowing less costly (more efficient) interactions over

1152-468: The XML , SOAP, WSDL and UDDI open standards over an Internet Protocol backbone. XML is the data format used to contain the data and provide metadata around it, SOAP is used to transfer the data, WSDL is used for describing the services available and UDDI lists what services are available. A Web service is a method of communication between two electronic devices over a network. It is a software function provided at

1200-464: The "Defining the Grid: A Roadmap for OGSA Standards v 1.0", OGSA is: The Open Grid Services Architecture, Version 1.5 described these capabilities: In late 2006 an updated version of OGSA and several associated documents were published, including the first of several planned normative documents, "Open Grid Services Architecture Glossary of Terms, Version 1.5". The Open Grid Services Infrastructure (OGSI)

1248-534: The FTP client to the server. This is widely used by modern FTP clients. Another approach is for the NAT to alter the values of the PORT command, using an application-level gateway for this purpose. While transferring data over the network, five data types are defined: Note these data types are commonly called "modes", although ambiguously that word is also used to refer to active-vs-passive communication mode (see above), and

1296-511: The Internet than via proprietary solutions like EDI/B2B. Besides SOAP over HTTP, Web services can also be implemented on other reliable transport mechanisms like FTP . In a 2002 document, the Web Services Architecture Working Group defined a Web services architecture, requiring a standardized implementation of a "Web service." The term "Web service" describes a standardized way of integrating Web-based applications using

1344-524: The Internet towards internal hosts. For NATs, an additional complication is that the representation of the IP addresses and port number in the PORT command refer to the internal host's IP address and port, rather than the public IP address and port of the NAT. There are two approaches to solve this problem. One is that the FTP client and FTP server use the PASV command, which causes the data connection to be established from

1392-580: The SOAP protocol. Automated tools can aid in the creation of a Web service. For services using WSDL, it is possible to either automatically generate WSDL for existing classes (a bottom-up model) or to generate a class skeleton given existing WSDL (a top-down model). Critics of non-RESTful Web services often complain that they are too complex and based upon large software vendors or integrators, rather than typical open source implementations. There are also concerns about performance due to Web services' use of XML as

1440-447: The SSH file transfer protocol as well. Trivial File Transfer Protocol (TFTP) is a simple, lock-step FTP that allows a client to get a file from or put a file onto a remote host. One of its primary uses is in the early stages of booting from a local area network , because TFTP is very simple to implement. TFTP lacks security and most of the advanced features offered by more robust file transfer protocols such as File Transfer Protocol. TFTP

1488-458: The UDDI and find out which other systems it can contact for receiving that data. Once the software system finds out which other systems it should contact, it would then contact that system using a special protocol called SOAP (Simple Object Access Protocol). The service provider system would first validate the data request by referring to the WSDL file, and then process the request and send the data under

Open Grid Services Architecture - Misplaced Pages Continue

1536-460: The URL ftp://public.ftp-servers.example.com/mydirectory/myfile.txt represents the file myfile.txt from the directory mydirectory on the server public.ftp-servers.example.com as an FTP resource. The URL ftp://user001:secretpassword@private.ftp-servers.example.com/mydirectory/myfile.txt adds a specification of the username and password that must be used to access this resource. More details on specifying

1584-513: The above three needs in three intermediate forms of Subset WSDL, namely, Difference WSDL (DWSDL), Unit WSDL (UWSDL), and Reduced WSDL (RWSDL), respectively. These three Subset WSDLs are then combined to form Combined WSDL (CWSDL) that is further used for regression testing of the Web service. This will help in Automated Web Service Change Management (AWSCM), by performing the selection of the relevant test cases to construct

1632-974: The client and the server. FTP users may authenticate themselves with a plain-text sign-in protocol, normally in the form of a username and password, but can connect anonymously if the server is configured to allow it. For secure transmission that protects the username and password, and encrypts the content, FTP is often secured with SSL/TLS ( FTPS ) or replaced with SSH File Transfer Protocol (SFTP). The first FTP client applications were command-line programs developed before operating systems had graphical user interfaces , and are still shipped with most Windows , Unix , and Linux operating systems. Many dedicated FTP clients and automation utilities have since been developed for desktops , servers, mobile devices, and hardware, and FTP has been incorporated into productivity applications such as HTML editors and file managers . An FTP client used to be commonly integrated in web browsers , where file servers are browsed with

1680-499: The command that enables it. This mode was described in an Internet Draft , but not standardized. GridFTP defines additional modes, MODE E and MODE X, as extensions of MODE B. More recent implementations of FTP support the Modify Fact: Modification Time (MFMT) command, which allows a client to adjust that file attribute remotely, enabling the preservation of that attribute when uploading files. To retrieve

1728-573: The computation of change impact is helpful in testing, top-down development and reduce regression testing. AWSCM is a tool that can identify subset operations in a WSDL file to construct a subset WSDL. While UDDI was intended to serve as a service directory and become the means to discovering web services, many vendors discontinued their UDDI solutions or repositories between 2005-2008, including Microsoft, SAP, IBM, among others. A key study published in WWW2008 Conference (Beijing, China) presented

1776-508: The content into one user interface. Asynchronous JavaScript and XML (AJAX) is a dominant technology for Web services. Developing from the combination of HTTP servers, JavaScript clients and Plain Old XML (as distinct from SOAP and W3C Web Services), now it is frequently used with JSON as well as, or instead of, XML. Representational State Transfer (REST) is an architecture for well-behaved Web services that can function at Internet scale. In

1824-497: The control connection with three-digit status codes in ASCII with an optional text message. For example, "200" (or "200 OK") means that the last command was successful. The numbers represent the code for the response and the optional text represents a human-readable explanation or request (e.g. <Need account for storing file>). An ongoing transfer of file data over the data connection can be aborted using an interrupt message sent over

1872-435: The control connection. FTP needs two ports (one for sending and one for receiving) because it was originally designed to operate on top of Network Control Protocol (NCP), which was a simplex protocol that utilized two port addresses , establishing two connections, for two-way communications. An odd and an even port were reserved for each application layer application or protocol. The standardization of TCP and UDP reduced

1920-424: The interface to retrieve the files hosted on FTP servers. DownloadStudio allows not only download a file from FTP server but also view the list of files on a FTP server. LibreOffice declared its FTP support deprecated from 7.4 release, this was later removed in 24.2 release. FTP was not designed to be a secure protocol, and has many security weaknesses. In May 1999, the authors of RFC   2577 listed

1968-579: The modes set by the FTP protocol MODE command (see below). For text files (TYPE A and TYPE E), three different format control options are provided, to control how the file would be printed: These formats were mainly relevant to line printers ; most contemporary FTP clients/servers only support the default format control of N. File organization is specified using the STRU command. The following file structures are defined in section 3.1.1 of RFC959: Most contemporary FTP clients and servers only support STRU F. STRU R

Open Grid Services Architecture - Misplaced Pages Continue

2016-415: The need for the use of two simplex ports for each application down to one duplex port, but the FTP protocol was never altered to only use one port, and continued using two for backwards compatibility. FTP normally transfers data by having the server connect back to the client, after the PORT command is sent by the client. This is problematic for both NATs and firewalls, which do not allow connections from

2064-507: The networks and creating the Internet: Commercialization, privatization, broader access leads to the modern Internet: Examples of Internet services: The File Transfer Protocol ( FTP ) is a standard communication protocol used for the transfer of computer files from a server to a client on a computer network . FTP is built on a client–server model architecture using separate control and data connections between

2112-467: The predecessor of TCP/IP . The protocol was later replaced by a TCP/IP version, RFC   765 (June 1980) and RFC   959 (October 1985), the current specification. Several proposed standards amend RFC   959 , for example RFC   1579 (February 1994) enables Firewall-Friendly FTP (passive mode), RFC   2228 (June 1997) proposes security extensions, RFC   2428 (September 1998) adds support for IPv6 and defines

2160-458: The second of the two protocols abbreviated SFTP) transfers files and has a similar command set for users, but uses the Secure Shell protocol (SSH) to transfer files. Unlike FTP, it encrypts both commands and data, preventing passwords and sensitive information from being transmitted openly over the network. It cannot interoperate with FTP software, though some FTP client software offers support for

2208-505: The service with an 'anonymous' (lower-case and case-sensitive in some FTP servers) account when prompted for user name. Although users are commonly asked to send their email address instead of a password, no verification is actually performed on the supplied data. Many FTP hosts whose purpose is to provide software updates will allow anonymous logins. Many file managers tend to have FTP access implemented, such as File Explorer (formerly Windows Explorer) on Microsoft Windows . This client

2256-439: The state of SOAP-based web services and concluded that only 63% of the available SOAP-based web services at the time of the study were actually active or can be invoked. The study also found that search engines were becoming an ideal source for searching for web services compared to that of service registries like the UDDI due its design complexity. File Transfer Protocol Early research and development: Merging

2304-455: Was designed as a full-featured FTP client to be run within Firefox , but when Firefox dropped support for FTP the extension developer recommended using Waterfox . Some browsers, such as the text-based Lynx , still support FTP. FTP URL syntax is described in RFC   1738 , taking the form: ftp://[user[:password]@]host[:port]/[url-path] (the bracketed parts are optional). For example,

#988011