introduction to technology infrastructure chapter 1

25
Introduction to Technology Infrastructure Chapter 1

Upload: candace-tyler

Post on 30-Dec-2015

214 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Introduction to Technology Infrastructure Chapter 1

Introduction to Technology Infrastructure

Chapter 1

Page 2: Introduction to Technology Infrastructure Chapter 1

Announcements and Outline

• Syllabus Questions• White Hat Agreement

Class Outline1.Introduction to Networks

1.1 Network Types/Technologies1.2 Layering and Packetization

2

Page 3: Introduction to Technology Infrastructure Chapter 1

1.1 Network Types/Technologies

• How we view a network geographically

• Representing Networks in diagrams

3

Page 4: Introduction to Technology Infrastructure Chapter 1

1.1 Network Types/Technologies

4

Page 5: Introduction to Technology Infrastructure Chapter 1

1.1 Network Types/Technologies

Local Area Networks (LAN)

Wireless Local Area Networks (WLAN)

Backbone

MAN

WAN

5

Page 6: Introduction to Technology Infrastructure Chapter 1

1.2 Network Layers Most Commonly Used Models:

• OSI (Open Systems Interconnection Reference Model)

• Network Model

Protocols & Protocol Data Unit (PDU)

6

Page 8: Introduction to Technology Infrastructure Chapter 1

1.2 Network Layers (CCNA TCP/IP Model)

8

Page 9: Introduction to Technology Infrastructure Chapter 1

1.2 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

9*From Agarwal – Business Data Communications

Page 10: Introduction to Technology Infrastructure Chapter 1

1.2 Network Layers – 5 Important Data Comm. Tasks

10

Page 11: Introduction to Technology Infrastructure Chapter 1

1.2 Network Layers

APPLICATION LAYER• Software used by the users

Common Examples:

Protocols:

PDU:

11

Page 12: Introduction to Technology Infrastructure Chapter 1

1.2 Network Layers

TRANSPORT LAYER • End to end management

Responsibilities:

(1) Link Applications Layer

(2)Segmenting and Tracking

(3)Session Management

12

Page 13: Introduction to Technology Infrastructure Chapter 1

1.2 Network Layers TRANSPORT LAYER (cont.)

Protocols:

PDU:

13

Page 14: Introduction to Technology Infrastructure Chapter 1

1.2 Network Layers NETWORK LAYER• Decides where the messages should go

Functions:(1)Addressing

(2)Routing

Protocol:PDU:

14

Page 15: Introduction to Technology Infrastructure Chapter 1

1.2 Network Layers

DATA LINK LAYER• Moves messages from one computer to the next

Functions:(1)Controls Hardware(2)Formats Messages(3)Error Checking

Protocol:PDU:

15

Page 16: Introduction to Technology Infrastructure Chapter 1

1.2 Network Layers PHYSICAL LAYER• Hardware that transmits the message

Protocols:

PDU:

16

Page 17: Introduction to Technology Infrastructure Chapter 1

1.2 Network Layers - Summary

Layer #

Layer name

Networking task

Header information

5 ApplicationSpecify user needs User commands

4 Transport Segmentation and reassembly of packets Sequence numbers

3 NetworkIdentifying and locating destination Address

2 Data-linkError control Error check

1 PhysicalSignaling None

17

Page 18: Introduction to Technology Infrastructure Chapter 1

Network Model technologies by layer

Network layer

IP

Transport layer

TCP

Transport layer

UDP

Application layer

HTTP

Application layer

SMTP

Application layer

FTP

Application layer

SSH

Application layer

IM

Application layer

SIP (VoIP)

Application layer

NFS/ SMB (File & printer

sharing)

Data link layer

Ethernet

Data link layer

MPLS

Data link layer

ATM

Data link layer

Frame Relay

Data link layer

Wireless LAN

Physical layer

Manchester encoding(Ethernet)

Physical layer

SONET (Optical fiber)

Physical layer

QAM(Phone modem)

Physical layer

CDMA (Cell phone)

18

Page 19: Introduction to Technology Infrastructure Chapter 1

1.2 Network Layers - Summary

19

Page 21: Introduction to Technology Infrastructure Chapter 1

1.2 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

21

Page 24: Introduction to Technology Infrastructure Chapter 1

Recap

1 Network Types

1.1 Network Types• LAN• WLAN• Backbone• WAN

1.2 Network Layers• Network Model• Standards• Pros/Cons

24

Page 25: Introduction to Technology Infrastructure Chapter 1

Thursday

Chapter 2 – Application Layer• Hardware• Software Architecture• Web• Email

25