You are not logged in.

#1 2015-07-10 04:25:59

hasnain
Administrator
From: Chichawatni
Registered: 2014-10-13
Posts: 8,355
Website

TCP Connection:

Networking Quizzes Basic Networking

Question:
Which steps occur when establishing a TCP connection between two computers using sockets?

Option A):
After the server is waiting, a client instantiates a Socket object, specifying the server name and port number to connect to
Option B):
The server invokes the accept() method of the ServerSocket class. This method waits until a client connects to the server on the given port
Option C):
The server instantiates a ServerSocket object, denoting which port number communication is to occur on
Option D):
All

Correct Answer is Option C):
The server instantiates a ServerSocket object, denoting which port number communication is to occur on


Failure is the first step towards seccess.

2015-07-10 04:25:59

Advertisement
Ads By Google

Re: TCP Connection:



Board footer