Whats the best approach to create a hierarchy of portal?
lets make "Computer" as an example. "Computer" would be the Parent of all portals. Computer will be having a sub-portal/child like "Laptop", "Desktop" and "Printers". Then for each child it would also have another sub-portal/child like "HP Laptop", "Lenovo Laptop" or "HP Desktop" etc.

For every portal it would have different look and feel. Some of the portal will share portlet and content from each other. example "USB Products" will borrow portlets from "IBM Desktop" or "Brothers Printers" will borrow content from "HP Laptop".
Any user of the "Portal" can access all those portal without signing-up again. That means a user from "HP Printers" can access "HP Laptops". Each Portal is an individual of each own, it will have its own domain But at the backend they share portlets and other resources.
I hope this make sense.
Whats the best way to do it?
Is it creating a "Portal Instance"?
or it should be in "Organization"?
Thanks in advance!