11 CHAPTER ONE Introducing Networks. Objectives Identify and describe the functions of each of the...

40
1 1 1 1 CHAPTER ONE Introducing Networks
  • date post

    21-Dec-2015
  • Category

    Documents

  • view

    217
  • download

    1

Transcript of 11 CHAPTER ONE Introducing Networks. Objectives Identify and describe the functions of each of the...

Page 1: 11 CHAPTER ONE Introducing Networks. Objectives Identify and describe the functions of each of the seven layers of the OSI reference model Identify the.

11 11

CHAPTERONE

Introducing Networks

Page 2: 11 CHAPTER ONE Introducing Networks. Objectives Identify and describe the functions of each of the seven layers of the OSI reference model Identify the.

Objectives

Identify and describe the functions of each of the seven layers of the OSI reference modelIdentify the reasons why the networking industry uses a layered modelDefine and explain the conversion steps of data encapsulationDefine and describe the function of a MAC addressDescribe connection-oriented network service and connectionless network service, and identify the key differences between them

Page 3: 11 CHAPTER ONE Introducing Networks. Objectives Identify and describe the functions of each of the seven layers of the OSI reference model Identify the.

Introduction to Networking

Network Term that describes the connection of

two or more computers by some type of medium, including: Wire cable Fiber-optic cable Infrared Radio equipment

Page 4: 11 CHAPTER ONE Introducing Networks. Objectives Identify and describe the functions of each of the seven layers of the OSI reference model Identify the.

Origin of Networking

Difficult to place actual origin as many devices have been networked throughout historyToday, networks include a wide variety of computers and peripheral componentsSystems that are part of a network do not have to be identical

Page 5: 11 CHAPTER ONE Introducing Networks. Objectives Identify and describe the functions of each of the seven layers of the OSI reference model Identify the.

Why Do We Use Networks?

ConveniencePeople expect interoperability from electronic devicesComputer networks allow for the transfer of files, data, and even shared applications without copying anything to floppy disk

Page 6: 11 CHAPTER ONE Introducing Networks. Objectives Identify and describe the functions of each of the seven layers of the OSI reference model Identify the.

Connection Media

Media Cable, glass, or telephone lines that host

the signal from one computer to another on the network

Electromagnetic interference (EMI) Electric noise that disrupts signals on

cables

Wireless Communications that are not conducted

over physical wires or cables

Page 7: 11 CHAPTER ONE Introducing Networks. Objectives Identify and describe the functions of each of the seven layers of the OSI reference model Identify the.

Client/Server Networks

Networks that have computers that are servers and computers that act as clients to those serversYou may see a variety of servers on a network: Print server File server Database server Remote access server (RAS) Web server

Page 8: 11 CHAPTER ONE Introducing Networks. Objectives Identify and describe the functions of each of the seven layers of the OSI reference model Identify the.

Peer-to-Peer

When every computer on a network acts as both a client and a server, the network is a peer-to-peer networkIn a peer-to-peer network, all computers can share resources with other computersPeer-to-peer networks are also known as “workgroups”

Page 9: 11 CHAPTER ONE Introducing Networks. Objectives Identify and describe the functions of each of the seven layers of the OSI reference model Identify the.

LAN, WAN, MAN, SAN

A local area network (LAN) is a group of computers and other devices typically connected by a cableA wide area network (WAN) is a network that spans two or more geographically diverse locationsA metropolitan area network (MAN) is an intermediate specification that defines networks confined to a fairly restricted geographic areaA storage area network (SAN) is a subsystem of networked storage devices physically separated from servers

Page 10: 11 CHAPTER ONE Introducing Networks. Objectives Identify and describe the functions of each of the seven layers of the OSI reference model Identify the.

Network Operating System

Network operating system (NOS) Allows communication over a network

End system The location and/or set of controls

that the user can manipulate to interact with a computer or a network

Page 11: 11 CHAPTER ONE Introducing Networks. Objectives Identify and describe the functions of each of the seven layers of the OSI reference model Identify the.

NIC, Networking Hardware, and Networking Software

Network interface card (NIC) Hardware device that transmits and

receives electronic signals on a network

Networking hardware is a generic term that describes all the physical components of a networkNetworking software is a generic term that describes the software programs used to run a network

Page 12: 11 CHAPTER ONE Introducing Networks. Objectives Identify and describe the functions of each of the seven layers of the OSI reference model Identify the.

Understanding the OSI Model

International Organization for Standardization (ISO) Multi-industry association that attempts to

