Answer Posted / 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 |
Post New Answer View All Answers
What is network programming in java?
To create a socket, you need to know the internet host to which you want to connect?
What is the main difference between Client side Java Script and and Server side Java Script how actually they run on both side with Example.
Explain a daytime server?
What you know about random port?
Explain look for local ports?
Tell me about networking classes and interfaces.
Explain a time server?
What is cookies in networking ?
What is the Difference between socket and servlet?
Where is the network interface card located?
What is an http redirector?
What is a thread pool?
What is socket in java?
If you do not want your program to halt while it waits for a connection, put the call to accept( ) in a separate thread?