Reading this doc: https://docs.yugabyte.com/preview/architecture/core-functions/write-path/
Question 1: Can I think a node in yugabytedb is a machine with IP/port? Or a node can be multiple machines?
Question 2: Can I think a tablet as a service running in Linux that handles read/write for the given shard? How many tablets one machine can hold?
Thanks!