Chapter 6.1 CENG Network Models Flashcards
What is model?
Model is a representation of the real-world object or process
What is OSI?
Open Systems Interconnection
What is the Open Systems Interconnect (OSI) Seven-Layer Model? (7 types)
- Physical Layer
- Data Link Layer
- Network Layer
- Transport Layer
- Session Layer
- Presentation Layer
- Application Layer
What is the Physical Layer? (OSI)
Physical Layer (Layer 1), is responsible for converting the logical 1s and 0s coming from Layer 2 into some type of physical signal such as a burst of electrons (voltages) or photons (light pulses)
What is the Data Link Layer? (OSI)
Data Link Layer (Layer 2), is responsible for controlling when a device should transmit (also known as media access), delimiting the message boundaries of the continuous string of 1s and 0s coming from Layer 1 into packets, and ensuring that the transmission is error free by detecting and sometimes correcting errors
What is the Network Layer? (OSI)
Network Layer (Layer 3), is responsible for routing messages along the best route possible by building routing tables and assigning network addresses to devices attached to the network
What is the Transport Layer? (OSI)
Transport Layer (Layer 4), is responsible for error checking; flow control; sequencing packets; establishing, maintaining, and terminating conversations; and packetizing larger messages into smaller messages
What is the Session Layer? (OSI) IMT
Session Layer (Layer 5), is responsible for initiating, managing, and terminating a communication session; initiating any adjunct services such as logging onto devices, file transfer, or security; and recovering from transport layer interruptions
What is the Presentation Layer? (OSI)
Presentation Layer (Layer 6), is responsible for displaying, formatting, and editing inputs and outputs (from the application later). This layer makes it possible to display the same data on different terminal types. This layer may also be responsible for encryption
What is the Application Layer? (OSI)
Application Layer (Layer 7), is the interface between the human using the network and the network. A suite of applications exists at this layer such as HTTP (Hypertext Transfer Protocol, also called the Web), e-mail, the Domain Name System (DNS), and File Transfer Protocol (FTP)
What is the Transmission Control Protocol/Internet Protocol (TCP/IP) Model? (4 types)
- Network Interface or Link Layer
- Internet Layer
- Transport Layer
- Application Layer
What is the Network Interface or Link Layer? (TCP/IP)
Network Interface or Link Layer (also known as Layer 1), defines the protocols and hardware required to deliver data across a physical network
What is the Internet Layer? (TCP/IP)
Internet Layer (also known as Layer 2), defines the protocols for the logical transmission of packets over the network
What is the Transport Layer? (TCP/IP)
Transport Layer (also known as Layer 3), defines protocols for setting up the level of transmission service for applications. This layer is responsible for reliable transmission of data and the error-free delivery of packets
What is the Application Layer? (TCP/IP)
Application Layer (also known as Layer 4), defines protocols for node-to-node application communication and provide services to the application software running on a computer