What is Node?
A node is a computer running blockchain client software, keeping a copy of the ledger and relaying transactions. Running one lets you verify the chain rather than trust a provider.
In practice
Full nodes validate every block independently; light clients check proofs instead. Most applications read chain data through a hosted provider for convenience, which is a practical trade-off but also a dependency worth knowing about when it fails.