OSI model & TCP/IP -- layering Flashcards

1
Q

what does the OSI model stand for?

A

Open Systems Interconnection

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

The OSI model is a conceptual framework that describes _____ or ______ systems as seven layers, each with its own function.

A

networking, telecommunication

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

how do the layers help?

A

they help network professionals visualize what’s going on within their networks and how to narrow down problems

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

what are the 7 layers in order?

A

physical, data link, network, transport, session, presentation, application

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

the ____ layer is the one that most users interact with. it provides network services to the end user. it receives information directly from users and displays incoming data to the user. Web browsers reside here.

A

application

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

the _____ layer converts data from one format to another. it “presents” data for the application or the network. this information is sent to the session layer EX) encryption & decryption of data

A

presentation

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

the ____ layer creates a session so that two computers on different networks can talk to each other. this data is passed to or from the transport layer

A

session

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

the ____ layer is responsible for the transmission of data across network connections. EX) TCP & UDP

A

transport

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

the ____ layer takes care of packet forwarding, including routing through different routers. it handles the routing of the data, sending it to the correct destination EX) TCP/IP

A

network

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

the ____ ____ layer provides node-to-node data transfer and handles error correction from the physical later. they’re split up into sublayers called MAC or Logical Link Control (LLC) considered the most complex layers

A

data link

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

the ____ layer represents the electrical and physical representation of the system. This includes cable type, radio frequency, voltages, etc.

A

physical

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

what is one way to remember the OSI model?

A

All People Seem To Need Data Processing

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

what are the two popular network models that are based on the concept of layering?

A

OSI & TCP/IP model

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

_____ divides tasks into sub-tasks and then solve each sub-task independently. This establishes a well defined interface between the layers, making porting easier.

A

layering

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

what are the 2 advantages to layering?

A

code reuse, extensibility

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

what is a real world example of layering?

A

There’s a letter in an envelope with an address on the outside. the Fed ex man adds addressing information and barcode. the local office then delivers it to the hub where it’s sent via airplane to the nearest city. it’s then delivered to the right post office then the person

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

what are the upper layers of the OSI model that are called the Application Layers?

A

Application, Presentation, Session

18
Q

what are the lower layers of the OSI model that are called the Data-Flow Layers?

A

Transport, Network, Data Link, Physical

19
Q

each layer needs to add some ___ information to the data in order to do it’s jov

A

control

20
Q

a ____ address is used to send messages from one host to all other hosts on a network

A

broadcasts

21
Q

a ____ is an agreed upon convention for communication.

A

protocol

22
Q

____ protocols describe the communication between layers on the same endpoint

A

interface

23
Q

___-to-____ protocols describe communication between peers at the same layer

A

peer

24
Q

which layers of the TCP/IP model contain protocols ?

A

application and transport layers

25
Q

which layers of the TCP/IP model contain networks ?

A

Internet & network access layers

26
Q

which model combines presentation and session layers into its application layer?

A

TCP/IP

27
Q

which model combines the OSI data link and physical layers into on e layer?

A

TCP/IP

28
Q

which model appears to be simpler because of its fewer layers?

A

TCP/IP

29
Q

which model’s transport layer uses UDP but doesn’t always guarantee reliable delivery of packets

A

TCP/IP

30
Q

a ____ is an executable file

A

program

31
Q

a ____ or ____ is an instance of a program that’s being executed

A

process, task

32
Q

a ____ ___ can generate multiple processes

A

single program

33
Q

a ____ is a process, not a machine. it wait for a request from a client

A

server

34
Q

a ___ is a process that sends a request to an existing server and waits for a reply

A

client

35
Q

what are the 2 types of servers?

A

Iterative, Concurrent

36
Q

____ servers handle many clients at a time

A

concurrent

37
Q

____ servers handle one client at a time

A

iterative

38
Q

TCP/IP uses an abstract destination point called a _____port

A

protocol

39
Q

____ is a method of bundling data and methods that work within one unit.

A

encapsulation

40
Q

which layer is responsible for encapsulation?

A

physical layer