Client-Server protocol implementation
#1
Smile 

iam a b.tech student currently wrkng on a prjct on cs protocol implementation. iam here to gather info about latest prjcts.
Reply
#2
Star 
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
Thumbs Up 
[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
#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
i want to total document of client server protocol

i want main documentation of this topic

Reply
#6
I think the attached file in projectsofme's post is a full report. please check it out.
Reply
#7
to get information about the topic client server protocol implementation full report ppt and related topic refer the page link bellow

http://studentbank.in/report-client-serv...ementation
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: location based remote client authentication protocol, seminar topics on client server, rsa client server, selective repeat protocol implementation in c, project on client server arch, cryptographically using secure server client protocol, client downloading text file from server java,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  Design and implementation of sms based notice board using 8 bit micro controller (gsm yeshwanth 13 10,485 21-01-2013, 05:03 PM
Last Post: kheelo
  Development of HTTP Caching Proxy Server (Java) vijaym87 2 1,420 08-12-2012, 03:21 PM
Last Post: seminar details
  Server tracker 1 902 13-03-2012, 11:41 PM
Last Post: Guest
  VHDL IMPLEMENTATION OF UART shivanibhan 1 3,701 13-03-2012, 04:02 PM
Last Post: Guest
  Implementation of Mobile/ Cell phone Jamming systems Design rajaram chavan 1 1,664 06-03-2012, 01:13 PM
Last Post: seminar paper
  miniproject using tcp client & server sakthisri 0 826 02-03-2012, 11:58 AM
Last Post: sakthisri
  implementation of a PLL in Matlab thugluq 0 874 29-02-2012, 01:31 PM
Last Post: thugluq
  implementation of uart using verilog chethankumarshetty 1 1,447 28-02-2012, 04:42 PM
Last Post: Guest
  client server protocol implementation yugesh 1 2,006 27-02-2012, 01:45 PM
Last Post: seminar paper
  vhdl implementation mehari 1 1,234 23-02-2012, 04:55 PM
Last Post: seminar paper

Forum Jump: