MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

COMPUTER NETWORKING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
How do clients communicate with the server?
A
It uses the shared resources on the server
B
The Network
C
It speaks to the client
D
It uses the patches that come with the server and client
Explanation: 

Detailed explanation-1: -Clients typically communicate with servers by using the TCP/IP protocol suite. TCP is a connection-oriented protocol, which means a connection is established and maintained until the application programs at each end have finished exchanging messages.

Detailed explanation-2: -Client-server networks are computer networks that employ a dedicated computer to store data, manage/provide resources, and control user access (server). The server connects all of the other computers in the network by acting as a hub. A machine that connects to the server is known as a client.

Detailed explanation-3: -When a user navigates to the user. html URL, the client sends a requests and the server sends this content back as the response. The client then displays the page and calls the requestUnixTime() function. The requestUnixTime() function uses the Fetch API to send a request to the /time URL.

There is 1 question to complete.