Chapter 6 OSI Flashcards
Layer 1: Physical Layer
Hubs operate at this layer
Paces network data on the wire
Changes binary data into electrical pulses on physical medium
Physical topology defined at this level
Decides if data travels unidirectionally or bidirectionally
Layer 2: Data Link Layer
Bridges and Switches operate at this layer
Responsible for logical topology and logical MAC addressing
Individual network card addresses function at this level
Arranges data into “frames” that contain control information indicating beginning and end of datastream
allows for data checking within frames
Describes unique MAC address for each NIC
Divided into Media access control section and logical link control section
Layer 3: Network Layer
Routers operate at this layer
Provides logical network addressing.
Data organized into packets
Judge best network path for data based on network conditions and priority
Manages traffic through packet switching, routing, and controlling congestion of data
Some error control and flow controle performed
Layer 4: Transport Layer
Provides end to end communications.
Includes most of error and flow control
Contans TCP and UDP protocol
TCP verifies that destination host has recieved all packets
Layer 5: Session layer
Establishes and maintains communications sessions
Session is one virtual conversation (eg. all proceedures needed to transfer a single file)
Enables network proceedures like identifying passwords, logons, and network monitoring
Layer 6: Presentation Layer
Determines look and format of data
Performs protocol conversion and data compression, data translation, and encryption
Character set determined (which numbers represent which alphanumeric characters)
Layer 7: Application Layer
Responsible for providing network services, file share, print services, messaging services