TCP/IP Web Design & Layout January 23, 2012. TCP/IP For Dummies The guts and the rules of the...

7
TCP/IP Web Design & Layout January 23, 2012

Transcript of TCP/IP Web Design & Layout January 23, 2012. TCP/IP For Dummies The guts and the rules of the...

Page 1: TCP/IP Web Design & Layout January 23, 2012. TCP/IP For Dummies  The guts and the rules of the Internet and World Wide Web. A set of protocols, services,

TCP/IPWeb Design & Layout

January 23, 2012

Page 2: TCP/IP Web Design & Layout January 23, 2012. TCP/IP For Dummies  The guts and the rules of the Internet and World Wide Web. A set of protocols, services,

TCP/IP For Dummies

The guts and the rules of the Internet and World Wide Web. A set of protocols, services, and applications for linking computers of all kinds.

Page 3: TCP/IP Web Design & Layout January 23, 2012. TCP/IP For Dummies  The guts and the rules of the Internet and World Wide Web. A set of protocols, services,

Definitions

TCP: Transmission Control Protocol IP: Internet Protocol TCP/IP is the basic communication

language or protocol of the Internet. When you are set up with direct access to

the Internet, your computer is provided with a copy of the TCP/IP program just as every other computer that you may send messages to or get information from also has a copy of TCP/IP.

Page 4: TCP/IP Web Design & Layout January 23, 2012. TCP/IP For Dummies  The guts and the rules of the Internet and World Wide Web. A set of protocols, services,

TCP/IP is a two-layer program. The higher layer, Transmission Control Protocol, manages the assembling of a message or file into smaller packets that are transmitted over the Internet and received by a TCP layer that reassembles the packets into the original message.

The lower layer, Internet Protocol, handles the address part of each packet so that it gets to the right destination. Each gateway computer on the network checks this address to see where to forward the message. Even though some packets from the same message are routed differently than others, they'll be reassembled at the destination.

Two-Layer Program

Page 5: TCP/IP Web Design & Layout January 23, 2012. TCP/IP For Dummies  The guts and the rules of the Internet and World Wide Web. A set of protocols, services,

Communication

TCP/IP uses the client/server model of communication in which a computer user (a client) requests and is provided a service (such as sending a Web page) by another computer (a server) in the network.

TCP/IP communication is primarily point-to-point, meaning each communication is from one point (or host computer) in the network to another point or host computer.

TCP/IP and the higher-level applications that use it are collectively said to be "stateless" because each client request is considered a new request unrelated to any previous one (unlike ordinary phone conversations that require a dedicated connection for the call duration). Being stateless frees network paths so that everyone can use them continuously.

Page 7: TCP/IP Web Design & Layout January 23, 2012. TCP/IP For Dummies  The guts and the rules of the Internet and World Wide Web. A set of protocols, services,

HTTP://EN.WIKIPEDIA.ORG/WIKI/TCP/IPHTTP://SEARCHNETWORKING.TECHTARGET.COM/DEFINITION/TCP-IP HTTP://WWW.DUMMIES.COM/HOW-TO/CONTENT/TCPIP-FOR-DUMMIES-CHEAT-SHEET.HTML

Sources