Introduction to Management Information Systems Chapter 5 Data Communications and Internet Technology HTM 304 Fall 07.

Slides:



Advertisements
Similar presentations
Copyright © 2012 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin APPENDIX B NETWORKS AND TELECOMMUNI CATIONS APPENDIX B NETWORKS.
Advertisements

Copyright © 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill Education.
Chapter Extension 7 How the Internet Works © 2008 Prentice Hall, Experiencing MIS, David Kroenke.
Understanding Networks. Objectives Compare client and network operating systems Learn about local area network technologies, including Ethernet, Token.
Introduction To Networking
Review on Networking Technologies Linda Wu (CMPT )
Data Networking Fundamentals Unit 7 7/2/ Modified by: Brierley.
1 Networking A computer network is a collection of computing devices that are connected in various ways in order to communicate and share resources. The.
Gursharan Singh Tatla Transport Layer 16-May
©Brooks/Cole, 2003 Chapter 6 Computer Networks. ©Brooks/Cole, 2003 Understand the rationale for the existence of networks. Distinguish between the three.
CS 356 Systems Security Spring Dr. Indrajit Ray
The OSI Model and the TCP/IP Protocol Suite
Data Communications and Networks
Networks and Telecommunications
Hands-On Microsoft Windows Server 2003 Networking Chapter Three TCP/IP Architecture.
Lesson 24. Protocols and the OSI Model. Objectives At the end of this Presentation, you will be able to:
 TCP/IP is the communication protocol for the Internet  TCP/IP defines how electronic devices should be connected to the Internet, and how data should.
70-291: MCSE Guide to Managing a Microsoft Windows Server 2003 Network Chapter 3: TCP/IP Architecture.
Chapter 9.
Lecture 2 TCP/IP Protocol Suite Reference: TCP/IP Protocol Suite, 4 th Edition (chapter 2) 1.
1 ELEN602 Lecture 2 Review of Last Lecture Layering.
Computer Networks.  The OSI model is a framework containing seven layers that defines the protocols and devices used at each stage of the process when.
Characteristics of Communication Systems
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Network Services Networking for Home and Small Businesses – Chapter.
Copyright 2003 CCNA 1 Chapter 9 TCP/IP Transport and Application Layers By Your Name.
ACM 511 Chapter 2. Communication Communicating the Messages The best approach is to divide the data into smaller, more manageable pieces to send over.
Copyright © 2002 Pearson Education, Inc. Slide 3-1 CHAPTER 3 Created by, David Zolzer, Northwestern State University—Louisiana The Internet and World Wide.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Network Services Networking for Home and Small Businesses – Chapter 6.
© McLean HIGHER COMPUTER NETWORKING Lesson 1 – Protocols and OSI What is a network protocol Description of the OSI model.
15-1 Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources.
©Brooks/Cole, 2003 Model and protocol  A model is the specification set by a standards organization as a guideline for designing networks.  A protocol.
Chapter 6 Data Communications. Network Collection of computers Communicate with one another over transmission line Major types of network topologies What.
Networking Fundamentals Network Protocols. Protocol Rule for how networks communicate Each OSI layer handled by one or more protocols Protocol Suites.
TCP/IP Protocol Architecture CSE 3213 – Fall
TCP/IP (Transmission Control Protocol / Internet Protocol)
70-291: MCSE Guide to Managing a Microsoft Windows Server 2003 Network, Enhanced Chapter 3: TCP/IP Architecture.
S305 – Network Infrastructure Chapter 5 Network and Transport Layers.
Networking Material taken mainly from HowStuffWorks.com.
CSC 116 – Computer Networks Fall 2015 Instructor: Robert Spengler.
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 Pertemuan 5 Networking Models. Discussion Topics Using layers to analyze problems in a flow of materials Using layers to describe data communication.
1. Layered Architecture of Communication Networks: TCP/IP Model
INTERNET AND PROTOCOLS For more notes and topics visit: eITnotes.com.
IT 210: Web-based IT Fall 2012 Lecture: Network Basics, OSI, & Internet Architecture.
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)
Enterprise Network Systems TCP Mark Clements. 3 March 2008ENS 2 Last Week – Client/ Server Cost effective way of providing more computing power High specs.
Voice Over Internet Protocol (VoIP) Copyright © 2006 Heathkit Company, Inc. All Rights Reserved Presentation 5 – VoIP and the OSI Model.
The OSI Model. Understanding the OSI Model In early 1980s, manufacturers began to standardize networking so that networks from different manufacturers.
COMPUTER NETWORKS Hwajung Lee. Image Source:
Some Network Commands n Some useful network commands –ping –finger –nslookup –tracert –ipconfig.
Component 1 Network Protocols.
OSI LAYERS.
Chapter 5 Network and Transport Layers
Introduction to Technology Infrastructure
Slides taken from: Computer Networking by Kurose and Ross
Networking for Home and Small Businesses – Chapter 6
Professional Web Designing For Absolute Beginners
Lecture 6: TCP/IP Networking By: Adal Alashban
Data Networking Fundamentals
Ken Gunnells, Ph.D. - Networking Paul Crigler - Programming
Introduction to Technology Infrastructure
Networking for Home and Small Businesses – Chapter 6
Topic 5: Communication and the Internet
TCP/IP Protocol Suite: Review
Networking Theory (part 2)
1 TRANSMISSION CONTROL PROTOCOL / INTERNET PROTOCOL (TCP/IP) K. PALANIVEL Systems Analyst, Computer Centre Pondicherry University, Puducherry –
Networking for Home and Small Businesses – Chapter 6
Kyle Broussard, Alexandra Mikolai,
Networking Theory (part 2)
Presentation transcript:

