Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Client-Server protocol implementation
#1

[attachment=5591]
Client Server Protocol Implementation


Abstract
This project is to implement the Client-Server Protocol Implementation. The dream global communication is solved in a great deal by the introduction of Internet. This made the necessity of networking in communication clear. The internet protocol TCP/IP uses computers called gateways, which provide all interconnections among physical networks. A gateway is a special purpose, dedicated computer that attaches to two or more networks and routes packets from one to other. It will be having the information regarding the network connected to it. The gateways exchange routing information periodically to accommodate network changes and keep their route up-to-date.
This protocol permits a new core gateway to be added to the internet without modifying the existing gateways. Whenever a new core gateway is added to the existing internet it will be assigned to one or more neighbours with which it communicates, the neighbours already members of the working internet have already propagated routing information among themselves. Thus the gateway has to inform its neighbours about the network it could reach so that they can update the routing table and propagate the information to the remaining gateways in the internet.

Existing System
The present system is having different networks for each department. Where in the files have to be manually transferred. which is not a good way of practice of file transfer, for that we have given this proposed system. Where the file transfer is done through the networks.
Proposed System
In the proposed system all the sub-networks are added to the gateway and the transfer of the different document and file takes place through this gate way. Where we can not only reduce the delay in file transfer but also we can maintain the log.
Scope of the System
The proposed system scope is network. We are using this system through out the network connected through wire. In future it can be enhanced to be a global communication medium for multinational companies.
Adding and deleting a network to a gateway
Creating and displaying a route table for a gateway
Sending and updating the routing message
Create a log file
ICMP implemented for error correction and reporting
Reply

#2
ASTRACT

Client-Server Protocol is one of three basic groups of NOSs' (Network Operating System). The Protocol enables one machine to be dedicated to resources.There is an extremely high level of protection and organization that permits extensive control of data. This machine is called a dedicated server.In computing, a client-server protocol is a protocol in which there is a single server which listens for connections, usually on a specific port (if this is TCP, UDP, or a similar protocol), and one or more clients which connect to it.Programs written to use TCP are developed using the client-server model.The client application initiates what is called an active open. It creates a socket and actively attempts to connect to a server program. On the other hand, the server application creates a socket and passively listens for incoming connections from clients, performing what is called a passive open.

To review, there are five significant steps that a program which uses TCP must take to establish and complete a connection. The server side would follow these steps:

Create a socket.
Listen for incoming connections from clients.
Accept the client connection.
Send and receive information.
Close the socket when finished, terminating the conversation.

In the case of the client, these steps are followed:

Create a socket.
Specify the address and service port of the server program.
Establish the connection with the server.
Send and receive information.
Close the socket when finished, terminating the conversation.
Reply

#3
to get information about the topic client server protocol implementation full report ppt and related topic refer the page link bellow

http://seminarsprojects.net/Thread-clien...ementation
Reply

#4
hi, good evenig.
please send the total documentation of client server protocol implementation.

hi, good evenig.
please send the total ppt's of client server protocol implementation.
Reply

#5
iam a b.tech student currently wrkng on a prjct on cs protocol implementation. iam here to gather info about latest prjcts.
Reply

#6
i want to total document of client server protocol

i want main documentation of this topic
Reply

#7
I think the attached file in projectsofme's post is a full report. please check it out.
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

Powered By MyBB, © 2002-2024 iAndrew & Melroy van den Berg.