CS 342 - 4/3/14 Echo Program Timeline Time Server Client ---- --------- ---------- 1. Create ServerSocket 2. accept() - Server is "listening" 3. create Socket() w/ server Info 4. return Socket instance from accept() 5. getInputStream() and getInputStream() and getOutputStream() getOutputStream() 6. communicate based on protocol design for application