Posts

Showing posts with the label CS692 networking lab

Networking Lab CS692

Image
Java Networking -- Socket Server socket class: ServerSocket wait for requests from clients. after a request is received, a client socket is generated. Client socket class: Socket an endpoint for communication between two apps/applets. obtained by contacting a server generated by the server socket Communication is handled by input/output streams. Socket provides an input and an output stream.                                                                                Assignment -1 How to dual boot windows pc with Linux What is Dual Booting? Dual-booting means having two operating systems on a computer at the same time. You can call it multi-booting if you have more than two operating systems. For example, I've Windows 7, Kubuntu and F...