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

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;

56 Cards in this Set

  • Front
  • Back

1. Which of the following protocols are examples of TCP/IP transport layer protocols? (Choose two answers)
- a. Ethernet d. UDP
b. HTTP e. SMTP
c. IP f. TCP

D: UDP and F: TCP

2. Which of the following protocols are examples of TCP/IP data link layer protocols? (Choose two answers)
a. Ethernet
b. HTTP e. SMTP
c. IP f. TCP
d. UDP g. PPP

A: Ethernet and G: PPP

3. The process of HTTP asking TCP to send some data and making sure that it is received correctly is an example of what?
a. Same-layer interaction c. OSI model
b. Adjacent-layer interaction d. All of these answers are correct.

b. Adjacent-layer interaction
4. The process of TCP on one computer marking a TCP segment as segment, 1 and the receiving computer then acknowledging the receipt of TCP segment 1 is an example of what?
a. Data encapsulation d. OSI model
b. Same-layer interaction e. All of these answers are correct.
c. Adjacent-layer interaction
5. The process of a web server adding a TCP header to the contents of a web page, followed by adding an IP header and then adding a data link header and trailer is an example of what?
Data encapsulation
6. Which of the following terms is used specifically to identify the entity created when encapsulating data inside data link layer headers and trailers?
a. Data d. Frame
b. Chunk e. Packet
c. Segment
d. Frame
Name the layers in the Original TCP/IP model
Application
Transport
Internet
Link
Name the layers in the updated TCP/IP model
Application
Transport
Network
Data Link
Physical
Name the layers of the OSI Model
Application
Physical
Session
Transport
Network
Data Link
Physical
Define the functions of the OSI Application layer
Provides an interface between the communications software and any applications that need to communicate outside the computer on which the application resides. Also defines processes for user authentication
Define the functions of the OSI Presentation Layer
Defines and negotiates data formats such as: ASCII text, EBCDIC text, binary, BCD, and JPEG. Encryption is also defined by OSI as a presentation layer service
Define the functions of the OSI Session Layer
Defines start, control, and end of conversations (sessions). Includes control and management of multiple bidirectional messages so application can be notified if some data did not arrive. Allows presentation layer to have seamless view of incoming data streams.
Define the functions of the OSI Transport Layer
Provides a large number of services relating to data delivery to another computer, such as error recovery and flow control.
Define the functions of the OSI Network Layer
Defines three main features: logical addressing, routing and path determination.
Define the functions of the OSI Data Link Layer
Defines the rules that determine when a device can send data over a particular medium. Define the format of a header and trailer that allows devices attached to the medium to successfully send and receive data.
Define the functions of the OSI Physical Layer
Defines the physical media used for transferring data, cabling standards, and the means of transferring the raw bits over the media.
This layer provides an interface between the communications software and any applications that need to communicate outside the computer on which the application resides.
Application Layer
This layer defines processes for user authentication
Application Layer
This layer Defines and negotiates data formats such as ASCII text, EBCDIC text, binary, BCD, and JPEG.
Presentation Layer
This layer defines encryption
Presentation Layer
This layer defines how to start, control, and end conversations
Session Layer
This layer includes the control and management of multiple bidirectional messages so that the application can be notified if only some of a series of messages are completed.
Session Layer
This layer allows the presentation layer to have a seamless view of an incoming stream of data.
Session Layer
This layer provides a large number of services relating to data delivery to another computer such as error recovery and flow control.
Transport Layer
This layer defines three main features: logical addressing, routing and path determination.
Network Layer
This layer defines the rules that determine when a device can send data over a particular medium.
Data Link Layer
This layer define the format of a header and trailer that allows devices attached to the medium to successfully send and receive data.
Data Link Layer
This layer defines the physical media used for transferring data.
Physical Layer
This layer defines cabling standards
Physical Layer
This layer defines the means of transferring the raw bits over the media.
Physical Layer
Name that Layer
HTTP
Application
Name that Layer
IP
Internet
Name that Layer
TCP
Transport
Name that Layer
Ethernet
Data Link
Name that Layer
POP3
Application
Name that Layer
PPP (Point-to-Point protocol)
Data Link
Name that Layer
SMTP
Application
Name that Layer
UDP
Transport
Name that Layer
T1
Data Link
First step to encapsulate data on the sending host
Step 1. Create and encapsulate the application data with any required application layer headers. For example, the HTTP OK message can be returned in an HTTP header, followed by part of the contents of a web page.
Second step to encapsulate data on the sending host
Step 2. Encapsulate the data supplied by the application layer inside a transport layer header. For end-user applications, a TCP or UDP header is typically used
Third step to encapsulate data on the sending host
Step 3. Encapsulate the data supplied by the transport layer inside a network layer (IP) header. IP defines the IP addresses that uniquely identify each computer.
Fourth step to encapsulate data on the sending host
Step 4. Encapsulate the data supplied by the network layer inside a data link layer header and trailer. This layer uses both a header and a trailer.
Fifth step to encapsulate data on the sending host
Step 5. Transmit the bits. The physical layer encodes a signal onto the medium to transmit the frame.
Which layers provide services, and which layers make requests?
Lower layers provide services to upper layers. Upper layers make requests to lower layers
Benefits of using a layered network model
Allows different parts of the network to function independently without having to think of other fuctions.
Define Adjacent-layer Interaction
Two adjacent layers work together with Lower layers provide services to upper layers and upper layers making requests
Define Deencapsulation
On a computer that receives data over a network, the process in which the device interprets the lower-layer headers and, when finished with each header, removes the header revealing the next-higher-layer PDU.
Define Encapsulation
The placement of data from a higher-layer protocol behind the header (and in some cases, between a header and trailer) of the next-lower-layer protocol.
Define Frame
A term referring to a data link header and trailer, plus the data encapsulated between the header and trailer.
Define Networking Model
A generic term referring to any set of protocols and standards collected into a comprehensive grouping that, when followed by the devices in a network, allows all the devices to communicate. Examples include TCP/IP and OSI.
Define Packet
A logical grouping of bytes that includes the network layer header and encapsulated data, but specifically does not include any headers and trailers below the network layer.
Define Protocol Data Unit
A generic term referring to the header defined by some layer of a networking model, and the data encapsulated by the header (and possibly trailer) of that layer, but specifically not including any lower-layer headers and trailers.
Define Same-layer interaction
Communication b/t 2 networking devices at a networking model layer using a header defined by that layer. Devices set values in header, send the header and encapsulated data, and the receiving device(s) interpret the header to decide what action to take.
Define Segment (TCP)
In TCP, a TCP header and encapsulated data (also called an L4PDU). Also, the process of accepting a chunk of data from the application layer and breaking it into smaller pieces for TCP segments.
Define Segment (Ethernet)

In Ethernet, either a single Ethernet cable or a single collision domain (no matter how many cables are used).