TASK 4 Guideline.

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

Network Layer and Transport Layer.
PROTOCOLS AND ARCHITECTURE Lesson 2 NETS2150/2850.
Chapter Extension 7 How the Internet Works © 2008 Prentice Hall, Experiencing MIS, David Kroenke.
Protocols and the TCP/IP Suite Chapter 4 (Stallings Book)
Jacob Boston Josh Pfeifer. Definition of HyperText Transfer Protocol How HTTP works How Websites work GoDaddy.com OSI Model Networking.
1 Pertemuan 7 Communication Protocols for E-Business Matakuliah: M0284/Teknologi & Infrastruktur E-Business Tahun: 2005 Versi: >
Protocols and the TCP/IP Suite
Computer Network Architecture and Programming
Understanding Networks. Objectives Compare client and network operating systems Learn about local area network technologies, including Ethernet, Token.
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.
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.
Syllabus outcomes Describes and applies problem-solving processes when creating solutions Designs, produces and evaluates appropriate solutions.
Presentation on Osi & TCP/IP MODEL
What is a Protocol A set of definitions and rules defining the method by which data is transferred between two or more entities or systems. The key elements.
ACM 511 Chapter 2. Communication Communicating the Messages The best approach is to divide the data into smaller, more manageable pieces to send over.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Network Services Networking for Home and Small Businesses – Chapter 6.
THE OSI REFERENCE MODEL Open Systems Interconnection (OSI) International Organization for Standardization( ISO)
Computer Networks. Introduction Computer Network2 A History Lesson of Networking 1969 – ARPANET, first packet switched network consist of UCLA, Stanford,
Information Flow Across the Internet. What is the Internet? A large group of computers that link together to form the Worldwide Area Network (WAN)
Internet Protocol B Bhupendra Ratha, Lecturer School of Library and Information Science Devi Ahilya University, Indore
Chapter 15 – Part 2 Networks The Internal Operating System The Architecture of Computer Hardware and Systems Software: An Information Technology Approach.
INTRANETS MR ROSS UNIT 3 IT APPLICATIONS. DEFINITION An intranet is an internal, secured environment that has a similar look and feel to the Internet,
CHAPTER 4 PROTOCOLS AND THE TCP/IP SUITE Acknowledgement: The Slides Were Provided By Cory Beard, William Stallings For Their Textbook “Wireless Communication.
Chapter 2 Network Models
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.
Lecture # 02 Network Models Course Instructor: Engr. Sana Ziafat.
TCP/IP. The idea behind TCP/IP is exactly the same we explained about the OSI reference model: when transmitting data, programs talk to the Application.
Transmission Control Protocol (TCP) Internet Protocol (IP)
The OSI Model A Framework for Communications David A. Abarca July 19, 2005.
What is a Protocol A set of definitions and rules defining the method by which data is transferred between two or more entities or systems. The key elements.
Networking Using the OSI Model.
Protocols and the TCP/IP Suite
Lecture (2).
Computer Networks.
Computer Networks.
OSI model vs. TCP/IP MODEL
Distributed Systems.
Click to edit Master subtitle style
Chap. 2 Network Models.
Introduction To Web Design
Lec 2: Protocols.
Layered Architectures
Using MIS 2e Chapter 6 Appendix
Instructor Materials Chapter 3: Network Protocols and Communications
IOS Network Model 2nd semester
Web Development & Design Chapter 1, Sections 4, 5 & 6
The “Internet”.
Protocols and the TCP/IP Suite
Data and Computer Communications by William Stallings Eighth Edition
Chapter 3: Open Systems Interconnection (OSI) Model
ACT102 Introduction to web design
Network Protocol Layers
Web Design & Development
CS134 Web Design & Development
ECEN “Internet Protocols and Modeling”
ACT102 Introduction to web design
TCP/IP Protocol Suite: Review
Lecture 2: Overview of TCP/IP protocol
Protocols 2 Key Revision Points.
Protocols & Packet Switching
Protocols and the TCP/IP Suite
Protocol Application TCP/IP Layer Model
INFORMATION FLOW ACROSS THE INTERNET
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.
Objectives: 1.Identify different internet protocol (IP) 2.Configure sample of IP address 3.Appreciate and relate protocol in our life.
Presentation transcript:

TASK 4 Guideline

Network Models (Data Communications and Networking) There are many ways to describe and analyze data communications networks. All networks provide the same basic functions to transfer a message from sender to receiver, but each network can use different network hardware and software to provide these functions. All of these hardware and software products have to work together to successfully transfer a message. One way to accomplish this is to break the entire set of communications functions into a series of layers, each of which can be defined separately. In this way, vendors can develop software and hardware to provide the functions of each layer separately. The software or hardware can work in any manner and can be easily updated and improved, as long as the interface between that layer and the ones around it remain unchanged. Each piece of hardware and software can then work together in the overall network. There are many different ways in which the network layers can be designed. The two most important network models are the Open Systems Interconnection Reference (OSI) model and the Internet model.

. OSI Model

OSI - Model (Open System Interconnection model) : is a seven-layer model used to visualize computer networks. The OSI model is an extremely useful tool for development and problem-solving.

Computer Science Grade 10 User input and output data Using Microsoft word , internet browser Where Operating System lies (ios , Windows 10) Maintaining session between OS and presentation layer Determine what data and how much data is sent to avoid device crash Where routers work, and IP address come from. Determine sender receiver IP addresses Where switches work. Detect and fix packet errors. MAC address Physical hardware the makes network. Ethernet cables, Bluetooth …etc. Computer Science Grade 10

. TCP / IP/ HTTP Model

What is network Protocol? A protocol is a set of rules that set data transmission so that a particular type of data will be formatted in a certain way. A protocol provides a standard way to interact with networked computers. Three Main techniques used in communication protocols: Agree on method used. Agree on language. Confirmation of message delivery.

TCP / IP (Delivery ) Model TCP/IP is Transmission Control Protocol/ Internet Protocol, consists of a set of standards that control how data is sent across networks including the internet. TCP is in charge of the reliable delivery of information IP is in charge of routing, using the IP addressing mechanism.

HTTP The Hypertext Transfer Protocol (HTTP) is the foundation of data communication for the World Wide Web. Hypertext is structured text that uses logical links (hyperlinks) between nodes containing text. HTTP is the protocol to exchange or transfer hypertext