Podcast
Questions and Answers
Lab No. 1: Introduction to ______ Programming
Lab No. 1: Introduction to ______ Programming
Socket
A computer network basically comprises of ______ components
A computer network basically comprises of ______ components
5
Communication in computer networks follows a ______ server model
Communication in computer networks follows a ______ server model
client
The services running on the server run on known ______
The services running on the server run on known ______
The client needs to know the address of the server machine and ______
The client needs to know the address of the server machine and ______
Socket programming is used to facilitate data exchange in a computer network.
Socket programming is used to facilitate data exchange in a computer network.
A computer network can only have wired connections and not wireless connections.
A computer network can only have wired connections and not wireless connections.
In client server architecture, the client makes a request to connect to the server for providing a service.
In client server architecture, the client makes a request to connect to the server for providing a service.
The services running on the server run on random ports, not known ports.
The services running on the server run on random ports, not known ports.
A computer network comprises of 5 components: Sender, Receiver, Message, Transmission medium, and Protocols.
A computer network comprises of 5 components: Sender, Receiver, Message, Transmission medium, and Protocols.