Client Server Model
Everything on SkillVeris tagged Client Server Model — collected across the glossary, study notes, blog, and cheat sheets.
2 resources across 1 library
Interview Questions(2)
What is a Remote Procedure Call (RPC)?
A Remote Procedure Call (RPC) is an IPC mechanism that lets a program invoke a procedure running in a different address space — typically on another machine —…
What is a Network Socket vs a Port?
A port is just a 16-bit number (0-65535) identifying an application or service on a host, while a socket is the full combination of protocol, source IP, source…