1.0 OSI Model Flashcards
What are the 7 layers of the OSI Model?
Application
Presentation
Session
Transport
Netowork
Data Link
Physical
What is the application layer? Provide an example.
Used by human-computer interface software to communicate between applications and access network services.
Eg. SMTP, HTTP, DNS
What is the Presentation Layer? Provide an example.
Formats the data to be read by the application.
Eg. JPEG, txt, PNG
What is the Session Layer? Provide an example.
Establishes and tears down sockets to create and tear down the communication link.
Eg. SMPP
What is CoS?
Class of Service.
Classifies the type of data traffic.
What is QoS?
Quality of Service.
Regulates the flow of traffic according to its class.
What are the factors to measure QoS?
Packet Loss
Bandwidth
Latency (time it takes a packet to travel to its destination)
Jitter (variablity of latency over time)
What is the Transport Layer? Provide an example.
Transmits data on the network using transmission protocols. Includes segmenting data, multiplexing, flow control.
Eg. TCP, UDP.
What is reliable delivery of data?
Requires a check after each data packet is sent, to ensure delivery. Uses more bandwidth.
What is unreliable delivery of data?
No check after sending data. Uses less bandwidth.
What is the Network Layer? Provide an example.
Deciding which physical path the data will take by defining the logical topology of the network.
Relies on IP addressing.
Eg. Router, IPv4, IPv6.
What is ARP?
Address Resolution Protocol.
Used in the Network Layer. When a computer is trying to reach an IP address but does not know the associated MAC address, it uses ARP to inquire to all the computers in the network, “what is your MAC address”.
What is the Data Link Layer? Provide an example.
Defines the mechanics of physical communication by defining the format of data on the network.
Uses MAC Addresses.
Eg. Switch
What is the Physical Layer? Provide an example.
Defines the physical components and interfacing of network devices.
Eg. CAT 5, hub, booster
What are the layers of the TCP/IP model?
Application
Transport
Internetwork
Link and Physical