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 ______
Signup and view all the answers
The client needs to know the address of the server machine and ______
The client needs to know the address of the server machine and ______
Signup and view all the answers
Socket programming is used to facilitate data exchange in a computer network.
Socket programming is used to facilitate data exchange in a computer network.
Signup and view all the answers
A computer network can only have wired connections and not wireless connections.
A computer network can only have wired connections and not wireless connections.
Signup and view all the answers
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.
Signup and view all the answers
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.
Signup and view all the answers
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.
Signup and view all the answers