• 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/17

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;

17 Cards in this Set

  • Front
  • Back

What is the OSI Model?

The OSI model is an industry standard framework that is used to divide network communications into seven layers. Most network vendors today build their products using this framework.

What is a protocol stack?

A system that implements protocol behavior using a series of layers.

When can a protocol stack be implemented?

Either in hardware or software, or in a combination of both. Typically, only the lower layers are implemented in hardware, and the high layers are implemented in software.

What are the seven layers of the OSI Model in order (bottom up, 1-7)?

* Physical
* Data Link
* Network
* Transport
* Session
* Presentation
* Application

Purpose of the Physical layer?

Defines all the electrical and physical specifications for devices

Purpose of the Data Link layer?

Provides physical addressing and media access procedures

Purpose of Network layer?

Responsible for logical addressing and the domain of routing

Purpose Transport layer?

Provides reliable transport and flow control across a network

Purpose of Session layer?

Establishes, manages and terminates the connections between the local and remote application

Purpose of Presentation layer?

Transforms data formats to provide a standard interface for the Application layer

Purpose of the Application layer?

Responsible for network services to applications

What does CLI?

Command Line Interface

What does ipconfig show? (in Windows CLI)

ipconfig displays basic configuration for all network adapters

What does ping do? (in Windows CLI)

ping tests basic connectivity between devices

What does "net commands" do? (in Windows CLI)

It manages network computers, servers, and resources.

What does tracert do? (in Windows CLI)

tracert traces the routes that packets take from your computer to a destination host

What does nslookup do?

nslookup tests and troubleshoots DNS servers