Jacob Boston Josh Pfeifer. Definition of HyperText Transfer Protocol How HTTP works How Websites work GoDaddy.com OSI Model Networking.

Slides:



Advertisements
Similar presentations
Click to continue Network Protocols. Click to continue Networking Protocols A protocol defines the rules of procedures, which computers must obey when.
Advertisements

Introduction to TCP/IP
International Standards Organization Open Systems Interconnect (OSI) Reference Model Advanced Computer Networks.
1ISM - © 2010 Houman Younessi Lecture 5 Convener: Houman Younessi Information Systems Spring 2011.
Layer 7- Application Layer
1-1 Introduction to Computer Networks and Data Communications.
Chapter 15 – Part 2 Networks The Internal Operating System The Architecture of Computer Hardware and Systems Software: An Information Technology Approach.
Protocols and the TCP/IP Suite
OSI Model.
EE 4272Spring, 2003 EE4272: Computer Networks Instructor: Tricia Chigan Dept.: Elec. & Comp. Eng. Spring, 2003.
Understanding Networks. Objectives Compare client and network operating systems Learn about local area network technologies, including Ethernet, Token.
OSI Model 7 Layers 7. Application Layer 6. Presentation Layer
Data Networking Fundamentals Unit 7 7/2/ Modified by: Brierley.
COMPUTER NETWORKS.
 The Open Systems Interconnection model (OSI model) is a product of the Open Systems Interconnection effort at the International Organization for Standardization.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Communicating over the Network Network Fundamentals – Chapter 2.
OIS Model TCP/IP Model.
©Brooks/Cole, 2003 Chapter 6 Computer Networks. ©Brooks/Cole, 2003 Understand the rationale for the existence of networks. Distinguish between the three.
Lecturer: Tamanna Haque Nipa
Lecture slides prepared for “Business Data Communications”, 7/e, by William Stallings and Tom Case, Chapter 8 “TCP/IP”.
IP Network Basics. For Internal Use Only ▲ Internal Use Only ▲ Course Objectives Grasp the basic knowledge of network Understand network evolution history.
Protocols and the TCP/IP Suite Chapter 4. Multilayer communication. A series of layers, each built upon the one below it. The purpose of each layer is.
Data Communications and Networks
Introducing Network Standards
Chapter 1: Introduction to Web Applications. This chapter gives an overview of the Internet, and where the World Wide Web fits in. It then outlines the.
Internet Addresses. Universal Identifiers Universal Communication Service - Communication system which allows any host to communicate with any other host.
Networks – Network Architecture Network architecture is specification of design principles (including data formats and procedures) for creating a network.
© McLean HIGHER COMPUTER NETWORKING Lesson 1 – Protocols and OSI What is a network protocol Description of the OSI model.
Unit27-networking BTEC NAT – UNIT 27 NETWORKING OSI MODEL Unit Leader:Dave Bell
CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 1/30 Protocols and Standards Protocols and Standards Protocols Standards.
Component 9 – Networking and Health Information Exchange Unit 1-1 ISO Open Systems Interconnection (OSI) This material was developed by Duke University,
Okay, here’s a scenario… You’re sitting at a computer…. Type in www. yourcompany.com As soon as you click on search your browser will ask your Operation.
The OSI Model.
TCP/IP Transport and Application (Topic 6)
The Inter-network is a big network of networks.. The five-layer networking model for the internet.
Internet Protocol B Bhupendra Ratha, Lecturer School of Library and Information Science Devi Ahilya University, Indore
NSH0503/01/11041 Overview Computer Network Technology By Diyurman Gea.
Chapter 15 – Part 2 Networks The Internal Operating System The Architecture of Computer Hardware and Systems Software: An Information Technology Approach.
An Introduction to Networking
OSI Reference Model. Open Systems Interconnection (OSI) Model International standard organization (ISO) established a committee in 1977 to develop an.
Network Protocols and Standards (Part 2). The OSI Model In 1984, the International Organization for Standardization (ISO) defined a standard, or set of.
CHAPTER 4 PROTOCOLS AND THE TCP/IP SUITE Acknowledgement: The Slides Were Provided By Cory Beard, William Stallings For Their Textbook “Wireless Communication.
Open System Interconnection Describe how information from a software application in one computer moves through a network medium to a software application.
Individual Project 1 Sarah Pritchard. Fran, a customer of your company, would like to visit your company’s website from her home computer… How does your.
1 Chapter 4. Protocols and the TCP/IP Suite Wen-Shyang Hwang KUAS EE.
Net 221D:Computer Networks Fundamentals
ISDS 4120 Project 1 DWAYNE CARRAL JR 3/27/15. There are seven layers which make up the OSI (Open Systems Interconnection Model) which is the model for.
Lecture # 02 Network Models Course Instructor: Engr. Sana Ziafat.
Sy Le CS 147.  Process of transferring information between computers virtually anywhere in the world.
2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
OSI ARCHITECTURE IN OSI, ACTUAL INFORMATION IS OVERHEADED BY PROTOCOL LAYERS IF ALL SEVEN LAYERS ARE OVERHEADED, THEN AS LITTLE AS 15% OF THE TRANSMITTED.
The OSI Model An ISO (International standard Organization) that covers all aspects of network communications is the Open System Interconnection (OSI) model.
The OSI Model An overview of the media layer (Physical, Data Link, Network) By Luke Shiffner.
Network Models. The OSI Model Open Systems Interconnection (OSI). Developed by the International Organization for Standardization (ISO). Model for understanding.
The OSI Model. Understanding the OSI Model In early 1980s, manufacturers began to standardize networking so that networks from different manufacturers.
Chapter Objectives In this chapter, you will learn:
The OSI Model & TCP/IP model
Computer Networks.
Lec 5 Layers Computer Networks Al-Mustansiryah University
TASK 4 Guideline.
Protocols and the TCP/IP Suite
Chapter 3: Open Systems Interconnection (OSI) Model
1 TRANSMISSION CONTROL PROTOCOL / INTERNET PROTOCOL (TCP/IP) K. PALANIVEL Systems Analyst, Computer Centre Pondicherry University, Puducherry –
Protocols and the TCP/IP Suite
Unit-3.
Protocol Application TCP/IP Layer Model
OSI Reference Model Unit II
OSI Model 7 Layers 7. Application Layer 6. Presentation Layer
Open System Interconnect (OSI).
LEARNING COMPUTER NETWORKS OSI Model (layers). Why a layered model?  Easier to teach communication process.  Speeds development, changes in one layer.
Presentation transcript:

