Advanced Higher Computing Computer Networking Topic 1: Network Protocols and Standards.

Slides:



Advertisements
Similar presentations
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Chapter 3: Network Protocols and Communications Introduction to Networks.
Advertisements

1 Packet Switching, Layer Models and Protocol Suites Data Communications and Computer Networks Asst. Prof. Chaiporn Jaikaeo, Ph.D.
IST 201 Chapter 9. TCP/IP Model Application Transport Internet Network Access.
Open System Interconnection
CCNA 1 v3.1 Module 11 Review.
TCP/IP Networks. Table of Contents Computer networks, layers, protocols, interfaces; OSI reference model; TCP/IP reference model; Internet Protocol (operations,
Protocols and the TCP/IP Suite
Chapter 1 Read (again) chapter 1.
Inside the Internet. INTERNET ARCHITECTURE The Internet system consists of a number of interconnected packet networks supporting communication among host.
OSI Reference Model An overview. Standards and the internet International Organization for Standardization ISO 70’s.
ECS152BXin Liu 1 ECS 152B Computer Networks Fall 2003 Prof. Xin Liu
Protocol Architecture The “Common Language”. Copyright by Jorg Liebeherr 98, 99 Need for Protocols Protocols are a set of rules and conventions. By enforcing.
 The Open Systems Interconnection model (OSI model) is a product of the Open Systems Interconnection effort at the International Organization for Standardization.
1 OSI vs. TCP/IP Compare the protocol layers of the OSI and TCP/IP Model COSC 513 Operation Systems Professor: Anvari Name: Chang-Kui Ding SID:
1.  A protocol is a set of rules that governs the communications between computers on a network.  Functions of protocols:  Addressing  Data Packet.
Internet TCP/IP Cameron Schmidt Jordan Gallo. Outline History TCP/IP Layers Applications Transport Internetwork – IPV6 Network Interface and Hardware.
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.
Module 1: Reviewing the Suite of TCP/IP Protocols.
OSI AND TCP/IP MODELS. Outline Introduction OSI Model TCP/IP Model IPv4 vs. IPv6.
Chapter 9.
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Chapter 3: Network Protocols and Communications Introduction to Networks.
TCP/IP and the Internet ARPANET (1969) –R&D network funded by DARPA. –Packet Switching Survive nuclear war. –Experimental to operational (1975). –Not suitable.
Presentation_ID 1 © 2008 Cisco Systems, Inc. All rights reserved.Cisco Confidential Chapter 3: Network Protocols and Communications.
Bob Baker Open Systems Interconnection OSI Reference model –Layer 7 application –Layer 6 presentation –Layer 5 session –Layer 4 transport –Layer 3 network.
Computer Communication & Networks Lecture # 02 Nadeem Majeed Choudhary
THE OSI REFERENCE MODEL Open Systems Interconnection (OSI) International Organization for Standardization( ISO)
1 Review - OSI Model n OSI Reference Model u represents the communications process. u 7 layers: physical, data link, network, transport, session, presentation.
Introduction to Networks CS587x Lecture 1 Department of Computer Science Iowa State University.
Introduction to Packet Accelerator (PA). Communication Models Network Access Ethernet ARP FDDI Internet IP Host-to-Host TCP UDP Application TELNET FTP.
CS 6401 Internetworking Outline Internet Architecture Best Effort Service Model.
TCOM 509 – Internet Protocols (TCP/IP) Lecture 03_b Protocol Layering Instructor: Dr. Li-Chuan Chen Date: 09/15/2003 Based in part upon slides of Prof.
1 TCP/IP, Addressing and Services S. Hussain Ali M.S. (Computer Engineering) Department of Computer Engineering King Fahd University of Petroleum and Minerals.
Computer Security Workshops Networking 101. Reasons To Know Networking In Regard to Computer Security To understand the flow of information on the Internet.
Network Protocols n ISO OSI 7-layer model n TCP/IP suite l TCP/UDP l IP l Ethernet/Token Ring l ICMP.
Network Architecture Models School of Business Eastern Illinois University © Abdou Illia, Spring 2007 (Week 2, Thursday 1/18/2007)
Chapter 2 Protocols and the TCP/IP Suite 1 Chapter 2 Protocols and the TCP/IP Suite.
Data Communications and Networks
TCP/IP MODEL   Short overview for OSI model;  What is TCP/IP model?;  How is divided;  The TCP/IP structure;  The Application Layer;  The Transport.
Network Protocols Quiz ©Richard L. Goldman June 12, 2002.
1 Chapters 2 & 3 Computer Networking Review – The TCP/IP Protocol Architecture.
1 Bus topology network. 2 Data is sent to all computers, but only the destination computer accepts 02608c
Slide #1 CIT 380: Securing Computer Systems TCP/IP.
The OSI Reference Model Data Communications and Networks Mr. Greg Vogl Uganda Martyrs University Lecture 3, 21 March 2003.
BZUPAGES.COM Standardized Protocol Architectures  Vendors like standards because they make their products more marketable  Customers like standards because.
Fall 2004FSU CIS 5930 Internet Protocols1 TCP/IP Protocol Suite Reading: Chapter 13.
Saeed Darvish Pazoki – MCSE, CCNA Abstracted From: Cisco Press – ICND 1 – Chapter 2 Sybex – CCNA Study Guide The TCP/IP and OSI Networking Models 1.
Advanced Higher Computing Computer Networking Topic 1: Network Protocols and Standards.
The OSI Model. Understanding the OSI Model In early 1980s, manufacturers began to standardize networking so that networks from different manufacturers.
Lecture 4 : Network Architectures (cont..) 1. 2 Summary of OSI Layers.
11/18/2016Basic TCP/IP Networking 1 TCP/IP Overview Basic Networking Concepts.
Chapter 3: Network Protocols and Communications
Networking Using the OSI Model.
Introduction to Technology Infrastructure
TCP/IP (Original) Application Transport Internet Network Access TCP/IP
Chapter 3 Understanding the OSI Model
Part I. Overview of Data Communications and Networking
OSI Protocol Stack Given the post man exemple.
Lec 2: Protocols.
Introduction to Technology Infrastructure
Protocols and the TCP/IP Suite
مهندسی اینترنتت ارائه دهنده دکتر سيد امين حسيني
Network Protocol Layers
Find the Critical Path and the Time Required
Internet & Web.
Chapter 1. Introduction Data Communications
Network Models CCNA Instructor Training Course October 12-17, 2009
Introduction to TCP/IP
Network Architecture Models
Protocols and the TCP/IP Suite
Open System Interconnect (OSI).
Presentation transcript:

Advanced Higher Computing Computer Networking Topic 1: Network Protocols and Standards

Standards Standards are needed to guarantee interoperability of both hardware and software Standards can be established by agreement or imposed by a dominant manufacturer

Standards Organisations The International Standards Organisation (ISO) The Institute of Electronic Electrical Engineers (IEEE) The Internet Engineering Task Force (IETF) Internet Architecture Board (IAB)

Advantages and Disadvantages Standards guarantee interoperability Standards are public Standards can impede development Standards can make security harder

The OSI Network model Application Presentation Session Transport Network Data Link Physical Layers are: Modular and Transparent

The Internet Architecture Model Application Transport Internet Network

Mapping TCP/IP to OSI ISO/OSI model Internet Architecture Model Protocols / Standards Application Layer Telnet, FTP, POP3, SMTP, DNS Presentation Layer Session Layer Transport Layer TCP, UDP Network LayerInternet Layer IP, ICMP Data Link Network Layer SLIP, PPP, Ethernet, Token Ring (FDDI), ATM Physical Layer

TCP: A Connection Oriented protocol Responsible for: Initiating and terminating a connection between two hosts Providing a reliable delivery of data Flow control

IP: A Connectionless protocol Responsible for: Host to host addressing Packet forwarding Fragmentation and reassembly of packets if required Fault isolation and congestion control (ICMP)