Computer Science, asked by SomyadityaRou, 1 year ago

Difference between node and server

Answers

Answered by Anonymous
32

Node vs. Server

Other names for Node and server are:

  1. client-server
  2. man-slave model
  3. Host-node

Server:

  • Acts upon the request generated by the client/node.
  • Server acts as the head.
  • In lay man language server is treated as a teacher who imparts knowledge to the children.

Node:

  • Sends request to the server.
  • It receives the reply from the server.
  • In lay man language it acts as the students receiving knowledge from the teacher.
Answered by gratefuljarette
14

Differences between node and server:

Node:

  • A node is simply a device in networking with an IP address which helps us in connectivity with other nodes.
  • A node cannot be a server.
  • A node cannot fulfill the clients demand.
  • Node contains less information than server.

Server:

  • Server is a device that serves the request for any client.
  • A server can be a node
  • A server fulfils the demand of the client.
  • A server contains more information than the node.

Learn more about server

Defination of client/server architecture?

https://brainly.in/question/7281419

What is a server and what is a web server

https://brainly.in/question/1474398

Similar questions