|
In the field of computer networking, a URI scheme is the top level of the Uniform Resource Identifier (URI) naming structure. All URIs and absolute URI references are formed with a scheme name, followed by a colon character (":"), and the remainder of the URI called (in the outdated RFCs 1738 and 2396, but not the current STD 66/RFC 3986) the scheme-specific part. The syntax and semantics of the scheme-specific part are left largely to the specifications governing individual schemes, subject to certain constraints such as reserved characters and how to "escape" them. This article or section is in need of attention from an expert on the subject. ...
A Uniform Resource Identifier (URI), is a compact string of characters used to identify or name a resource. ...
This article is about colons in punctuation. ...
In internetworking and computer network engineering, Request for Comments (RFC) documents are a series of memoranda encompassing new research, innovations, and methodologies applicable to Internet technologies. ...
In computing and telecommunication, an escape character is one which has a special meaning in a sequence of characters. ...
URI schemes are sometimes erroneously referred to as "protocols", or specifically as URI protocols or URL protocols, since most were originally designed to be used with a particular protocol, and often have the same name. The http: scheme, for instance, is generally used for interacting with Web resources using HyperText Transfer Protocol. Today, URIs with that scheme are also used for other purposes, such as RDF resource identifiers and XML namespaces, that are not related to the protocol. Furthermore, some URI schemes are not associated with any specific protocol (e.g. "file:") and many others do not use the name of a protocol as their prefix (e.g. "news:"). For other senses of this word, see protocol. ...
The term resource is a foundational term in World Wide Web architecture because it is the root of Uniform Resource Identifiers, also known as URIs and URLs. ...
Hypertext Transfer Protocol (HTTP) is a communications protocol used to transfer or convey information on intranets and the World Wide Web. ...
Resource Description Framework (RDF) is a family of World Wide Web Consortium (W3C) specifications originally designed as a metadata model but which has come to be used as a general method of modeling information, through a variety of syntax formats. ...
Many modern computer languages provide support for namespaces. ...
URI schemes should be registered with IANA, although many non-registered schemes are used in practice. RFC 2717 describes the procedures for registering new URI schemes. RFC 2718 provides guidelines for the development of new URI schemes. Both of these RFCs are currently undergoing revision. The Internet Assigned Numbers Authority (IANA) is the entity that oversees global IP address allocation, DNS root zone management, and other Internet protocol assignments. ...
Generic syntax
Internet standard STD 66 (also RFC 3986) defines the generic syntax to be used in all URI schemes. Every URI is defined as consisting of four parts, as follows: An Internet standard is a specification for an innovative internetworking technology or methodology, which the Internet Engineering Task Force (IETF) ratified as an open standard after the innovation underwent peer review. ...
<scheme name> : <hierarchical part> [ ? <query> ] [ # <fragment> ] The scheme name consist of a letter followed by any combination of letters, digits, and the plus ("+"), period ("."), or hyphen ("-") characters; and is terminated by a colon (":"). The hierarchical part of the URI is intended to hold identification information hierarchical in nature. Usually this part begins with a double forward slash ("//"), followed by an authority part and an optional path. The authority part holds an optional user information part terminated with "@" (e.g. username:password@), a hostname (i.e. domain name or IP address), and an optional port number preceded by a colon ":". The path part is a sequence of segments (conceptually similar to directories, though not necessarily representing them) separated by a forward slash ("/"). Each segment can contain parameters separated from it using a semicolon (";"), though this is rarely used in practice. The term domain name has multiple related meanings: A name that identifies a computer or computers on the internet. ...
An IP address (Internet Protocol address) is a unique address that certain electronic devices currently use in order to identify and communicate with each other on a computer network utilizing the Internet Protocol standard (IP)âin simpler terms, a computer address. ...
It has been suggested that this article or section be merged into Computer port (software). ...
In computing, a directory, catalog, or folder[1] is an entity in a file system which contains a group of files and/or other directories. ...
The query is an optional part separated with a question mark, which contains additional identification information which is not hierarchical in nature. Its syntax is not generically defined, but is commonly organized as a sequence of <key>=<value> pairs separated by an ampersand, e. g. key1=value1&key2=value2&key3=value3. The fragment is an optional part separated from the front parts by a hash ("#"). It holds additional identifying information which allows indirect identification of a secondary resource, e.g. a section heading in an article identified by the remainder of the URI.
Examples The following are two example URIs and their component parts (taken loosely from RFC 3986 — STD 66): foo://username:password@example.com:8042/over/there/index.dtb;type=animal?name=ferret#nose / ________________/_________/ __/_________/ ___/ _/ _________/ _________/ __/ | | | | | | | | | | scheme userinfo hostname port path filename extension parameter(s) query fragment | _______________________________/ | authority | ________________________ / / urn:example:animal:ferret:nose Official IANA-registered schemes The official URI schemes registered with the IANA follow. The Internet Assigned Numbers Authority (IANA) is the entity that oversees global IP address allocation, DNS root zone management, and other Internet protocol assignments. ...
| Scheme | Purpose | Defined by | General format | Notes | | aaa: | Diameter Protocol | RFC 3588 | aaa://<host>[:<port>][;transport=<transport>][;protocol=<protocol>] example: aaa://host.example.com:1813;transport=udp;protocol=radius | | | aaas: | Secure equivalent of aaa: | RFC 3588 | aaas://<host>[:<port>][;transport=<transport>][;protocol=<protocol>] | | | acap: | Application configuration access protocol | RFC 2244 | acap://[<user>[;AUTH=<type>]@]<host>[:<port>]/<entry> | URL scheme used within the ACAP protocol for the "subdataset" attribute, referrals and inheritance | | cap: | Calendar access protocol | RFC 4324 | generic syntax | URL scheme used to designate both calendar stores and calendars accessible using the CAP protocol | | cid: | Referencing individual parts of an SMTP/MIME message | RFC 2392 | cid:<content-id> | e.g. referencing an attached image within a formatted e-mail. (See also mid:) | | crid: | TV-Anytime Content Reference Identifier | RFC 4078 | crid://<host>/<data> | Allow references to scheduled publications of broadcast media content. | | data: | Inclusion of small data items inline | RFC 2397 | data:<mediatype>[;base64],<data> | | | dav: | HTTP Extensions for Distributed Authoring (WebDAV) | RFC 2518 | dav: | Used for internal identifiers only; WebDAV itself addresses resources using the http: and https: schemes. [1] | | dict: | Dictionary service protocol | RFC 2229 | dict://<user>;<auth>@<host>:<port>/d:<word>:<database>:<n> dict://<user>;<auth>@<host>:<port>/m:<word>:<database>:<strat>:<n> Simple Mail Transfer Protocol (SMTP) is the de facto standard for email transmission across the Internet. ...
For mime as an art form, see mime artist. ...
WebDAV, an abbreviation that stands for Web-based Distributed Authoring and Versioning, refers to the set of extensions to the Hypertext Transfer Protocol (HTTP) which allows users to collaboratively edit and manage files on remote World Wide Web servers. ...
| refer to definitions or word lists available using the DICT protocol | | dns: | Domain Name System | RFC 4501 | dns:[//<host>[:<port>]/]<dnsname>[?<dnsquery>] examples: dns:example?TYPE=A;CLASS=IN dns://192.168.1.1/ftp.example.org?type=A | designates a DNS resource record set, referenced by domain name, class, type, and, optionally, the authority | | fax: | Used for telefacsimile numbers | RFC 2806 | fax:<phonenumber> | Seems to be deprecated in RFC 3966 in favour of tel: | | file: | Addressing files on local or network file systems | RFC 1738 | generic syntax (often appears as file:///path, the 3rd '/' is the final delimiter when no host (authority) is specified between) | Unusual in not being bound to any network protocol, and not usable in an Internet context. | | ftp: | FTP resources | RFC 1738 | generic syntax | | | go: | Common Name Resolution Protocol | RFC 3368 | go://[<host>]?[<common-name>]*[;<attribute>=[<type>,]<value>] or go:<common-name>*[;<attribute>=[<type>,]<value>] | | | gopher: | Used with Gopher protocol | RFC 4266 | gopher://<host>:<port>/<item type>/<path> | | | h323: | Used with H.323 multimedia communications | RFC 3508 | h323:[<user>@]<host>[:<port>][;<parameters>] | | | http: | HTTP resources | RFC 2616 | generic syntax | | | https: | HTTP connections secured using SSL/TLS | RFC 2817 | generic syntax | | | im: | Instant messaging protocol | RFC 3860 RFC 4622 | im:<username>[@<host>] | Works as xmpp: URI for single user chat sessions. | | imap: | Accessing e-mail resources through IMAP | RFC 2192 | imap://[<user>[;AUTH=<type>]@]<host>[:<port>]/<command> | | | ldap: | LDAP directory request | RFC 2255 RFC 4516 | ldap://[<host>[:<port>]][/<dn> [?[<attributes>][?[<scope>][?[<filter>][?<extensions>]]]]] example: ldap://ldap1.example.net:6666/o=University%20of%20Michigan, c=US??sub?(cn=Babs%20Jensen) For other uses, see Fax (disambiguation). ...
For library and office filing systems, see Library classification. ...
This article is about the File Transfer Protocol standardised by the IETF. For other file transfer protocols, see File transfer protocol (disambiguation). ...
Gopher is a distributed document search and retrieval network protocol designed for the Internet. ...
H.323 is an umbrella recommendation from the ITU-T, that defines the protocols to provide audio-visual communication sessions on any packet network. ...
Hypertext Transfer Protocol (HTTP) is a communications protocol used to transfer or convey information on intranets and the World Wide Web. ...
https is a URI scheme used to indicate a secure HTTP connection. ...
Transport Layer Security (TLS) and its predecessor, Secure Sockets Layer (SSL), are cryptographic protocols that provide secure communications on the Internet for such things as web browsing, e-mail, Internet faxing, instant messaging and other data transfers. ...
// Instant messaging (IM) is a form of real-time communication between two or more people based on typed text. ...
The Internet Message Access Protocol (commonly known as IMAP, and previously called Interactive Mail Access Protocol) is an application layer Internet protocol used for accessing email on a remote server from a local client. ...
The Lightweight Directory Access Protocol, or LDAP (IPA: ), is an application protocol for querying and modifying directory services running over TCP/IP.[1] A directory is a set of objects with similar attributes organized in a logical and hierarchical manner. ...
| | | mailto: | SMTP e-mail addresses and default content | RFC 2368 | mailto:<address>[?<header1>=<value1>[&<header2>=<value2>]] example: mailto:jsmith@example.com?subject=A%20Test&body=My%20idea%20is%3A%20%0A Simple Mail Transfer Protocol (SMTP) is the de facto standard for e-mail transmissions across the Internet. ...
Wikipedia does not yet have an article with this exact name. ...
| Headers are optional, but often include subject=; body= can be used to pre-fill the body of the message. | | mid: | Referencing SMTP/MIME messages, or parts of messages. | RFC 2392 | mid:<message-id>[/<content-id>] | (See also cid:) | | news: | (Usenet) newsgroups and postings | RFC 1738 | news:<newsgroupname> or news:<message-id> | References a particular resource, regardless of location. | | nfs: | Network File System resources | RFC 2224 | generic syntax | | | nntp: | Usenet NNTP | RFC 1738 | nntp://<host>:<port>/<newsgroup-name>/<article-number> | Referencing a specific host is often less useful than referencing the resource generically, as NNTP servers are not always publicly accessible | | pop: | Accessing mailbox through POP3 | RFC 2384 | pop://[<user>[;AUTH=<auth>]@]<host>[:<port>] | | | pres: | Used in Common Profile for Presence (CPP) to identify presence | RFC 3859 | pres:<address>[?<header1>=<value1>[&<header2>=<value2>]] | Similar to "mailto:" | | sip: | Used with Session Initiation Protocol (SIP) | RFC 3969 RFC 3261 | sip:<user>[:<password>]@<host>[:<port>][;<uri-parameters>][?<headers>] examples: sip:alice@atlanta.com?subject=project%20x&priority=urgent sip:+1-212-555-1212:1234@gateway.com;user=phone Simple Mail Transfer Protocol (SMTP) is the de facto standard for email transmission across the Internet. ...
For mime as an art form, see mime artist. ...
Usenet (USEr NETwork) is a global, decentralized, distributed Internet discussion system that evolved from a general purpose UUCP architecture of the same name. ...
For network file systems in general, see network file system. ...
The Network News Transfer Protocol or NNTP is an Internet application protocol used primarily for reading and posting Usenet articles, as well as transferring news among news servers. ...
Post Office Protocol version 3 (POP3) is an application layer Internet standard protocol used to retrieve email from a remote server to a local client over a TCP/IP connection. ...
The Session Initiation Protocol (SIP) is an application-layer control (signaling) protocol for creating, modifying, and terminating sessions with one or more participants. ...
| | | sips: | Secure equivalent of sip: | RFC 3969 RFC 3261 | sips:<user>[:<password>]@<host>[:<port>][;<uri-parameters>][?<headers>] | | | snmp: | Simple Network Management Protocol | RFC 4088 | snmp://[user@]host[:port][/[<context>[;<contextEngineID>]][/<oid>]] examples: snmp://example.com//1.3.6.1.2.1.1.3+ snmp://tester5@example.com:8161/bridge1;800002b804616263 | | | tel: | Used for telephone numbers | RFC 3966 RFC 2806 | tel:<phonenumber> | In action e.g. on this page | | telnet: | Used with telnet | RFC 4248 | telnet://<user>:<password>@<host>[:<port>/] | | | urn: | Uniform Resource Names | RFC 2141 | urn:<namespace>:<specificpart> | | | wais: | Used with Wide area information server (WAIS) | RFC 4156 | wais://<host>:<port>/<database>[?<search>] or wais://<host>:<port>/<database>/<wtype>/<wpath> | | | xmpp: | XMPP (Jabber) | RFC 4622 | xmpp:<user>@<host>[:<port>]/[<resource>][?<query>] | rfc4622bis contains corrections | | z39.50r: | Z39.50 retrieval | RFC 2056 | z39.50r://<host>[:<port>]/<database>?<docid>[;esn=<elementset>][;rs=<recordsyntax>] | | z39.50s: | Z39.50 session | RFC 2056 | z39.50s://<host>[:<port>]/[<database>][?<docid>][;esn=<elementset>][;rs=<recordsyntax>] | For the packet switched network, see Telenet. ...
A Uniform Resource Name (URN) is a Uniform Resource Identifier (URI) that uses the urn scheme, and does not imply availability of the identified resource. ...
Wide Area Information Servers or WAIS is a distributed text searching system that uses the protocol standard ANSI Z39. ...
Extensible Messaging and Presence Protocol, or XMPP, is an open, XML-based protocol for near real-time extensible messaging and presence events. ...
Official logo of the Jabber Software Foundation Jabber is a collection of open, real-time communication technologies built on the Extensible Messaging and Presence Protocol (XMPP). ...
Z39. ...
Unofficial but common URI schemes | Scheme | Purpose | Defined by | General format | Notes | | about: | Displaying product information and internal information | Un-standardised about:blank is commonly used to display a blank page. | Widely used by web browsers, sometimes even providing interactive resources. The Opera web browser uses opera: instead. | | aim: | Controlling AOL Instant Messenger. | AOL | aim:<function>?<parameters> | Functions include goim, addbuddy, and buddyicon. | | callto: | Launching Skype call (+And in Hungary the KLIP Software call too) (unofficial; see also skype:) | Skype | callto:<screenname> or callto:<phonenumber> [2] | Introduced with Microsoft NetMeeting. Works with current version of Skype with Firefox, Internet Explorer and Safari | | chrome: | Specifies user interfaces built using XUL in Mozilla-based browsers. | Mozilla | chrome://internal/path/to/interface.xul | Works only in Mozilla-based browsers such as Firefox, SeaMonkey and Netscape. | | cvs: | Provides a link to a Concurrent Versions System (CVS) Repository | Concurrent Versions System | cvs://<method:logindetails>@<repository>/<modulepath>;[date=date to retrieve | tag=tag to retrieve] | | | ed2k: | Resources available using the eDonkey2000 network | eDonkey2000 | ed2k://|file|<filename>|<hash of hash>|<hash of file>|/ or ed2k://|server|<host>|<port>|/ | Links to servers are also possible, as are additional parameters. Official documentation from eDonkey2000 website at the Internet Archive Wayback Machine | | feed: | web feed subscription | | feed:<absolute_uri> or feed://<hierarchical part> examples: feed://example.com/rss.xml feed:https://example.com/rss.xml An example of a Web browser (Mozilla Firefox) A web browser is a software application that enables a user to display and interact with text, images, videos, music and other information typically located on a Web page at a website on the World Wide Web or a local area network. ...
Opera is a cross-platform web browser and Internet suite which handles common Internet-related tasks including visiting web sites, sending and receiving e-mail messages, managing contacts, chatting online, viewing Widgets, downloading BitTorrents, and reading Newsfeeds. ...
AOL Instant Messenger (AIM) is a free, advertisement-supported proprietary instant messaging and presence computer program which uses the OSCAR instant messaging protocol and the TOC protocol. ...
AOL Instant Messenger (AIM) is a free, advertisement-supported proprietary instant messaging and presence computer program which uses the OSCAR instant messaging protocol and the TOC protocol. ...
For other uses, see AOL (disambiguation). ...
Skype (IPA: , rhymes with type) is a software program created by the entrepreneurs Niklas Zennström and Janus Friis. ...
Skype (IPA: , rhymes with type) is a software program created by the entrepreneurs Niklas Zennström and Janus Friis. ...
Screenshot of NetMeeting for Windows XP Microsoft NetMeeting is a VoIP and multi-point videoconferencing client included in many versions of Microsoft Windows (from Windows 95 OSR2 to Windows XP). ...
Skype (IPA: , rhymes with type) is a software program created by the entrepreneurs Niklas Zennström and Janus Friis. ...
Firefox may refer to: Firefox (novel), written by Craig Thomas, published in 1978 Firefox (film), the 1982 movie starring Clint Eastwood, based on the novel Firefox (arcade game), the laserdisc arcade game based on the movie Mozilla Firefox, a web browser The Red Fox or the Red Panda, based on...
Windows Internet Explorer (formerly Microsoft Internet Explorer abbreviated MSIE), commonly abbreviated to IE, is a series of graphical web browsers developed by Microsoft and included as part of the Microsoft Windows line of operating systems starting in 1995. ...
Safari is a web browser developed by Apple Inc. ...
Mozilla was the official, public, original name of Mozilla Application Suite by the Mozilla Foundation, nowadays called SeaMonkey suite. ...
The Concurrent Versions System (CVS), also known as the Concurrent Versioning System, is an open-source version control system invented and developed by Dick Grune in the 1980s. ...
The Concurrent Versions System (CVS), also known as the Concurrent Versioning System, is an open-source version control system invented and developed by Dick Grune in the 1980s. ...
eDonkey2000 was a peer-to-peer file sharing application developed by MetaMachine, using the Multisource File Transfer Protocol. ...
Internet Archive headquarters is in the Presidio, a former US military base in San Francisco. ...
A typical web feed logo A web feed is a data format used for serving users frequently updated content. ...
| See Feed: URI scheme for a detailed overview of common implementations, supported software, and critics. | | fish: | Accessing another computer's files using the SSH protocol | fish KDE kioslave | fish://[<username>[:<password>]@]<hostname>[:<port>] | See Files transferred over shell protocol for details about the protocol. | | gg: | Starting chat with Gadu-Gadu user | Gadu-Gadu | gg:<userid> | | | gizmoproject: | Gizmo Project calling link. | | gizmoproject://call?id=<gizmo_id> | May use sip:// instead of gizmoproject:// in recent versions of Gizmo. | | iax2: | Inter-Asterisk eXchange protocol version 2 | IETF Draft | iax2:[<username>@]<host>[:<port>][/<number>[?<context>]] examples: iax2:[2001:db8::1]:4569/alice?friends iax2:johnQ@example.com/12022561414 SSH redirects here. ...
FIles transferred over SHell protocol is a protocol to use SSH or RSH to transfer files between computers and manage remote files. ...
Gadu-Gadu is an instant messaging program that is popular in Poland. ...
Gadu-Gadu is an instant messaging program that is popular in Poland. ...
Gizmo Project is the name of a peer-to-peer VoIP network and of a proprietary freeware soft phone for that network. ...
IAX is the Inter-Asterisk eXchange protocol used by Asterisk, a dual licensed open source and commercial PBX server from Digium and other softswitches and PBXs. ...
| | irc: | Connecting to a server to join a channel. | IETF Draft Old IETF Draft | irc://<host>[:<port>]/[<channel>[?<password>]] | Assuming the client knows a server associated with the name, "host" may optionally be an IRC network name. | | ircs: | Secure equivalent of irc: | IETF Draft | ircs://<host>[:<port>]/[<channel>[?<password>]] | See irc: | | jar: | Compressed archive member | Java API | jar:<url>!/[<entry>] | Works for any ZIP based file. | | keyparc: | Keyparc encrypt/decrypt resource. | | keyparc://encrypt/<username>/<uri> or keyparc://decrypt/<username>/<uri> In computing, a JAR file (or Java ARchive) file used to distribute a set of Java classes. ...
The ZIP file format is a popular data compression and archival format. ...
| | lastfm: | Connecting to a radio stream from Last.fm. | Last.fm | lastfm://<radio_stream> or lastfm://globaltags/<genre> or lastfm://user/<username>/<stuff> | | | ldaps: | Secure equivalent of ldap: | | ldaps://[<host>[:<port>]][/<dn> [?[<attributes>][?[<scope>][?[<filter>][?<extensions>]]]]] | Not an IETF standard, but commonly used in applications. | | magnet: | "magnet links" | Magnet-URI Project | magnet:?xt=urn:sha1:<hash of file>&dn=<display name> (other parameters are also possible) | Used by various peer-to-peer clients, usually providing the hash of a file to be located on the network. | | mms: | Windows streaming media | | mms://<host>:<port>/<path> | Used by Windows Media Player to stream audio and/or video. | | msnim: | Adding a contact, or starting a conversation in Windows Live Messenger | Windows Live Messenger | Add a contact to the buddy list msnim:add?contact=nada@nowhere.com Start a conversation with a contact msnim:chat?contact=nada@nowhere.com Start a voice conversation with a contact msnim:voice?contact=nada@nowhere.com Start a video conversation with a contact msnim:video?contact=nada@nowhere.com Last. ...
Last. ...
A peer-to-peer (or P2P) computer network is a network that relies on the computing power and bandwidth of the participants in the network rather than concentrating it in a relatively few servers. ...
Microsofts streaming server Microsoft Media Services (also called NetShow Services) uses the Microsoft Media Server (MMS) protocol to transfer unicast data. ...
For the old versions of this software called MSN Messenger, see MSN Messenger. ...
| Can be invoked from a web page or via a run command or an ie browser URL (won't work with firefox 2.0.0.8). For web pages use this HTML: <a href="chat?contact=nada@nowhere.com">Click to chat!</a> | | mvn: | Access Apache Maven repository artifacts | OPS4J | mvn:org.ops4j.pax.web.bundles/service/0.2.0-SNAPSHOT mvn:http://user:password@repository.ops4j.org/maven2!org.ops4j.pax.web.bundles/service/0.2.0 | | | notes: | Open a Lotus Notes document or database | Lotus Notes | notes://<address> | Used by IBM Lotus Notes to refer to documents and databases stored within the Lotus Notes system. When clicked in a browser on a computer with Lotus Notes client installed, Notes will open the document link as if a Notes DocLink were clicked within Notes. | | nsfw: | Not Safe For Work | N/A | nsfw://<address> | NSFW is not an official URI and is not known to be in use by any programs. Using an "NSFW" address will result in a browser error. However, "nsfw://" indicates that the address which follows may be objectionable in nature, containing explicit material unsuitable for work or school environments. To view the address, the "nsfw://" tag must be replaced by the user with "http://". | | psyc: | Used to identify or locate a person, group, place or a service and specify its ability to communicate | PSYC | psyc:[//<host>[:[<port>][<transport>]]/[<object-name>][#<channel-name>] | Official documentation from PSYC website | | rsync: | Rsync | | rsync://<host>[:<port>]/<path> | | | secondlife: | Open the Map floater in Second Life application to teleport the resident to the location. | Linden Lab | secondlife://<region name>/<x position>/<y position>/<z position> | Used by SLurl.com. Knowledge base article. | | skype: | Launching Skype call (official; see also callto:) | Skype | skype:<username|phonenumber>[?[add|call|chat|sendfile|userinfo]] | Official documentation from Skype website. | | ssh: | SSH connections (like telnet:) and | IETF Draft | ssh://[<user>[;fingerprint=<host-key fingerprint>]@]<host>[:<port>] | | | sftp: | SFTP file transfers (not be to confused with FTPS (FTP/SSL)) | IETF Draft | sftp://[<user>[;fingerprint=<host-key fingerprint>]@]<host>[:<port>]/<path>/<file> | | | smb: | Accessing SMB/CIFS shares | IETF Draft | smb://[<user>@]<host>[:<port>][/[<path>]][?<param1>=<value1>[;<param2>=<value2>]] or smb://[<user>@]<workgroup>[:<port>][/] | | | sms: | Interact with SMS capable devices for composing and sending messages. | IETF draft | sms:<phone number>?<action> | Should be used as a subset to the tel: schema.[citation needed] | | soldat: | Joining servers | Soldat | soldat://<host>:<port>/ example: soldat://127.0.0.1:23073/ For other uses of the word Maven see: Maven (disambiguation) Maven is a software tool for Java programming language project management and automated software build. ...
Lotus Notes is a client-server collaborative software and e-mail system owned by Lotus Software, of the IBM Software Group. ...
Lotus Notes is a client-server collaborative software and e-mail system owned by Lotus Software, of the IBM Software Group. ...
Not safe for work, occasionally Not safe for wanking(NSFW), not work-safe (NWS), not school-safe (NSS), not suitable for school or work (NSSW), or not for British school kids (NFBSK) is Internet slang or shorthand. ...
PSYC (Protocol for SYnchronous Conferencing) is a flexible text-based protocol for delivery of data to a flexible amount of recipients or people, by unicast or multicast. ...
In computing, rsync is a computer program for Unix systems which synchronizes files and directories from one location to another while minimizing data transfer using delta encoding when appropriate. ...
It has been suggested that Second Life issues and criticisms#Customer Security be merged into this article or section. ...
Skype (IPA: , rhymes with type) is a software program created by the entrepreneurs Niklas Zennström and Janus Friis. ...
Skype (IPA: , rhymes with type) is a software program created by the entrepreneurs Niklas Zennström and Janus Friis. ...
SSH redirects here. ...
In computing, the SSH File Transfer Protocol or SFTP is a network protocol that provides file transfer and manipulation functionality over any reliable data stream. ...
FTPS is a name used to encompass a number of ways in which FTP software can perform secure file transfers. ...
In computer networking, Server Message Block (SMB) operates as an application-level network protocol mainly applied to shared access to files, printers, serial ports, and miscellaneous communications between nodes on a network. ...
SMS may refer to: Short message service, a form of text messaging on cell phones Sega Master System â an 8-bit video game console from the 1980s Seiner Majestät Schiff, His Majestys Ship in the German Kaiserliche Marine and the Austro-Hungarian Navy SMS (comics), a British comic...
Soldat (meaning soldier in several languages) is a 2D multiplayer game for Windows. ...
| Official note in Manual | | steam: | Interact with Steam: install apps, purchase games, run games, etc. | Steam, Valve Corporation | steam:<command line arguments> or steam://<action>/<id, addon, IP, hostname, etc.> | Official documentation from Valve Developer Community website | | unreal: | Joining servers | Unreal | unreal://<server>[:<port>]/ | Unreal legacy "protocol" | | ut2004: | Joining servers | Unreal Tournament 2004 | ut2004://<server>[:<port>][/<map>?<options>] | Documentation from Unreal Developer Network | | webcal: | Subscribing to calendars in iCalendar format | iCalendar | webcal://<hierarchical part> example: webcal://example.com/calendar.ics Steam is a digital distribution, digital rights management, multiplayer and communications platform developed by Valve Corporation. ...
Valve Corporation is an American video game developer based in Bellevue, Washington, USA, made famous by its first product, Half-Life, which was released in November 1998. ...
For other uses, see Unreal (disambiguation). ...
Unreal Tournament 2004, also known as UT2004 or UT2K4, is a futuristic first-person shooter computer game developed by Epic Games and Digital Extremes. ...
iCalendar is a standard (RFC 2445) for calendar data exchange. ...
iCalendar is a standard (RFC 2445) for calendar data exchange. ...
| HTTP as a transport protocol is assumed. See Webcal for details. | | xfire: | Adding friends and servers, joining servers, changing status text. | Xfire | xfire:<function>[?<parameter1>=<value1>[&<parameter2>=<value2>]] | Official documentation from Xfire website | | ymsgr: | Sending an instant message to a Yahoo! Contact. | Yahoo! Messenger | ymsgr:sendIM?<screenname> | | HTTP (for HyperText Transfer Protocol) is the primary method used to convey information on the World Wide Web. ...
Webcal is an unofficial uniform resource identifier (URI) scheme for accessing iCalendar files. ...
For the web service tool, see Codehaus XFire . ...
âY!Mâ redirects here. ...
External links In computer security, AAA stands for âauthentication, authorization and accountingâ. Authentication Authentication refers to the confirmation that a user who is requesting services is a valid user of the network services requested. ...
The Application Configuration Access Protocol (ACAP) is a protocol which enhances IMAP by allowing the user to set up address books, user options, and other data for universal access. ...
CRID - Content Reference Identifier, specified by the TV-Anytime forum. ...
DICT is a dictionary network protocol created by the DICT Development Group. ...
This article is about the File Transfer Protocol standardised by the IETF. For other file transfer protocols, see File transfer protocol (disambiguation). ...
Gopher is a distributed document search and retrieval network protocol designed for the Internet. ...
H.323 is an umbrella recommendation from the ITU-T, that defines the protocols to provide audio-visual communication sessions on any packet network. ...
Hypertext Transfer Protocol (HTTP) is a communications protocol used to transfer or convey information on intranets and the World Wide Web. ...
https is a URI scheme used to indicate a secure HTTP connection. ...
The Internet Message Access Protocol (commonly known as IMAP or IMAP4, and previously called Internet Mail Access Protocol, Interactive Mail Access Protocol (RFC 1064), and Interim Mail Access Protocol[1]) is an application layer Internet protocol operating on port 143 that allows a local client to access e-mail on...
The Lightweight Directory Access Protocol, or LDAP (IPA: ), is an application protocol for querying and modifying directory services running over TCP/IP.[1] A directory is a set of objects with similar attributes organized in a logical and hierarchical manner. ...
Simple Mail Transfer Protocol (SMTP) is the de facto standard for e-mail transmissions across the Internet. ...
Usenet (USEr NETwork) is a global, decentralized, distributed Internet discussion system that evolved from a general purpose UUCP architecture of the same name. ...
For network file systems in general, see network file system. ...
The Network News Transfer Protocol or NNTP is an Internet application protocol used primarily for reading and posting Usenet articles, as well as transferring news among news servers. ...
In computing, local e-mail clients use the Post Office Protocol version 3 (POP3), an application-layer Internet standard protocol, to retrieve e-mail from a remote server over a TCP/IP connection. ...
In computer and telecommunications networks, presence information is a status indicator that conveys ability and willingness of a potential communication partner - for example a user to communicate. ...
The Session Initiation Protocol (SIP) is an application-layer control (signaling) protocol for creating, modifying, and terminating sessions with one or more participants. ...
The Simple Network Management Protocol (SNMP) forms part of the internet protocol suite as defined by the Internet Engineering Task Force (IETF). ...
For the packet switched network, see Telenet. ...
A Uniform Resource Name (URN) is a Uniform Resource Identifier (URI) that uses the urn scheme, and does not imply availability of the identified resource. ...
Wide Area Information Servers or WAIS is a distributed text searching system that uses the protocol standard ANSI Z39. ...
Jabber redirects here. ...
AOL Instant Messenger (AIM) is a free, advertisement-supported proprietary instant messaging and presence computer program which uses the OSCAR instant messaging protocol and the TOC protocol. ...
The Concurrent Versions System (CVS), also known as the Concurrent Versioning System, is an open-source version control system invented and developed by Dick Grune in the 1980s. ...
Gizmo Project is the name of a peer-to-peer VoIP network and of a proprietary freeware soft phone for that network. ...
IAX is the Inter-Asterisk eXchange protocol used by Asterisk, a dual licensed open source and commercial PBX server from Digium and other softswitches and PBXs. ...
IRC redirects here. ...
Last. ...
Microsofts streaming server Microsoft Media Services (also called NetShow Services) uses the Microsoft Media Server (MMS) protocol to transfer unicast data. ...
For the old versions of this software called MSN Messenger, see MSN Messenger. ...
Not safe for work, occasionally Not safe for wanking(NSFW), not work-safe (NWS), not school-safe (NSS), not suitable for school or work (NSSW), or not for British school kids (NFBSK) is Internet slang or shorthand. ...
PSYC (Protocol for SYnchronous Conferencing) is a flexible text-based protocol for delivery of data to a flexible amount of recipients or people, by unicast or multicast. ...
In computing, rsync is a computer program for Unix systems which synchronizes files and directories from one location to another while minimizing data transfer using delta encoding when appropriate. ...
This article is about a virtual world. ...
Skype (IPA: , rhymes with type) is a software program created by the entrepreneurs Niklas Zennström and Janus Friis. ...
SSH redirects here. ...
In computing, the SSH File Transfer Protocol or SFTP is a network protocol that provides file transfer and manipulation functionality over any reliable data stream. ...
In computer networking, Server Message Block (SMB) operates as an application-level network protocol mainly applied to shared access to files, printers, serial ports, and miscellaneous communications between nodes on a network. ...
SMS redirects here. ...
Soldat (meaning soldier in several languages) is a 2D multiplayer game for Windows. ...
Steam is a digital distribution, digital rights management, multiplayer and communications platform developed by Valve Corporation. ...
For other uses, see Unreal (disambiguation). ...
Unreal Tournament 2004, also known as UT2004 or UT2K4, is a futuristic first-person shooter computer game developed by Epic Games and Digital Extremes. ...
Webcal is an unofficial uniform resource identifier (URI) scheme for accessing iCalendar files. ...
For the web service tool, see Codehaus XFire . ...
âY!Mâ redirects here. ...
|