Web Resource - Scheme

About

A scheme is the first part of an URI.

It refers to a network protocol (called also specification) that should be used to communicate with the service defines in the authority part of the URL

The scheme defines the type of parsing that should be performed on the URI in order to determine the following parts.

Example

Scheme Default Port
ssh 22
ftp 21
file
http 80
https 443
data NA
blob NA
jdbc NA
ws 80
wss 443





Discover More
Undraw File Manager Re Ms29
File - File System (filesystem)

A file system (often also written as filesystem) is an application that stores and organizes files and their data (content). Essentially, it organizes these files for storage, organization, manipulation,...
HTTP - Same Origin Request

A request is a same-origin request if: the request’s origin and the origin of request’s current url page are the same. requestsame-origincross origin Two HTTP requests havenot the same origin...
URL - The data URL scheme

The data scheme is a scheme that can be used in a URL in order to embed (small) media resources data directly such as: images style sheets or any resource. The benefit is that there is no need...
Web - URL

An Uniform Resource Locator (URL) is a universal identifier for a resource. Because the resource can be created dynamically, an URL is also logically a request. It's the string that is understood by...
Url Encoding Set Illustration
What is URL encoding ? known also as Percent-encoding

In a URL / Uniform Resource Identifier (URI), you have reserved character that are part of the URL syntax that cannot be used. For instance: * the scheme separator : * or the path separator / Percent-encoding,...
Process States
What is a Service?

A service is a process that: runs continuously in the background are started by the operating system when the system starts. It's declared and managed by the OS init system. With the init system,...
What is a URI (Uniform resource identifier)?

A Uniform Resource Identifier (URI) is a string of characters that Identify a resource. Because a resource can be created dynamically, an URI is also a request. URL As The ISBN system for...
File System
What is a local file system ?

This article is giving a clear answer in one sentence on what a local file system is. No bullshit.



Share this page:
Follow us:
Task Runner