Chapter 1 Flashcards

1
Q

Adjacent-layer interaction

A

The process of HTTP asking TCP to send some data and making sure that it is received correctly

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Enterprise Network

A

A network created by one corporation or enterprise, for the purpose of allowing its employees to communicate
connects to at least one ISP using WAN links

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

SOHO

A

Small office/home office
Second major branch of networking
Uses the same concepts, protocols and devices used to create enterprise networks
Allows a user to connect to the Internet using a PC and any Internet connection
User can sit at home or in office and communicate with servers at the enterprise

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Networking Model

A

Networking architecture
An organized set of documents that describe one small function required for a network
May define a protocol

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Protocol

A

a set of logical rules that devices must follow to communicate

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

TCP/IP

A

defines a large collection of protocols that allow computers to communicate
Defines the details of each of these protocols inside documents called Requests for Comments
Each layer provides a service to the layer above it

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

TCP/IP Layers

A

Application
Transport
Internet
Network access

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

TCP/IP Application Layer

A

provide services to the application software running on a computer
defines services the application needs
provides an interface between software running on a computer and the network itself

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

TCP/IP Transport Layer

A

consists of two main protocol options which are TCP and UDP

helps to guarantee delivery of the data across a network through acknowledgments

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the concept when two computers use a protocol (an agreed-to set of rules) to communicate with the same layer on another computer?

A

Same layer interaction on different computers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the concept when on a single computer, one layer provides a service to a higher layer?

A

Adjacent-layer interaction on the same computer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the final product of the 5 steps of encapsulation and where do each of the inputs come from?

A

DL-IP-TCP-Data-DL

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the data encapsulated in the transport layer called?

A

Segment

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the data encapsulated in the network layer called?

A

Packet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the data encapsulated in the data link layer called?

A

Frame

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Which layer encapsulates data with both a header and a trailer?

A

Data link adds both a header and a trailer

17
Q

What are the 7 layers of the OSI Model?

A
  1. Application
  2. Presentation
  3. Session
  4. Transport
  5. Network
  6. Data Link
  7. Physical
18
Q

What are the 5 layers of the TCP/IP Model?

A
  1. Application
  2. Transport
  3. Network
  4. Data Link
  5. Physical
19
Q

What are 6 benefits of a layered protocol specification?

A
  1. Less complex
  2. Standard interfaces - Allowing multiple vendors to create products that fill a particular role
  3. Easier to learn
  4. Easier to develop - Reduced complexity allows easier program changes and faster product development.
  5. Multivendor interoperability - Creating products to meet the same networking standards means that computers and network gear from multiple vendors can work in the same network.
  6. Modular engineering - One vendor can write software that implements higher layers
20
Q

The TCP/IP model uses terms like segment, packet, and frame. What terms does the OSI model use?

A

PDU or protocol data unit

21
Q

What is the term that refers to the process of putting headers (and sometimes trailers) around some data?

A

encapsulation