Introduction to Technology Infrastructure

Slides:



Advertisements
Similar presentations
Network Layer and Transport Layer.
Advertisements

© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Communicating over the Network Network Fundamentals – Chapter 2.
IS Network and Telecommunications Risks
Communicating over the Network
Introduction To Networking
Introduction to Management Information Systems Chapter 5 Data Communications and Internet Technology HTM 304 Fall 07.
Understanding Networks. Objectives Compare client and network operating systems Learn about local area network technologies, including Ethernet, Token.
Copyright © 2015 John Wiley & Sons, Inc. All rights reserved. 1-1 FitzGerald ● Dennis ● Durcikova Prepared by Taylor M. Wells: College of Business Administration,
Midterm Review - Network Layers. Computer 1Computer 2 2.
© 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.
ACM 511 Chapter 2. Communication Communicating the Messages The best approach is to divide the data into smaller, more manageable pieces to send over.
1.1 What is the Internet What is the Internet? The Internet is a shared media (coaxial cable, copper wire, fiber optics, and radio spectrum) communication.
Networks QUME 185 Introduction to Computer Applications.
Network Services Networking for Home & Small Business.
© 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.
Unit27-networking BTEC NAT – UNIT 27 NETWORKING OSI MODEL Unit Leader:Dave Bell
Component 9 – Networking and Health Information Exchange Unit 1-1 ISO Open Systems Interconnection (OSI) This material was developed by Duke University,
Introduction to Technology Infrastructure Chapter 1.
Information Flow Across the Internet. What is the Internet? A large group of computers that link together to form the Worldwide Area Network (WAN)
Chapter 1 Communication Networks and Services Network Architecture and Services.
Computer Security Workshops Networking 101. Reasons To Know Networking In Regard to Computer Security To understand the flow of information on the Internet.
Chapter 6 Data Communications. Network Collection of computers Communicate with one another over transmission line Major types of network topologies What.
William Stallings Data and Computer Communications
1 Chapter Overview Network Communications The OSI Reference Model.
1 Chapter Overview Network Communications The OSI Reference Model.
S305 – Network Infrastructure Chapter 5 Network and Transport Layers.
BASIC NETWORK PROTOCOLS AND THEIR FUNCTIONS Created by: Ghadeer H. Abosaeed June 23,2012.
Net 221D:Computer Networks Fundamentals
Cisco Discovery Semester 1 Chapter 6 JEOPADY RouterModesWANEncapsulationWANServicesRouterBasicsRouterCommands RouterModesWANEncapsulationWANServicesRouterBasicsRouterCommands.
INTERNET AND PROTOCOLS For more notes and topics visit: eITnotes.com.
The OSI Model A Framework for Communications David A. Abarca July 19, 2005.
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.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Network Services Networking for Home and Small Businesses – Chapter 6.
Cisco I Introduction to Networks Semester 1 Chapter 3 JEOPADY.
Chapter 3: Network Protocols and Communications
Protocols and the TCP/IP Suite
Chapter 5 Network and Transport Layers
Computer Networks.
Computer Networks.
Chapter 1 Communication Networks and Services
Chapter 5 Network and Transport Layers
Chapter 3 Understanding the OSI Model
Chap. 2 Network Models.
Part I. Overview of Data Communications and Networking
Networking for Home and Small Businesses – Chapter 6
CHAPTER 2 Application Layer.
Net 431: ADVANCED COMPUTER NETWORKS
The Open System Interconnection (OSI) Model & Network Protocols.
Introduction to Technology Infrastructure
Lectures Computer networking تمرین 3 نمره. پژوهش عملیاتی 2 نمره.
Web Development & Design Chapter 1, Sections 4, 5 & 6
Networking for Home and Small Businesses – Chapter 6
Lecture 1 Overview of Communication Networks and Services
TCP/IP Protocol Suite: Review
ICT Computing Lesson 4: Computing Network.
1 TRANSMISSION CONTROL PROTOCOL / INTERNET PROTOCOL (TCP/IP) K. PALANIVEL Systems Analyst, Computer Centre Pondicherry University, Puducherry –
Chapter 1. Introduction Data Communications
Network Models CCNA Instructor Training Course October 12-17, 2009
Protocols 2 Key Revision Points.
Network Architecture Models
Networking for Home and Small Businesses – Chapter 6
Protocol Application TCP/IP Layer Model
EEC4113 Data Communication & Multimedia System Chapter 1: Introduction by Muhazam Mustapha, July 2010.
OSI Reference Model Unit II
INFORMATION FLOW ACROSS THE INTERNET
OSI Model 7 Layers 7. Application Layer 6. Presentation Layer
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.
Presentation transcript:

