In what context? CPU design? Programming? Web design? In general, a static pipeline is one which follows a fixed series of steps. The alternative is a dynamic pipeline, where the steps are determined by a set of rules. In programming, static pipelines can be more efficient because they can be optimized at compile-time instead of at run-time. In CPU design, static pipelines are easier to design and less expensive to manufacture. In CPU design, dynamic pipelines can significantly boost performance with out of order execution.
Umm...actually.... This is my assignment from school... And the subject is "Computer Network" So i guess it is more on CPU...