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

Slides:



Advertisements
Similar presentations
TCP/IP MODEL Maninder Kaur
Advertisements

Protocols and the TCP/IP Suite Chapter 4 (Stallings Book)
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.
Chapter 15 Networks.
15-1 Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources Usually,
 The Open Systems Interconnection model (OSI model) is a product of the Open Systems Interconnection effort at the International Organization for Standardization.
OIS Model TCP/IP Model.
Lecture slides prepared for “Business Data Communications”, 7/e, by William Stallings and Tom Case, Chapter 8 “TCP/IP”.
Fundamentals of Computer Networks ECE 478/578 Lecture #2 Instructor: Loukas Lazos Dept of Electrical and Computer Engineering University of Arizona.
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.
15-1 More Chapter 15 Goals Compare and contrast various technologies for home Internet connections Explain packet switching Describe the basic roles of.
Chapter 15 Networks. Chapter Goals Types of networks Topologies Open Systems Home Internet connections 15-2.
Overview, Circuit & Packet Switching, Addressing
Lesson 24. Protocols and the OSI Model. Objectives At the end of this Presentation, you will be able to:
Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources Usually,
OSI AND TCP/IP MODELS. Outline Introduction OSI Model TCP/IP Model IPv4 vs. IPv6.
Review: – computer networks – topology: pair-wise connection, point-to-point networks and broadcast networks – switching techniques packet switching and.
Chapter 9.
Chapter 2 Network Models
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.
TCP/IP. The Internet Protocol Suite is the set of communications protocols used for the Internet and other similar networks. It is commonly also known.
TCP/IP and the Internet ARPANET (1969) –R&D network funded by DARPA. –Packet Switching Survive nuclear war. –Experimental to operational (1975). –Not suitable.
Lect1..ppt - 01/06/05 CDA 6505 Network Architecture and Client/Server Computing Lecture 2 Protocols and the TCP/IP Suite by Zornitza Genova Prodanoff.
Advanced Higher Computing Computer Networking Topic 1: Network Protocols and Standards.
15-1 Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources.
Chapter 15 Networks. 2 Chapter Goals Describe the core issues related to computer networks List various types of networks and their characteristics Explain.
Computer Networks. Introduction Computer Network2 A History Lesson of Networking 1969 – ARPANET, first packet switched network consist of UCLA, Stanford,
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.
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.
Spring 2006Computer Networks1 Chapter 2 Network Models.
Chapter 2 Protocols and the TCP/IP Suite 1 Chapter 2 Protocols and the TCP/IP Suite.
Data Communications and Networks
Copyright © Genetic Computer School 2008 Computer Systems Architecture SA Lesson 12 The TCP/IP Protocol Suite.
TCP =Transmission Control Protocol IP = Internet Protocol TCP/IP Protocol.
1 Chapters 2 & 3 Computer Networking Review – The TCP/IP Protocol Architecture.
1 Pertemuan 5 Networking Models. Discussion Topics Using layers to analyze problems in a flow of materials Using layers to describe data communication.
Net 221D:Computer Networks Fundamentals
TCP/IP Protocol Suite ©Richard L. Goldman September 25, 2002.
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.
NETWORK Unit 1 Module: 2 Objective: 7.
Computer Networks.
The OSI Model & the TCP/IP Protocol Suite
OSI Protocol Stack Given the post man exemple.
15-1 Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources Usually,
Packet Switching To improve the efficiency of transferring information over a shared communication line, messages are divided into fixed-sized, numbered.
مهندسی اینترنتت ارائه دهنده دکتر سيد امين حسيني
POWERPOINT PRESENTATION ON NETWORKING Presented by Ms
Chapter Goals Compare and contrast various technologies for home Internet connections Explain packet switching Describe the basic roles of various network.
Networking Theory (part 2)
NETWORK Unit 1 Module: 2 Objective: 7.
1 TRANSMISSION CONTROL PROTOCOL / INTERNET PROTOCOL (TCP/IP) K. PALANIVEL Systems Analyst, Computer Centre Pondicherry University, Puducherry –
NETWORK Unit 1 Module: 2 Objective: 7.
Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources Usually,
Protocols 2 Key Revision Points.
Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources Usually,
Network Architecture Models
The Internet What is the Internet? The Internet is a global web of computers connected to each other by wires, (mostly phone lines). If you look at a.
OSI Reference Model Unit II
Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources Usually,
OSI Model 7 Layers 7. Application Layer 6. Presentation Layer
Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources Usually,
COMPUTER NETWORKING Presented by Pushpanjali Associate professor
Networking Theory (part 2)
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

Network Protocols Network protocols are layered such that each one relies on the protocols that underlie it Sometimes referred to as a protocol stack Figure 15.6 Layering of key network protocols

Open Systems Proprietary system A system that uses technologies kept private by a particular commercial vendor One system couldn‘t communicate with another, leading to the need for Interoperability The ability of software and hardware on multiple machines and from multiple commercial vendors to communicate Leading to Open systems Systems based on a common model of network architecture and a suite of protocols used in its implementation

Open Systems The International Organization for Standardization (ISO) established the Open Systems Interconnection (OSI) Reference Model Each layer deals with a particular aspect of network communication Figure 15.5 The layers of the OSI Reference Model

TCP/IP TCP stands for Transmission Control Protocol TCP software breaks messages into packets, hands them off to the IP software for delivery, and then orders and reassembles the packets at their destination IP stands for Internet Protocol IP software deals with the routing of packets through the maze of interconnected networks to their final destination

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)

TCP/IP (cont.) UDP stands for User Datagram Protocol –It is an alternative to TCP –The main difference is that TCP is highly reliable, at the cost of decreased performance, while UDP is less reliable, but generally faster

High-Level Protocols Other protocols build on the foundation established by the TCP/IP protocol suite –Simple Mail Transfer Protocol (SMTP) –File Transfer Protocol (FTP) –Telnet –Hyper Text Transfer Protocol (http)

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

Layers of the 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