Chapter 2 Flashcards
– Fundamental network communications model.
Open Systems Interconnection (OSI) reference model
OSI model product of two standards organizations:
– International Organization for Standardization (ISO)
– American National Standards Institute (ANSI)
Is theoretical, not specific hardware or software.
Guidelines analogized to a grammar.
OSI
Accomplishments of the OSI model
– Enabling communications among LANs, MANs, WANs
– Standardizing network equipment
– Enabling backward compatibility to protect investments
– Enabling development of software and hardware with
common interfaces
– Making worldwide networks possible; e.g., the Internet
OSI model consists of seven distinct layers
Physical,
Data Link,
Network,
Transport,
Session,
Presentation,
Application
Set of layers in OSI model is called a
Stack
Called by actual name or placement in stack
Layers
Layers also divided into three groups
– Bottom: handles physical communications
– Middle: coordinates communication between nodes
– Top: involves data presentation
Contact between two network devices
– Communications traverse layered stack in each device
– Each layer handles specific tasks
– Each layer communicates with next layer using protocol
• Layer purpose: transmit and receive signals with data
•Network signals are either analog or digital
•Digital signal generates binary 1s or 0s
Physical Layer
– All data transfer mediums
• wire cable, fiber optics, radio waves, and microwaves
– Network connectors
– The network topology
– Signaling and encoding methods
– Data transmission devices
– Network interfaces
– Detection of signaling errors
Responsibilities of the Physical layer (Layer 1)
– Wave pattern with positive and negative voltages
– Examples: ordinary telephone or radio signal
– Used in WANs that employ analog modems
Analog signal
Physical network problems affect physical layer:
– Example 1: broken cable
– Example 2: electrical or magnetic interference
– Caused by magnetic force fields
– Generated by certain electrical devices
• Fans, electric motors, portable heaters, air-conditioners
Electromagnetic interference (EMI)
– Caused by electrical devices emitting radio waves
• Radio and television stations, radio operators, cable TV
– Problem when frequency matches network signal
Radio frequency interference (RFI)
• Layer purpose: format bits into frames
• Frame: discrete unit of information
– Contains control and address information
– Does not contain routing information
Data Link Layer
– Calculates size of information fields in frame
– Data Link layer at sender inserts value at end of frame
– Receiving Data Link layer checks value in frame
Cyclic redundancy check (CRC): monitor duplication
– Initiates communication link between two nodes
– Guards against interruptions to link
– Link to Network layer may be connection-oriented
Logical link control sublayer (LLC)
– Examines physical (device or _) address in frame
– Frame discarded if address does not match workstation
– Regulates communication sharing
Media access control sublayer (MAC)
MAC address burned into chip on network interface
– Coded as a hexadecimal number; e.g., 0004AC8428DE
• First half refers to _, second half _
•vendor
•unique to device
• Layer purpose: control passage of packets on network
– Physical routes: cable and wireless paths
– Logical routes: software paths
Network Layer
– Optimize physical and logical routes
– Permit routers to move packets between networks
Specific tasks of Network layer
: process of information gathering
– Obtain metrics about location of networks and nodes
Discovery
: logical communication paths
– Send and receive data
– Known only to Network layers between nodes
– Benefit: manage parallel data paths
Virtual circuits