Introduction to Management Information Systems Chapter 5 Data Communications and Internet Technology HTM 304 Fall 07

2 Content 1.5-layer Architecture for Communication 2.Internet 3.Enterprise Network 4.Wireless

3 Last Time: The 5-Layer Model Hardware Layer: Set the devices ready for communication.

4 Layer 3: Internet Layer Runs the IP protocol Data received from the above layers are divided into packets. Key design issue – to determine how packets are routed from source to destination. Routing: selecting paths – shorter route, avoiding heavy traffic, etc. Router: special-purpose computing devices that process IP protocol – examine the destination IP addresses and decide where to send them.

5 IP Address (IPv4) Layer 3 handles IP address. The Logical Addresses Assigned when you get online, not permanently tied with the MAC address Why? Don’t have to update every time a NIC is changed An IP address is four bytes, totally 32 bits. How many in total? You can either specify your IP address (as most of the company’s server), or let the ISP assign one dynamically.

6 IPv6 Windows Vista has adopted IPv6. Totally 128 bits (=16 bytes) instead of 32 bits (=4 bytes) How many total IPv6 addresses?  3.4 * addresses Approximately 5 * addresses * 6.5 billion people alive today. Example of address: (8 Hexadecimal digits) 2001:0db8:85a3:08d3:1319:8a2e:0370:7334

7 Exercise: Find your IP address How to find your IP address? “start”  “run”: type “cmd” and click ok, the command prompt window will pop up Type command “ipconfig” to observe the report Use “ping” command to check the connectivity between two computers

8 Router – 3 rd Layer Equipment Application Layer Transport Layer Internet Layer Data Link Layer Physical Layer Computer A Application Layer Transport Layer Internet Layer Data Link Layer Physical Layer Internet Layer Data Link Layer Physical Layer Computer B Router A (can actually many) Packets: Original IP – source IP + Data Frames: Original MAC – Next MAC + Packets Data Link

9 Explain: Why Router? – handle address Can be substituted by a computer with routing Programs installed. Multiple NICs needed.

10 Layer 4 Transport Layer Handles transport protocol: TCP or UDP – software protocols Application Layer Transport Layer Internet Layer Data Link Layer Physical Layer Computer A Application Layer Transport Layer Internet Layer Data Link Layer Physical Layer Internet Layer Data Link Layer Physical Layer Computer B Router A (can actually many) Data Link Once paths from computer A to B is found, an end-to-end connection is established on the 4 th layer. Meaning data can be transferred. Point-to-point

11 Layer 4 Protocols TCP: Transmission Control Protocol Receive data and transmission request from Layer 5 (application layer) Send communication request to layer 3, layer 3 will then find one or more route to the destination computer. Destination computer send acknowledge back, indicating there is end-to- end connection. Break data from layer 5 into segments, and send each segments with confirmation. (destination computer send acknowledge upon receiving every segment) UDP: User Datagram Protocol Designed for short messages Does almost everything the same as the TCP, except not requesting confirmation. Faster, more efficient for short messages and time-sensitive application

12 Layer 5 The Application Layer Layer 5 protocols for applications such as browsers, , file transfer, etc. A standard protocol Simple Mail Transfer (SMTP) Web page processing Hypertext Transfer Protocol (HTTP) File Transfer Protocol (FTP) It governs how applications work with each other. (e.g. Firefox v.s. IE 7)

13 Review of the 5 layers See your handout

14 Review the Data Process

15 Exercise Which of the following is referred to as the network cable? Coaxial Cable Fiber Optic Cable Unshielded Twisted Pair Twisted Pair Copper

16 More exercise? What is the name of data unit transferred on the 2nd layer? Packet Bytes Package Frame Segment

17 Explain IEEE 802? Which of the following standard in IEEE 802 is referred to as Ethernet? IEEE IEEE IEEE IEEE 802.5

18 Describe the three topologies mainly used to connect a LAN. Describe the pros and cons. Which one can be extended to a large geographic area Which topology corresponds to the Ethernet? Describe the difference between an “end-to-end” connection and a “point-to-point” connection?

19 Multiple Choices __________ contains the destination computer’s IP address in its header. A frame A segment A packet An message