Socket are used to transmite and receive the datagram packet without use any physical connection.
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
Secure Socket Layer. A security protocol that provides privacy over the Internet. The protocol allows client-server applications to communicate in a way that cannot be eavesdropped upon or tampered with. Servers are always authenticated, and clients are optionally authenticated.
Create Date
:
Tuesday, May 13, 2008
Click here
to improve the Interview Question, Answer and other fields.
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
A technology that allows Web browsers and Web servers to communicate over a secured connection.
Create Date
:
Tuesday, May 13, 2008
Click here
to improve the Interview Question, Answer and other fields.
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
A set of packages that enable secure Internet communications.
Create Date
:
Tuesday, May 13, 2008
Click here
to improve the Interview Question, Answer and other fields.
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
Secure Sockets Layer (SSL) is a socket protocol that encrypts data sent over the network and provides authentication for the socket endpoints.
Create Date
:
Monday, May 12, 2008
Click here
to improve the Interview Question, Answer and other fields.
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
AppleTalk Transaction Protocol. Transport-level protocol that allows reliable request-response exchanges between two socket clients.
Create Date
:
Saturday, May 10, 2008
Click here
to improve the Interview Question, Answer and other fields.
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
a) DoGet () method is used to get information, while doPost ( ) method is used for posting information.
b) DoGet () requests can't send large amount of information and is limited to 240-255 characters. However, doPost ( ) requests passes all of its data, of unlimited length.
c) A doGet ( ) request is appended to the request URL in a query string and this allows the exchange is visible to the client, whereas a doPost () request passes directly over the socket connection as part of its HTTP request body and the exchange are invisible to the client.
Create Date
:
Saturday, May 10, 2008
Click here
to improve the Interview Question, Answer and other fields.