Understanding Network Layers & Transparency in ISO/OSI Model, Study notes of Computer Science

A portion of a university computer science lecture from march 28, 2005, focusing on the network layers in the iso/osi model and the concepts of transparency and opacity in computer networks. The lecture covers the application, presentation, session, transport, network, and data link layers, discussing their functions, transparency, and opaqueness. It also explains the importance of transparency for efficiency and security, and opaqueness for hiding unsafe operations and states.

Typology: Study notes

Pre 2010

Uploaded on 03/11/2009

koofers-user-qn1
koofers-user-qn1 🇺🇸

5

(1)

9 documents

1 / 8

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Mar 28, 2005 -- Lecture 25
22C:169
Computer Security
Douglas W. Jones
Department of Computer Science
Networks
pf3
pf4
pf5
pf8

Partial preview of the text

Download Understanding Network Layers & Transparency in ISO/OSI Model and more Study notes Computer Science in PDF only on Docsity!

Mar 28, 2005 -- Lecture 25

22C:

Computer Security

Douglas W. Jones Department of Computer Science

Networks

Network Layers The ISO/OSI model Application layer Presentation layer Session layer Transport layer Network layer Data Link layer Physical layer Frequently simplified in practice But even archaic network protocols can be examined in these terms.

The Presentation Layer Network API application programmer view of network Isolate program from implementation Package network services sensibly useful abstractions related to need

The Session Layer Organize communication into: reliable streams of text from end to end Telnet protocol is example remote procedure calls Users are isolated from underlying message structure physical network topology

The Network Layer Move data between machines isolate users from actual topology Once the data reaches the destination kick it upstairs to the transport layer Responsible for routing this is a hard enough problem, even without security issues.

Data Link Layer Move data over one link between machines not concerned with global topology deals with details of the link itself interrupt handlers timeouts collision resolution