Network - Endpoint (Network Location, host)

Map Of Internet 1973

About

An endpoint is the final address of a service defined by:

Glossary

In the web, the endpoint is commonly referred as the host but in the network community, a host is just a server.

Example Javascript:

console.log("The endpoint is: "+window.parent.location.host);

Net(work)

In network, this is a socket known also the bind address.

Example in Java:

SocketAddress bindAddress = SocketAddress.inetSocketAddress(4043, "localhost");

Usage

The endpoint is defined:

And if you add the TCP or UDP protocol, you defines a socket.





Discover More
Card Puncher Data Processing
Docker - Endpoint

endpoint of docker
HTML - Image (Img tag)

img is an fetch element that represents an image. An image in HTML can also be represented with a picture element that defines logically the same image but may have different physical image (different...
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...
HTTP - Webhook (Callback)

A Webhook is a script that makes an HTTP callback when a specific action occurs (a event-notification). Webhooks push information to endpoint when an action occurs via an request. For instance: a POST...
How to create and manipulate an URL in Javascript? (Browser URL Object)

This article shows you how to get and manipulate an URL with Javascript. URL You can manipulate an URL with the URL web API object Build an URL object Print a URL properties (...host, hostname,...)...
URI - Authority (User /Host / Port )

This page is the authority part of an URI The authority component of a hierarchical URI is, if specified, either: or . A server-based authority parses according to the familiar syntax where:...
Robots Useragent
Web - Robots.txt

robots.txt is a file that control and gives permission to Web Bot when they crawl your website. Googlebot should not crawl and all sub directory All other...
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...
Undraw File Manager Re Ms29
What is a 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,...
Ports
What is a Port in computing?

This article is about the network port, what it is, how we use it and more



Share this page:
Follow us:
Task Runner