OSI Model Flashcards
What are the layers of the osi model?
Application, presentation, session, transport, network, data link, hardware
What does the application layer do?
It is the interface between two applications that provide services to a user , such as a browser and web server using HTTP application layer protocol.
What is SNMP?
Simple network management protocol - monitor and gather information about network traffic and can alert network administrators about adverse conditions that need attention
What does the presentation layer do?
It is responsible for reformatting, compressing, and/or encrypting data in a way that the application on the receiving end can read
What does the session layer do?
How data between applications is synced and recovered if messages do not arrive intact at the receiving application
What does the transport layer do?
Transporting application layer payloads from one application to another,
What are the two main transport layer protocols ?
TCP and UDP
What does the network layer do?
Aka Internet layer, is responsible for moving messages from one node to another until they reach the destination host.
What is the principal protocol used in the network layer?
Ip - adds its own network layer header to the segment o datagram, and the entire network layer message is now called a packet
What do network layer headers do?
Identifies the sending and receiving hosts by their ip addresses.
What does the data link layer do?
It is the interface with the physical hardware only on the local network. They are programmed into the firmware of a computer’s nic and other networking hardware.
What is the name of the data link layer message?
Frame
What does the physical layer do?
Sending bits via a wired or wireless transmission
What are the steps involved from the sending host?
- The browser creates an http message on source computer → passes to transport layer [ the browser involves all 3 layers]
- TCP encapsulates the message by adding its own header and passes the segment→ to network layer
- Ip and network layer in the os receive segment, adds a header, and passes the packet → data link layer
- Data link layer on the nic firmware receives the packet, adds its header and trailer, and passes the frame → physical layer
- Physical layer on the nic hardware puts bits on the network.
What are the steps involved from sending host to the switch?
- The network transmission is received by switch, which passes the frame up to data link layer { firmware on switch} looks at the destination MAC address, and decides where to send frame
- The frame is sent to the correct port on the switch to the router.