Network Programming
#1

[attachment=15378]
1 Introduction
Protocol - a set of rules and conventions between the communicating participants. The client and the server communicate with each other using some protocol. Eg: Let the web client like browser make a HTTP request to the HTTP server. The client initiating connection with server is called synchronous. If server makes connection with client is called asynchronous callback communication.
Network application: client and server.
Multiple clients communicating with same server

Multiple clients can communicate with the same server at the same time. Eg: Opening multiple browser windows and requesting the same webpage from the same server.
If the client and the servers are on the different LAN’s, they are connected through WAN. Routers are building blocks of WAN. The largest WAN today is the Internet.
OSI Model
Layer 7: The application layer...This is the layer at which communication partners are identified, quality of service is identified, user authentication and privacy are considered, and any constraints on data syntax are identified. (This layer is not the application itself, although some applications may perform application layer functions.)
Layer 6: The presentation layer...This is a layer, usually part of an operating system, that converts incoming and outgoing data from one presentation format to another (for example, from a text stream into a popup window with the newly arrived text). Sometimes called the syntax layer.
Layer 5: The session layer...This layer sets up, coordinates, and terminates conversations, exchanges, and dialogs between the applications at each end. It deals with session and connection coordination.
Layer 4: The transport layer...This layer manages the end-to-end control (for example, determining whether all packets have arrived) and error-checking. It ensures complete data transfer.
Layer 3: The network layer...This layer handles the routing of the data (sending it in the right direction to the right destination on outgoing transmissions and receiving incoming transmissions at the packet level). The network layer does routing and forwarding.
Layer 2: The data-link layer...This layer provides synchronization for the physical level and does bit-stuffing for strings of 1's in excess of 5. It furnishes transmission protocol knowledge and management.
Layer 1: The physical layer...This layer conveys the bit stream through the network at the electrical and mechanical level. It provides the hardware means of sending and receiving data on a carrier.
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: projects in network programming, network programming security seminar ppt, network programming seminar topics, ns2 network programming project abstract, network programming viva questions pdf,

[-]
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
  A neural network based artificial vision system for licence plate recognition on reception projectsofme 2 2,768 27-07-2013, 11:57 AM
Last Post: computer topic
  Secured Data Transmission through Network seminar surveyer 2 2,327 26-04-2013, 02:02 PM
Last Post: computer topic
  Automatic power meter reading system using GSM network Electrical Fan 16 14,434 11-04-2013, 11:02 AM
Last Post: computer topic
  Toward Practical Opportunistic Routing With Intra-Session Network Coding seminar class 1 1,629 22-11-2012, 01:26 PM
Last Post: seminar details
  On-line emission and economic load dispatch using adaptive Hopfield neural network computer science topics 4 3,427 24-10-2012, 04:02 PM
Last Post: seminar details
  ARM Programming computer girl 0 681 05-06-2012, 01:46 PM
Last Post: computer girl
  A REMOTE HOME SECURITY SYSTEM BASED ON WIRELESS SENSOR NETWORK, ZIGBEE AND GSM TECHN seminar surveyer 5 9,520 24-02-2012, 12:54 PM
Last Post: seminar paper
  BANDWIDTH ESTIMATION FOR IEEE 802.11 BASED ADHOC NETWORK computer science crazy 6 5,077 15-02-2012, 02:01 PM
Last Post: dtanvi
  PGS: Parking Guidance System based on Wireless Sensor Network seminar class 1 1,985 14-02-2012, 01:24 PM
Last Post: seminar paper
  Neural Network-Based Face Detection computer science crazy 2 2,001 13-02-2012, 02:30 PM
Last Post: seminar paper

Forum Jump: