Intro to Networking Chapter 7 terms Flashcards
Layer 7
Application Layer
Layer 6
Presentation Layer
Layer 5
Session Layer
Layer 4
Transport Layer
Layer 3
Network Layer
Layer 2
Data Link Layer
Layer 1
Physical Layer
Application, Presentation, and Session Layer
TCP/IP Application Layer
Network Layer
TCP/IP Internetwork Layer
Physical and Data Link Layer
TCP/IP Network Access Layer
provides interfaces for applications to access network services, such as file sharing, message handling, and database access. It also handles error recovery for applications as needed. The PDU at this layer is called data
OSI Application Layer
handles data formatting and translation. It also handles protocol conversion, data encryption and decryption, data compression and decompression, data representation incompatibilities between OSs, and graphics commands. The PDU at this layer is called data
OSI Presentation Layer
permits two computers to hold ongoing communications across a network. It handles communication setup ahead of data transfers when necessary and ________ teardown. handles include name lookup and user logon and logoff. manages the mechanics of ongoing conversations, such as identifying which side can transmit data at what time, and for how long. Checkpointing is a synchronization process between two related streams of data, such as audio and video streams in a Web-conferencing application. PDU is called data
OSI Session Layer
manages data transfer from one application to another across a network. It breaks long data streams into smaller chunks called “segments.” includes flow control and acknowledgments and handles resequencing segments into the original data on receipt. PDU is called segment
OSI Transport Layer
handles logical addressing, translates logical network addresses (IP addresses) into physical addresses (MAC addresses), and performs best path selection and routing in an internetwork. provides access control. PDU is called a packet
OSI Network Layer
works with frames and is the intermediary between the Network layer and Physical layer. It defines how computers access the network medium. MAC address is defined at this layer. contains the CRC error-checking code. The CRC value is recalculated on the receiving end. CRC is recalculated at every intermediary device. PDU is called Frame
OSI Data Link Layer
convert bits into signals for outgoing messages and signals into bits for incoming messages. PDU is called Bits
OSI Physical Layer
HTTP, FTP, SMTP, DHCP
Application Layer Protocols
Redirectors
Presentation Layer Protocol
DNS, authentication protocols
Session Layer Protocols
TCP, UDP
Transport Layer Protocols
IP, ICMP, ARP
Network Layer Protocols
Ethernet, token ring, FDDI, NIC drivers
Data Link Layer Protocols
802.1
Internetworking
802.2
Logical Link Control
802.3
Ethernet LAN
802.11
Wireless Networks
controls data-link communication and defines the use of logical interface points, called “service access points (SAPs),” that other computers can use to transfer information from this sublayer to the upper OSI layers
Link Logic Control (sublayer of data link)
manages access to the physical medium and therefore communicates with the Physical layer. It communicates directly with a computer’s NIC and is responsible for physical addressing.
Media Access Control (sublayer of data link)