What is a port?
Answers were Sorted based on User's Feedback
Answer / shankar payaboin
Its nothing but logical address
that is 0 to 1023, these are resrved for servers
remaining 1024 to 65535 are clients
| Is This Answer Correct ? | 16 Yes | 1 No |
Answer / sreevani
Port is that which transfers data from one computer to
another via a cable that links connecting ports.
| Is This Answer Correct ? | 17 Yes | 5 No |
Answer / rajeev dwivedi
Port is that which transfers data from one computer to
another via a cable that links connecting ports.
| Is This Answer Correct ? | 7 Yes | 2 No |
Answer / ranjith
A port is a connector for attaching cables, for example:
Parallel port is used for connecting printer with system
and Serial port is used for connecting monitor with CPU.
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / rajani nagandla
On computer and telecommunication devices, a port is
generally a specific place for being physically connected
to some other device, usually with a socket and plug of
some kind.
In programming, a port is a "logical connection place" and
specifically, using the Internet's protocol, TCP/IP, the
way a client program specifies a particular server program
on a computer in a network.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / rahul sharma
port is a logical segment of the RAM to identify application running on the computer.
| Is This Answer Correct ? | 1 Yes | 0 No |
EDP RESPONSIBILITIES
1 Answers Aurum, HFL, JK Ansell, NDS, University,
Explain a time server?
What is socket in java?
Explain look for local ports?
What is an http server?
Explain the generic term internet.
If you do not want your program to halt while it waits for a connection, put the call to accept( ) in a separate thread?
What is the difference between TCP and UDP ?
What is network programming in java?
What is the purpose of HTTP tunneling?
Is it possible to send an object using Sockets, if so, how it can be?
What are the advantages and disadvantages of java sockets.