standardize and define items that increase communication and compatibility in many different countries

Open Systems Interconnection (OSI) Seven layer reference model created by the

ISO Defines and separates networking hardware

and software into distinct layers and functions

Page 13: 11 CHAPTER ONE Introducing Networks. Objectives Identify and describe the functions of each of the seven layers of the OSI reference model Identify the.

Reasons for Layering

Simplifies the network modelEnables programmers to specialize in a particular level or layer of the networking modelProvides design modularityEncourages interoperabilityAllows for standardized interfaces to be produced by networking vendors

Page 14: 11 CHAPTER ONE Introducing Networks. Objectives Identify and describe the functions of each of the seven layers of the OSI reference model Identify the.

Seven Layers of the OSI Model

Physical layerData Link layerNetwork layerTransport layerSessions layerPresentation layerApplication layer

Page 15: 11 CHAPTER ONE Introducing Networks. Objectives Identify and describe the functions of each of the seven layers of the OSI reference model Identify the.

Reasons for Layering

As a group, these layers form the OSI protocol stack

Figure 1-1:OSI Reference Model

Page 16: 11 CHAPTER ONE Introducing Networks. Objectives Identify and describe the functions of each of the seven layers of the OSI reference model Identify the.

Peer OSI Communication

The seven layers of the OSI reference model communicate with each other via peer communication

Figure 1-2:Peer communication

Page 17: 11 CHAPTER ONE Introducing Networks. Objectives Identify and describe the functions of each of the seven layers of the OSI reference model Identify the.

Layer Functions:Physical (Layer 1)

Layer 1 in the OSI modelHas the following responsibilities: Definition of the physical

characteristics of the network hardware

Representation of binary digits as voltages (encoding)

Transmission of signals on the wire

Page 18: 11 CHAPTER ONE Introducing Networks. Objectives Identify and describe the functions of each of the seven layers of the OSI reference model Identify the.

Layer Functions:Physical (Layer 1)

Figure 1-3:568B twisted pair wiring scheme

Page 19: 11 CHAPTER ONE Introducing Networks. Objectives Identify and describe the functions of each of the seven layers of the OSI reference model Identify the.

Layer Functions:Physical (Layer 1)

Connectors, cables, and devices like repeaters and hubs can be associated with the physical layerWhen choosing cable, consider the following: Expense Physical location Distance Security requirements Transmission speed required

Page 20: 11 CHAPTER ONE Introducing Networks. Objectives Identify and describe the functions of each of the seven layers of the OSI reference model Identify the.

Layer Functions:Data Link (Layer 2)

Has several responsibilities: NIC software functions, including

identification of source and destination nodes via physical addresses

Definition of how data is packaged for transport as frames

Error detection Flow control of information sent across

the link

Page 21: 11 CHAPTER ONE Introducing Networks. Objectives Identify and describe the functions of each of the seven layers of the OSI reference model Identify the.

Layer Functions:Data Link (Layer 2)

Data Link layer has two sublayers that further articulate its function: Logical Link Control (LLC) layer Media Access Control (MAC) layer

The Institute of Electrical and Electronics Engineers (IEEE) created these sublayers to identify and isolate the separate responsibilities required at this level of the protocol stack

Page 22: 11 CHAPTER ONE Introducing Networks. Objectives Identify and describe the functions of each of the seven layers of the OSI reference model Identify the.

Layer Functions:Data Link (Layer 2)

Figure 1-4:Data Link layer subdivision

Page 23: 11 CHAPTER ONE Introducing Networks. Objectives Identify and describe the functions of each of the seven layers of the OSI reference model Identify the.

Layer Functions:Data Link (Layer 2)

MAC layer defines the media access method and provides a unique identifier for the network cardThe unique identifier is a 48-bit address represented as 12-digit hexadecimal number given to each network card during productionEvery network interface card must have a unique physical address (also called the MAC address)

Page 24: 11 CHAPTER ONE Introducing Networks. Objectives Identify and describe the functions of each of the seven layers of the OSI reference model Identify the.

Layer Functions:Data Link (Layer 2)

Figure 1-5:MAC address

Page 25: 11 CHAPTER ONE Introducing Networks. Objectives Identify and describe the functions of each of the seven layers of the OSI reference model Identify the.

Layer Functions:Data Link (Layer 2)

Ethernet A standard networking architecture that

defines the physical layout, lengths, and types of media that can be used

Carrier Sense Multiple Access with Collision Detection (CSMA/CD) Network access method used by

Ethernet networks

