Network Connections Using OSI Model Flashcards
Which layer in the OSI Model houses the network-aware application?
Application layer
What is the TCP protocol?
Reliable communication; retransmit packets if they drop.
Example of applications that uses tcp: websites
What is UDP Protocol?
Unreliable, fast communication; real-time. Just sends packets and doesn’t need an acknowledgment if they were received.
Example of applications that use UDP: gaming, phone calls, movies.
TCP or UDP Protocol will allow an application to know how to transmit data that is meant for a specific service. True or False?
True.
What does the transport layer do?
Chooses which protocol will be used. (Reliable or Unreliable)
What does the application layer do?
Houses the application that is being used. Knows to communicate across the network.
What does the presentation layer do?
Formats the data in a way that the receiving server can understand.
Encryption also happens at this layer
What does the session layer do?
Builds up the connection, maintains it, then tears it down.
What does the network layer do?
- Represent logical addressing (IP Address)
- checks where data is coming from and where it is going.
What does the data Link layer do?
Physical addressing
-Ethernet
Defines source and destination MAC address
*cable type does not matter at layer 2
What does the physical layer consist of?
The physical connection of the network. I.e, cables
The Network layer allows for no control of the logical addressing when sending and receiving data. True or False?
False
The data link layer deals with logical addressing of devices ? True or false?
Fakset
Imagine you’re sending data to a server on a different network with an IP address of 10.1.1.55 and a MAC
address of aa:bb:cc:dd:ee:ff. Your nearest router has an IP address of 10.0.0.1 and a MAC address of
ff.ee:dd:cc:bb:aa. In this instance, which destination MAC address would be on the data packet when sending
from the original data source?
ff.ee:dd:cc:bb:aa
Ports 1-1024 are well known port numbers and are used for most standard network communication. True or false
True