[agile] What is the difference between Sprint and Iteration in Scrum and length of each Sprint?

All sprints are iterations but not all iterations are sprints. Iteration is a common term in iterative and incremental development (IID). Scrum is one specialized flavor of IID so it makes sense to specialize the terminology as well. It also helps brand the methodology different from other IID methodologies :)

As to the sprint length: anything goes as long as the sprint is timeboxed i.e. it is finished on the planned date and not "when it's ready". (Or alternatively, in rare occasions, the sprint is terminated prematurely to start a new sprint in case some essential boundary conditions are changed.)

It does help to have the sprints of similar durations. There's less to remember about the sprint schedule and your planning gets more accurate. I like to keep mine at 2 calendar weeks, which will resolve into 8..10 business days outside holiday seasons.

Examples related to agile

A completely free agile software process tool Difference between agile and iterative and incremental development What is the difference between Scrum and Agile Development? Why is the Fibonacci series used in agile planning poker? How different is Scrum practice from Agile Practice? What is the difference between Sprint and Iteration in Scrum and length of each Sprint?

Examples related to scrum

A completely free agile software process tool What is the difference between Scrum and Agile Development? How different is Scrum practice from Agile Practice? What is the difference between Sprint and Iteration in Scrum and length of each Sprint?

Examples related to iteration

Is there a way in Pandas to use previous row value in dataframe.apply when previous value is also calculated in the apply? How to loop over grouped Pandas dataframe? How to iterate through a list of dictionaries in Jinja template? How to iterate through an ArrayList of Objects of ArrayList of Objects? Ways to iterate over a list in Java Python list iterator behavior and next(iterator) How to loop through an array containing objects and access their properties recursion versus iteration What is the perfect counterpart in Python for "while not EOF" How to iterate over a JavaScript object?

Examples related to methodology

Difference between agile and iterative and incremental development How different is Scrum practice from Agile Practice? What is the difference between Sprint and Iteration in Scrum and length of each Sprint?

Examples related to sprint

What is the difference between Sprint and Iteration in Scrum and length of each Sprint?