Page 26: 11 CHAPTER ONE Introducing Networks. Objectives Identify and describe the functions of each of the seven layers of the OSI reference model Identify the.

Layer Functions:Network (Layer 3)

Has the following function: Error handling Software addressing for data packets Best path selection

The Network layer contains the logical address for the computer

Page 27: 11 CHAPTER ONE Introducing Networks. Objectives Identify and describe the functions of each of the seven layers of the OSI reference model Identify the.

Layer Functions:Transport (Layer 4)

Provides point-to-point data transportationResponsibilities include: End-to-end error-free transmission and

delivery Data segmentation into maximum

transmission unit (MTU) size Messaging service for the Session layer

Page 28: 11 CHAPTER ONE Introducing Networks. Objectives Identify and describe the functions of each of the seven layers of the OSI reference model Identify the.

Layer Functions:Transport (Layer 4)

Protocols that reside at the Transport layer can be: Connection-oriented Connectionless

A packet sent by a connectionless protocol is also called a datagram

Page 29: 11 CHAPTER ONE Introducing Networks. Objectives Identify and describe the functions of each of the seven layers of the OSI reference model Identify the.

Layer Functions:Session (Layer 5)

Enables two applications on the network to have an ongoing conversation or dialogExamples of Session layer protocols include: SQL RPC X-Windows

Page 30: 11 CHAPTER ONE Introducing Networks. Objectives Identify and describe the functions of each of the seven layers of the OSI reference model Identify the.

Layer Functions:Session (Layer 5)

Provides the following services: Control for data exchange Data synchronization definition Failure recovery Communication setup and teardown

Page 31: 11 CHAPTER ONE Introducing Networks. Objectives Identify and describe the functions of each of the seven layers of the OSI reference model Identify the.

Layer Functions:Presentation (Layer 6)

Prepares the data from Application layer for transmission over the networkComponents include extensions and coding schemes such as: BMP WAV EBCDIC ASCII

Page 32: 11 CHAPTER ONE Introducing Networks. Objectives Identify and describe the functions of each of the seven layers of the OSI reference model Identify the.

Layer Functions:Presentation (Layer 6)

Has these responsibilities: Data translation Data formatting Data syntax restructuring Data encryption Data compression

Page 33: 11 CHAPTER ONE Introducing Networks. Objectives Identify and describe the functions of each of the seven layers of the OSI reference model Identify the.

Layer Functions:Application (Layer 7)

Has the following responsibilities: Initiating the request for network

service Providing services to applications

Page 34: 11 CHAPTER ONE Introducing Networks. Objectives Identify and describe the functions of each of the seven layers of the OSI reference model Identify the.

Data Encapsulation

Data is sent from one computer to another in a data packetThe packet contains data from the sending application and additional information added by the protocol stackPrior to transmission across the network, the data is organized into a data frame at layer 2

Page 35: 11 CHAPTER ONE Introducing Networks. Objectives Identify and describe the functions of each of the seven layers of the OSI reference model Identify the.

Data Encapsulation

Protocol data unit (PDU) Information added to a data packet by

the layers of the protocol stack

Encapsulation Process that occurs during

transmission through the protocol stack in which data from the higher layers is wrapped in a protocol header and/or trailer

Page 36: 11 CHAPTER ONE Introducing Networks. Objectives Identify and describe the functions of each of the seven layers of the OSI reference model Identify the.

Data Encapsulation

Figure 1-6: Encapsulation

Page 37: 11 CHAPTER ONE Introducing Networks. Objectives Identify and describe the functions of each of the seven layers of the OSI reference model Identify the.

Data Encapsulation

Table 1-1:Five steps of data encapsulation

Page 38: 11 CHAPTER ONE Introducing Networks. Objectives Identify and describe the functions of each of the seven layers of the OSI reference model Identify the.

Chapter Summary

Two or more computers connected by media form a networkThe ISO developed the OSI model in the mid-1980s to standardize networking models Data transmission can be connection-oriented or connectionless

Page 39: 11 CHAPTER ONE Introducing Networks. Objectives Identify and describe the functions of each of the seven layers of the OSI reference model Identify the.

Chapter Summary

The OSI model has seven layers: Physical layer Data Link layer Network layer Transport layer Session layer Presentation layer Application layer

Page 40: 11 CHAPTER ONE Introducing Networks. Objectives Identify and describe the functions of each of the seven layers of the OSI reference model Identify the.

Chapter Summary

When the network user sends data to the network, it goes through a five-step data encapsulation processThis process takes place as the data packet travels down the OSI stack