Jacob Boston Josh Pfeifer

Definition of HyperText Transfer Protocol How HTTP works How Websites work GoDaddy.com OSI Model Networking

 Hypertext Transfer Protocol ( HTTP ) is a communications protocol used to transfer or convey information on intranets and the World Wide Web.  Its original purpose was to provide a way to publish and retrieve hypertext pages.  Developed by the W3C and IETF

 Step 1: Parsing the URL  Getting ahold of document  Step 2: Sending the request  GETrequest-URI HTTP/version  Step 3: The server response  Located appropriate document and return it

 Domain Names  A simple file that attached with a name that mapped itself to a particular IP address.  Network Information Center  Made it easier to establish links with other computers  Godaddy Godaddy  Internet Protocol  The language computers use to communicated over the internet

 A website is typically a collection of web pages, graphics, and other elements which are linked together to form a larger, structured document (like an interactive book).  All pages and other elements are placed in a folder on a host server.  An internet address (URL) is assigned to this folder, so that when a browser asks for your site it will know where to look.

 Open Systems Interconnection Basic Reference Model or OSI Seven Layer Model  OSI Model is a layered, abstract description for communications and computer network protocol design, developed as part of the Open Systems Interconnection (OSI) initiative.  7 Layers of the OSI Model: 7.Application 6.Presentation 5.Session 4.Transport 3.Network 2.Data Link 1.Physical

 Application Layer  Interfaces directly to and performs common application services for the application processes.  It also issues requests to the Presentation layer.  Network process to application.  Presentation layer  Responsible for the delivery and formatting of information to the application layer for further processing or display.  Data representation and encryption.  Session Layer  Controls the dialogues/connections (sessions) between computers.  It establishes, manages and terminates the connections between the local and remote application.  Interhost communication.

 Transport Layer  Provides transparent transfer of data between end users, providing reliable data transfer services to the upper layers.  End-to-end connections and reliability (TCP)  Network Layer  Provides the functional and procedural means of transferring variable length data sequences from a source to a destination via one or more networks while maintaining the quality of service requested by the Transport layer.  Path determination and logical addressing (IP)

 Data Link Layer  Provides the functional and procedural means to transfer data between network entities and to detect and possibly correct errors that may occur in the Physical layer.  Physical addressing (MAC & LLC)  Physical Layer  The physical layer is the most basic network layer, providing only the means of transmitting raw bits rather than packets over a physical data link connecting network nodes.  Media, signal and binary transmission  ACTIVITY

 Definition: The communications media, devices, and software needed to connect two or more computer systems or devices.  Network Nodes  Networking Trends  Increasing among businesses

 Personal Area Network (PAN)  Local Area Network (LAN)  Metropolitan Area Network (MAN)  Wide Area Networks (WAN)  International Networks  Network Topology Network Topology  Logical model that describes how networks are structured or configured.

Information Covered Definition of HyperText Transfer Protocol How HTTP works How Websites work GoDaddy.com OSI Model Networking

Questions?