• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/26

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

26 Cards in this Set

  • Front
  • Back
What are the reasons for the OSI model?
Breaks down network for troubleshooting. Create standards for vendors.
What is the Physical Layer?
Electrical pulses over media. Cable, NIC, ext. Something physical. Layer 1
What is the Data Link Layer?
Provides physical addrssing IE MAC addresses. Used for local networking. Ensures data is error free at this layer. Layer 2
What is the Network Layer?
Provides logical addressing IE IP addresses. This layer finds best path to destination. Layer 3
What is the Transport Layer?
Most important layer. Describes how data is sent. Can send reliably or unreliably. TCP or UDP. Other half of Transport layer is port numbers. Transport layer describes what is known as well known services.
What are the reasons for the OSI model?
Breaks down network for troubleshooting. Create standards for vendors.
What is the Physical Layer?
Electrical pulses over media. Cable, NIC, ext. Something physical. Layer 1
What is the Data Link Layer?
Provides physical addrssing IE MAC addresses. Used for local networking. Ensures data is error free at this layer. Layer 2
What is the Network Layer?
Provides logical addressing IE IP addresses. This layer finds best path to destination. Layer 3
What is the Transport Layer?
Most important layer. Describes how data is sent. Can send reliably or unreliably. TCP or UDP. Other half of Transport layer is port numbers. Transport layer describes what is known as well known services. Layer 4
What is the Session Layer?
Starts and ends communication sessions. Also keeps sessions separate. Layer 5
What is the Presentation Layer?
Generifies the data. Puts in format everyone can understand. HTML, JPEG ext. Encryption services at this layer....IE HTTPS keys. Layer 6
What is the Application Layer?
Application it's self. Provides interface that allows applications to communicate across the network.
What is the difference between TCP/UDP?
TCP requires syn/ack. UDP does not. UDP is useful for real time data streams. TCP is for files and such that have to be complete.
What do Port Numbers do?
Port numbers designate what services you are trying to access.
In a browser what does the Application layer do?
Requests webpage.
In a browser what does the Presentation layer do?
Generates the date into HTTP.
In a browser what does the Session layer do?
Creates and separates the session.
In a browser what does the Transport layer do?
Transport layer decides between TCP or UDP. Partners with session layer to create orig port number to keep session separate.
What is the Original Port Number also known as?
Dynamic Source Port #.
How can I monitor the current connections on my machine?
In CMD, netstat.
TCP desktop:1051 localhost:27015 ESTABLISHED
What does this mean?
Protocal, source socket, destination socket, connection is established and live.
In a browser what happens at Network Layer?
Source and Destination IP are added to header of packet.
Does source/destination IP ever change?
No.
In a browser what happens at the Data Link layer?
MAC/Physical Address is used, which is constantly changing hop to hop.
What is the big picture address and what is the local address?
IP is big picture, Mac is local.