answersLogoWhite

0


Best Answer

Yes - this is frequently the case with web servers, which service requests on port 80 from multiple locations simultaneously.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Can both client and servers use the same protocol port on the same computer at the same time?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Can a single computer function as both a client and a server but performance be degraded?

A single computer can function as both a client and a server, but performance will be degraded.


Why would a network administrator choose to unbind a protocol on a server?

Typically if a protocol is no longer in use on a network then it would be unbound from the interface, both on servers and on clients.


What is the differences between Telnet and FTP?

The Difference Between a File Server & an FTP ServerFunctiono File servers store data for an entire network, just as an individual computer's hard drive stores data for that individual computer. File Transfer Protocol (FTP) servers run an FTP application to exchange files over the Internet, which is the world's largest network.Similaritieso File serving and FTP serving are both networking methods that involve file transfer between computers. FTP servers need to work together with file servers in order to function. In a network using FTP, file servers store data while FTP servers transmit that data over the Internet, with both being necessary for file transfer to occur.Differenceso FTP servers download files from or upload files to file servers. FTP servers move files to and from file server locations. FTP servers require file servers, but file servers do not require FTP servers, since file servers also serve various intranet networks not connected to the Internet.http://www.ehow.com/facts_6885629_difference-file-server-ftp-server.html-RLSB


What protocol is able to resolve both computer names to both IPv4 and IPv6 addresses?

Netbios over tcp/ip


Expain client server model?

The client/server model is a computing model that acts as distributed application which partitions tasks or workloads between the providers of a resource or service, called servers, and service requesters, called clients.[1] Often clients and servers communicate over acomputer network on separate hardware, but both client and server may reside in the same system. A server machine is a host that is running one or more server programs which share their resources with clients. A client does not share any of its resources, but requests a server's content or service function. Clients therefore initiate communication sessions with servers which await incoming requests.Schematic clients-server interaction.The client/server characteristic describes the relationship of cooperating programs in an application. The server component provides a function or service to one or many clients, which initiate requests for such services. A notable example of this is the way OpenGLtreats the video card of a computer as a server, with the actual application making rendering requests to it. This model is further solidified with the OpenGL Shading Language, with the user writing small programs that live in video memory, and are requested from the main program through the graphics driver.Functions such as email exchange, web access and database access are built on the client/server model. Users accessing banking services from their computer use a web browser client to send a request to a web server at a bank. That program may in turn forward the request to its own database client program, which sends a request to a database server at another bank computer to retrieve the account information. The balance is returned to the bank database client, which in turn serves it back to the web browser client, displaying the results to the user. The client-server model has become one of the central ideas ofnetwork computing. Many business applications being written today use the client-server model, as do the Internet's main application protocols, such as HTTP, SMTP, Telnet, and DNS.The interaction between client and server is often described using sequence diagrams. The Unified Modeling Language has support for sequence diagrams.Specific types of clients include web browsers, email clients, and online chat clients.Specific types of servers include web servers, ftp servers, application servers, database servers, name servers, mail servers, file servers,print servers, and terminal servers. Most web services are also types of servers.


How do you wrte abrief description about client-server model?

The client/server model is a computing model that acts as a distributed application which partitions tasks or workloads between the providers of a resource or service, called servers, and service requesters, called clients.[1] Often clients and servers communicate over a computer network on separate hardware, but both client and server may reside in the same system. A server machine is a host that is running one or more server programs which share their resources with clients. A client does not share any of its resources, but requests a server's content or service function. Clients therefore initiate communication sessions with servers which await incoming requests


What is the term for a machine that contacts a server for information?

Machine asking for information from a server is a client. Machines can act as both clients and servers, depending on what action they're performing at the time. Kaustubh Nayak


What protocal used in dns?

Typically User Datagram Protocol (UDP) is used for both the request from the client and the response from the server. However, sometimes when the response from the server is larger, it may be handled with Transmission Control Protocol (TCP).


The Benefits of Using Your Computer Servers?

Computer servers are very useful to optimize both local and global computer networks. They work by allocating storage space and processor speed to one centralized location that is then accessible by other computers connected to these computer servers. This allows you to store data on the server so that the individual computers can be less cluttered and can operate faster and more effectively. In this way, computer servers can optimize efficiency whether you are in a small business environment or in a large corporation. However, be sure to choose computer servers that integrate size and price, since they are expensive.


What is the third element required to configure a WINDOWS 2000 system as a network client?

a protocol,both windows 200 and windows 9x required three element:


When a client computer sends a request to a Domain Name System (DNS) server, what type of packet is sent?

DNS primarily uses the User Datagram Protocol (UDP) on port number 53 to serve requests. DNS queries consist of a single UDP request from the client followed by a single UDP reply from the server. When the length of the answer exceeds 512 bytes and both client and server support EDNS, larger UDP packets are used.


How does a client determine the host name of the client computer?

Most operating systems have a methodology for determining the host name of a client. On the command line, the command is usually 'hostname', for both Windows and Unix/Linux. From the GUI Windows perspective, looking at the System or Computer properties will reveal the hostname.