Difference between roundtrip and postback

Round trip means the form first goes to the server and take the response from the server and it may redirect to the other form or same form according to the request. where as postback means the form goes to the server and loads the same page again on client side browser.