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,

Slides:



Advertisements
Similar presentations
Routing Routing in an internetwork is the process of directing the transmission of data across two connected networks. Bridges seem to do this function.
Advertisements

The Internet and the World Wide Web. Una DooneySlide 2Internet and WWW What is the Internet? This is the physical infrastructure or backbone of computers,
TCP/IP MODEL Maninder Kaur
Copyright © 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill Education.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Network Services Networking for Home and Small Businesses – Chapter 6.
Network Layer and Transport Layer.
Skills: Concepts: layered protocols, transport layer functions, TCP and UDP protocols, isochronous applications This work is licensed under a Creative.
TCP/IP: the transport layer Skills: none IT concepts: layered protocols, transport layer functions, TCP and UDP protocols, isochronous applications This.
TCP/IP summary Skills: none IT concepts: review This work is licensed under a Creative Commons Attribution-Noncommercial- Share Alike 3.0 License.
Copyright © 2002 Pearson Education, Inc. Slide 3-1 PERTEMUAN 5.
The Internet and the World Wide Web. Una DooneyThe Internet and WWWSlide 2 What is the Internet? A collection of networks (LANS and WANS) around the world.
The internet layer Skills: None IT concepts: layered protocols, the internet layer, IP protocol, router, dumb (“end-to- end,” “neutral”) networks This.
Vocabulary URL = uniform resource locator: web address protocol –set of rules that networked computers follow in order to share data and coordinate communications.
Transmission Control Protocol Internet Protocol TCP/IP.
Chapter 3 The Basics of Networking
Syllabus outcomes Describes and applies problem-solving processes when creating solutions Designs, produces and evaluates appropriate solutions.
 TCP/IP is the communication protocol for the Internet  TCP/IP defines how electronic devices should be connected to the Internet, and how data should.
FCN week 10 lThe need for standards lStandards organisations lOSI model lTCP/IP model Network Standards and Models.
2013Dr. Ali Rodan 1 Handout 1 Fundamentals of the Internet.
1999 Asian Women's Network Training Workshop 1 Technical Terms We Can’t Avoid.
INTERNET DATA FLOW Created by David Whitchurch for ISDS 4120 Louisiana State University.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Network Services Networking for Home and Small Businesses – Chapter.
Networks – Network Architecture Network architecture is specification of design principles (including data formats and procedures) for creating a network.
Networks QUME 185 Introduction to Computer Applications.
Chongseok Park 1.  It is a global system of interconnected computer networks that use the standard Internet protocol suite and it serves billions.
Network Services Networking for Home & Small Business.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Network Services Networking for Home and Small Businesses – Chapter 6.
I. Basic Network Concepts. I.1 Networks Network Node Address Packet Protocol.
15-1 Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources.
Internetworking – What is internetworking? Connect multiple networks of one or more organizations into a large, uniform communication system. The resulting.
The Internet Trisha Cummings ITE115. What is the Internet? The Internet is a world-wide network of computer networks that use a common communications.
The Internet The internet is simply a worldwide computer network that uses standardised communication protocols to transmit and exchange data.
Basics of Web Design Objectives: Learn the definition of what the Internet is Understand the concept of the World Wide Web Gain insight into Web Vocabulary.
Internet Protocol B Bhupendra Ratha, Lecturer School of Library and Information Science Devi Ahilya University, Indore
Exploring Office 2003 – Grauer and Barber HTML And Basic Web page.
Copyright © 2006 Pearson Addison-Wesley. All rights reserved. 3-1.
Presented by Rebecca Meinhold But How Does the Internet Work?
TCP/IP (Transmission Control Protocol / Internet Protocol)
IT ELECTRONIC COMMERCE THEORY NOTES
Network and the internet Part eight Introduction to computer, 2nd semester, 2009/2010 Mr.Nael Aburas Faculty of Information.
S305 – Network Infrastructure Chapter 5 Network and Transport Layers.
INTERNET PROTOCOLS. Microsoft’s Internet Information Server Home Page Figure IT2031 UNIT-3.
TCP =Transmission Control Protocol IP = Internet Protocol TCP/IP Protocol.
Networks. Ethernet  Invented by Dr. Robert Metcalfe in 1970 at Xerox Palo Alto Research Center  Allows group of computers to communicate in a Local.
Introduction Chapter 1. Business Applications of Networks A network with two clients and one server. Client-Server Model.
Internet Infrastructure Mapping the World Wide Web.
ITIS 1210 Introduction to Web-Based Information Systems Chapter 3. How TCP/IP Works.
TCP-IP: Sliding Window protocol Sameer --- Brief description about the concept (1-2 lines)‏
The OSI Model. Understanding the OSI Model In early 1980s, manufacturers began to standardize networking so that networks from different manufacturers.
Week-7 (Lecture-1) Internet Protocols: TCP/IP, Client Server: Protocol: Specification in networking and Communications It defines the procedures to be.
Unit 1 Lesson 13. Basic understanding of what HTTP is HTTP like DNS is an ASCII-text based protocol - it’s just two computers sending text messages to.
Chapter 5 Network and Transport Layers
HTTP and Abstraction on the Internet
How is all that data traffic controlled on the Internet?
HTTP and Abstraction on the Internet
Vocabulary Prototype: A preliminary sketch of an idea or model for something new. It’s the original drawing from which something real might be built or.
Copyright © 2006 Pearson Addison-Wesley. All rights reserved.
Professional Web Designing For Absolute Beginners
Vocabulary Prototype: A preliminary sketch of an idea or model for something new. It’s the original drawing from which something real might be built or.
Web Development & Design Chapter 1, Sections 4, 5 & 6
The “Internet”.
Copyright © 2006 Pearson Addison-Wesley. All rights reserved.
Web Design & Development
HTTP and Abstraction on the Internet / The Need for DNS
Protocols 2 Key Revision Points.
Network and the internet
Protocol Application TCP/IP Layer Model
INFORMATION FLOW ACROSS THE INTERNET
Kyle Broussard, Alexandra Mikolai,
Computer Networks Protocols
Presentation transcript:

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, and applications for linking computers of all kinds.

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.

 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

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.

Tutorial Video

N/TCP-IP FOR-DUMMIES-CHEAT-SHEET.HTML Sources