Skip to content

Commit 3f1684a

Browse files
authored
Merge pull request #3524 from jasonrhodes/patch-1
[En] add Host
1 parent 1613e7d commit 3f1684a

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

content/en/host.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: Host
3+
status: Completed
4+
category: concept
5+
tags: ["infrastructure", "fundamental", "architecture"]
6+
---
7+
8+
"Host" is a widely used term in network computing. For the purposes of this glossary,
9+
the term very closely aligns with "node". A host is a network-accessible computer that
10+
"hosts" a service, application, or other infrastructure component, with the ability to send
11+
and/or receive data from other computers attached to the same network. Just like a node,
12+
in [cloud computing](/cloud-computing/), a host can be a physical computer, a virtual
13+
computer, referred to as a [VM](/virtual-machine/), or even a [container](/container/).
14+
Hosts typically have a "hostname" value as well as an IP address so they can be found
15+
on the network.
16+
17+
How or even if hosts substantially differ from nodes is nuanced and different people may
18+
have different opinions. For this high-level definition, we'll treat them as the same.
19+
Please refer to [the nodes definition](/nodes/).

wordlist.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ hackable
9696
handoffs
9797
HAProxy
9898
highlight
99+
hostname
99100
html
100101
http
101102
https

0 commit comments

Comments
 (0)