I know that the automaton for the regular expression (a + b)* will just have one state, where the initial state = the accepting state and there is one edge going into that state labelled a,b.
Sorry, I haven't attached a diagram but my rep isn't high enough to allow that. (<10)
I just want to know, what difference is there between the automaton described above and the one for (a* + b*).