Chapter 1-3 Flashcards
(11 cards)
1
Q
OSI model intent
A
- To provide a framework for networking that ensures compatibility in the network hardware and software to accelerate the development of new networking technologies
2
Q
How the OSI model works
A
- Each layer performs data encapsulation by putting its own message format or header onto the data as it is being passed down from layer 7 to 1
- Then when the data reaches an end device, the inverse process (decapsulation) occurs.
- Each layer reads its layer message format or header and takes it off before passing the data to the upper layers
3
Q
OSI model layers from top down
A
- Application
- Presentation
- Session
- Transport
- Network
- Data link
- Physical
4
Q
The physical layer
A
- Layer 1.
- This layer provides electrical and mechanical connection to the network
- Examples NICs, fiber, wireless, twisted-pair cable
5
Q
The data link layer
A
- Layer 2
- This layer handles error recovery, flow control (synchronization) and sequencing (which terminals are sending and which are receiving)
- Considered the MAC layer (media access control layer)
- Examples: MAC addresses
6
Q
The network layer
A
- Layer 3
- This layer accepts outgoing messages and combines messages or segments into packets, adding a header that includes routing information
- Acts as a network controller
- Examples: IP, ICMP
7
Q
The transport layer
A
- Layer 4
- This layer is responsible for end-to-end delivery between devices
- Concerned with message integrity between source and destination
- Examples: TCP (transmission control protocol) and UDP (user datagram protocol)
8
Q
The session layer
A
- Layer 5
- This layer provides the functions necessary to establish, manage and terminate connections when needed to satisfy user requests.
- Examples: NFS (network file system) and SQL (structured query language)
9
Q
The presentation layer
A
- Layer 6
- This layer accepts and structures messages for an application
- Translates the message from one code to another if needed
- Responsible for data encryption and compression
- Examples: ASCII (American standard code for information interchange) and JPEG (joint photographic experts group)
10
Q
The application layer
A
- Layer 7
- The layer interacts with application programs that incorporate a communication component such as an internet browser and email.
- Responsible for logging in the message, interpreting the request and determining what information is needed to support the request.
- Examples: HTTP (Hypertext transfer protocol) for web browsing, FTP (file transfer protocol), SMTP (simple mail transfer protocol)
11
Q
A