Introduction to Technology Infrastructure Chapter 1 Introduction to Technology Infrastructure

Announcements and Outline Class Outline 1.Introduction to Networks 1.1 Network Types/Technologies 1.2 Layering and Packetization 2

Why Networks are Important Data, data, data! Modern organizations rely on the efficient transmission of data Enables distributed systems, real-time communication, electronic commerce, social media, and the Web

Data Communications Data Communications is the movement of computer information from one point to another by means of electrical or optical transmission systems Telecommunications is a broader term and includes the transmission of voice and video (images and graphics) as well as data and usually implies longer distances

Basic Network Components Client is a user device to access network and receive data from server e.g., desktops, laptops, tablets, cell phones, etc. Server is a device that stores and transmits data to a client e.g., Web server, mail server, file server Circuit is a pathway or connection between client and server e.g., copper wire, fiber optic cable, wireless

Network Types/Technologies 6

Network Types/Technologies Local Area Networks (LAN) Wireless Local Area Networks (WLAN) Backbone MAN WAN 7

Network Layers Most Commonly Used Models: OSI (Open Systems Interconnection Reference Model) Network Model Protocols & Protocol Data Unit (PDU) 8

Network Layers (Network Model) 9

Network Layers – Packetization Packetization is breaking down user data into small segments packaging these segments appropriately so that they can be delivered and reassembled across the network *From Agarwal – Business Data Communications 10

Network Layers – 5 Important Data Comm. Tasks

Network Layers APPLICATION LAYER Software used by the users Common Examples: Protocols: PDU: 12

Network Layers TRANSPORT LAYER End to end management Responsibilities: (1) Link Applications Layer Segmenting and Tracking Session Management 13

Network Layers TRANSPORT LAYER (cont.) Protocols: PDU: 14

Network Layers NETWORK LAYER Decides where the messages should go Functions: Addressing Routing Protocol: PDU: 15

Network Layers DATA LINK LAYER Moves messages from one computer to the next Functions: Controls Hardware Formats Messages Error Checking Protocol: PDU: 16

Network Layers PHYSICAL LAYER Hardware that transmits the message Protocols: PDU: 17

Network Layers - Summary Purpose Example Protocols / Standards PDU 5. Application User’s access to network, software to perform work HTTP, SMTP, DNS, FTP, DHCP, IMAP, POP, SSL Packet (or Data) 4. Transport End-to-End Management Link application layer to network Segmenting and tracking Flow control TCP, UDP Segment 3. Network Deciding where the message goes Addressing Routing IP, ICMP Packet 2. Data Link Move a message from one device to the next Controls hardware Formats the message Error checking Ethernet Frame 1. Physical Transmits the message 100BASE-T, 802.11n 18

Sender PDU Receiver HTTP Request HTTP Request TCP HTTP Request TCP Application Packet Transport Segment Network Data Link Frame Physical HTTP Request HTTP Request TCP HTTP Request TCP HTTP Request IP TCP HTTP Request IP IP TCP HTTP Request Ethernet Ethernet IP TCP HTTP Request Ethernet IP TCP HTTP Request

Network Layers Standards IEEE (Institute of Electrical and Electronics Engineering) – develops US standards Formal Standardization Process Internet technology standards are publicly available as Requests For Comment (RFCs) http://www.ietf.org/rfc.html Highly recommended standards Email: http://www.ietf.org/rfc/rfc0821.txt HTTP: http://www.ietf.org/rfc/rfc2616.txt TCP: http://www.ietf.org/rfc/rfc0793.txt IP: http://www.ietf.org/rfc/rfc0791.txt TCP/ IP tutorial: http://www.ietf.org/rfc/rfc1180.txt Domain names: http://www.ietf.org/rfc/rfc1034.txt 20

Pros and Cons of using Layers Advantages: Disadvantages: 21

Trends Bring your own device (BYOD) Internet of Thing (IoT) Massively Online (MOOCS)

Recap Network Types 1.1 Network Types LAN WLAN Backbone WAN 1.2 Network Layers Network Model Standards Pros/Cons 23

Tuesday Chapter 2 – Application Layer Hardware Software Architecture Web Email 24