protocols and standards Flashcards

1
Q

why are standards important

A

if the hardware doesn’t follow standards / common rules, the computer systems may not be able to interconnect together to create a network

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

what can manufacturers following different standards lead to

A

incompatible hardware, software

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

what are standards

A

provides a common international language that enables compatibility for all computer systems across the globe

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

what does the program do to transfer / receive data from a connection medium

A

pass the request through different layers
obtain an answer through different layers

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

why would one organize a network design in layers

A

it makes process less complex as it breaks down the process into separate modules

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

what does the protocol of a layer carry out

A

sequence of operations

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

adv of layers

A

easy to manage
greater understanding of each layer
common language for each layer
makes protocol design easier

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

what are packets

A

small groups that the data is broken up into when it is sent over the network
packets travel through the network to reach their final destination

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

what info does a data packet contain

A

small amount of data
destination of the packet

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

what is OSI model

A

Open systems interconnection model that contains 7 layers

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

what are the 7 layers of the OSI model

A

application
presentation
session
transport
network
data link
physical

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

describe application layer

A

performs various services for the application used by the end users

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

which protocol is used by application layer

A

HTTP

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

describe presentation layer

A

provides data format information, data compression information, data encryption information to the application

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

which protocol is used by presentation layer

A

PNG

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

describe session layer

A

manages sessions between two users

17
Q

which protocol is used by session layer

A

window system core protocol

18
Q

describe transport layer

A

managed end-to-end connections

19
Q

which protocol is used by transport layer

A

TCP

20
Q

describe network layer

A

handles routing of packets across a network between intermediary devices

21
Q

which protocol is used by network layer

A

IP

22
Q

describe data link layer

A

error handling of physical transmission

23
Q

which protocol is used by data link layer

A

ethernet

24
Q

describe physical layer

A

transmits 0s and 1s over media between devices

25
Q

which protocol is used by physical layer

A

RS232 - C

26
Q

what are the four layers of TCP/IP model

A

network access
internet
transport
application