Computer Science, asked by abhiraj15, 1 year ago

What is a node in computer

Answers

Answered by atul103
7
A node can be a couple of different things depending on whether the conversation is about computer science or networking.


The round things are called nodes and the connections between nodes are called arcs or edges. Graphs are an extraordinarily useful concept in computers. For example, the nodes can represent computers and the edges can represent network connections. The nodes can represent data objects and the edges can represent references between data objects. Nodes may represent cities and edges are roads. Nodes can represent states and edges represent what causes a state change.

Answered by miryalkarlokesh
4
node is a basic unit used in computer science. Nodesare devices or data points on a larger network. Devices such as a personal computer, cell phone, or printer arenodes. When defining nodes on the internet, a node is anything that has an IP address.
Similar questions