- Vertical distribution :
Distributed processing is equivalent to organizing a
client-server application
as amultitiered architecture
. Place logically different components on different machines. - Horizontal distribution :
Distribution of the
clients and servers
- more common in modern architecture. Aclient
orserver
may bephysically
split up intologically
equivalent parts, but each part is operating on its own share of the complete data set, thus balancing the load.
I tried to understand the difference between the vertical
and horizontal
. what's the meaning of "logically
" and "physically
" ?...but I can't! Does anybody know?