Find the Critical Path and the Time Required

Slides:



Advertisements
Similar presentations
Internetwork An internetwork is a collection of individual networks, connected by intermediate networking devices, that functions as a single large network.
Advertisements

IST 201 Chapter 9. TCP/IP Model Application Transport Internet Network Access.
Open System Interconnection
ISO/OSI Model Layers Application: applications that use the network. This is were mail, browsers, ftp, etc reside Presentation: data formats, character.
OSI Reference Model An overview. Standards and the internet International Organization for Standardization ISO 70’s.
 The Open Systems Interconnection model (OSI model) is a product of the Open Systems Interconnection effort at the International Organization for Standardization.
DISCLAIMER:  If you think you know it all, don’t shout out the answers! Go here:  game.shtml
THE OSI REFERENCE MODEL LES M C LELLAN DEAN WHITTAKER SANDY WORKMAN.
THE OSI MODEL KUDIRAT FAWEHINMI COSC 541.
THE OSI REFERENCE MODEL Open Systems Interconnection Reference Model.
1 Protocol Interaction (ISO’s Open Systems Interconnection (OSI model)) the 7 layers.
OSI Model Routing Connection-oriented/Connectionless Network Services.
Semester 1 Chapter 2 The OSI Model Paul Flynn.
Chapter 9.
OSI Reference Model & Layered Communication Sritrusta Sukaridhoto.
CT212F (Sept 2008) CT212 Course Team P.1 212F (Sept 2008) Network Programming and Design Lecture 2 (Network Basics & Architecture) Course Coordinator.
THE OSI REFERENCE MODEL Open Systems Interconnection (OSI) International Organization for Standardization( ISO)
© 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
Introduction to Packet Accelerator (PA). 7 Application Layer 6 Presentation Layer 5 Session Layer 4 Transport Layer 3 Network Layer 2 Data Link Layer.
Advanced Higher Computing Computer Networking Topic 1: Network Protocols and Standards.
1 Protocols and Reference Models Babu Ram dawadi.
Introduction to Packet Accelerator (PA). Communication Models Network Access Ethernet ARP FDDI Internet IP Host-to-Host TCP UDP Application TELNET FTP.
Networking Fundamentals Chapter 1 Introducing Networks.
1 OSI Reference Model. 2 Agenda The Layered Model Layers 1 & 2: Physical & Data Link Layers Layer 3: Network Layer Layers 4–7: Transport, Session, Presentation,
OV Copyright © 2011 Element K Content LLC. All rights reserved. Networking Models  The OSI Model  The TCP/IP Model.
Packet Protocols University of Sunderland CSEM02 Harry R. Erwin, PhD.
OSI Model Data Communications. 7 layer “research” model ApplicationPresentationSessionTransportNetworkLinkPhysical.
Computer Security Workshops Networking 101. Reasons To Know Networking In Regard to Computer Security To understand the flow of information on the Internet.
Network Architecture Models School of Business Eastern Illinois University © Abdou Illia, Spring 2007 (Week 2, Thursday 1/18/2007)
Data Communications and Networks
Semester 1 Chapter 2 The OSI Model.
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.
1 Chapter Overview Network Communications The OSI Reference Model.
1 Chapter Overview Network Communications The OSI Reference Model.
Network Protocols Quiz ©Richard L. Goldman June 12, 2002.
Microsoft Windows 2003 Network Infrastructure MCSE Exam
Open System Interconnection Describe how information from a software application in one computer moves through a network medium to a software application.
OSI means Open System Interconnect model. OSI means Open System Interconnect model. Developed by the International Organization for Standardization in.
© 2000, Cisco Systems, Inc. D-1 Appendix D. © 2000, Cisco Systems, Inc. ICND v1.0a—D-2 Application Presentation Session Transport Network.
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.
The OSI Model A Framework for Communications David A. Abarca July 19, 2005.
Fall 2004FSU CIS 5930 Internet Protocols1 TCP/IP Protocol Suite Reading: Chapter 13.
Free Powerpoint Templates Page 1 Internetworking Models.
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 An ISO (International standard Organization) that covers all aspects of network communications is the Open System Interconnection (OSI) model.
THE OSI REFERENCE MODEL
The OSI Model. Understanding the OSI Model In early 1980s, manufacturers began to standardize networking so that networks from different manufacturers.
Network Standards Standards are agreed published specifications or definitions which have been approved either by a standards body or have become established.
Networking Using the OSI Model.
OSI LAYERS.
Appendix D.
Data transfer through the internet (OSI Model)
7 Layer OSI Model.
Chapter 3 Understanding the OSI Model
What the OSI Protocol Layers Do
OSI Protocol Stack Given the post man exemple.
Internetwork An internetwork is a collection of individual networks, connected by intermediate networking devices, that functions as a single large network.
How data travels through a network The Internet
The Open System Interconnection (OSI) Model & Network Protocols.
NT2640 Unit 1 Activity 1 Handout
Layered Task, OSI Model, TCP/IP Model
مهندسی اینترنتت ارائه دهنده دکتر سيد امين حسيني
Computing Over Distance
Internet & Web.
Network Models CCNA Instructor Training Course October 12-17, 2009
Network Architecture Models
OSI Reference Model Kashif Ishaq.
Open System Interconnect (OSI).
Presentation transcript:

Find the Critical Path and the Time Required

Computing Over Distance Networking Computing Over Distance

Intro The Layers The Words The Parts

The Layers How many – OSI (Open Systems Interconnection) Model Lower Layers Physical Hardware Network cards Layer 1 Physical examples include Ethernet, FDDI, B8ZS, V.35, V.24, RJ45. Data Link MAC (Media Access Control) LLC (Logical Link Control) Layer 2 Data Link examples include PPP, FDDI, ATM, IEEE 802.5/ 802.2, IEEE 802.3/802.2, HDLC, Frame Relay, 

The Layers Lower Layers (continued) Network Transport ICMP – Internet Control Message Protocol Reports problems in transmission IP – Internet Protocol Sends and receives addresses Does not care about reliability - Layer 3 Network examples include AppleTalk DDP, IP, IPX. Transport Flow control TCP – Transmission Control Protocol UDP – User Datagram Protocol - Layer 4 Transport examples include SPX, TCP, UDP.

The Layers Upper Layers Session Presentation Application Manages applications in use - Layer 5 Session examples include NFS, NetBios names, RPC, SQL Presentation Translation of information - Layer 6 Presentation examples include encryption, ASCII, EBCDIC, TIFF, GIF, PICT, JPEG, MPEG, MIDI. Application The final product - Layer 7 Application examples include WWW browsers, NFS, SNMP, Telnet, HTTP, FTP