Elizabeth Whenham Flashcards

To study for Networking (25 cards)

1
Q

What are the rules called which govern network communication?

A

Protocols

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

What three characteristics do all networks have in common?

A

Source (sender) Destination (receiver) and Channel

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

What does a protocol require to work?

A

An identified sender and receiver. Common Language. Speed and timing of delivery. Confirmation or acknowledgment of requirements.

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

What is the first step in sending a message? And what does it mean?

A

Message encoding. Which is the process of converting information into an acceptable form for transmission.

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

Describe Formatting and encapsulation (Think of the mailing a letter metaphor)

A

The message is formatted similar to a written letter: Identify recipient, Greeting, Content, Closing Phrase, and Identifier of the sender. Encapsulation is comparable to the envelope. The message is folded up into a smaller package and the address of the sender and receiver are placed on the front.

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

What is a frame?

A

A frame is the envelope that the message is encapsulated into.

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

What happens to a message that is to big for the size restriction of a specific network?

A

The message will be broken into separate frames and sent as many pieces. Each frame will have the sender and receiver information on it. The messages will be rebuilt once it arrives at the receiving host.

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

What is access method?

A

Is used to determine when someone is able to send a message. (They need to take turns so that messages don’t collide)

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

What is flow control?

A

Flow control is how much information that can be sent at one time and the speed at which it can be sent. It can be difficult for the receiving device to handle too big a message.

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

What is another rule for communication size other than flow control?

A

message size. This is the rule that will decide how many packets or frames the message will be broken into.

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

What is response timeout?

A

Specifies how long to wait for a response and what to do if that time is reached.

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

What is unicast?

A

Only one destincation

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

What is multicast?

A

The delivery of a message to a group of destinations simultaneously.

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

What is broadcast?

A

All hosts on the network need to receive the message at the same time.

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

What is a group of interrelated protocols called?

A

A protocol suite.

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

What are the higher levels of the suite responsible for?

A

They are focused on the content of the message.

17
Q

What are the lower levels of the suite responsible for?

A

The lower levels are focused on moving data over the network and providing service to the upper layers.

18
Q

List three common protocols, and their full names (not just the acronym) and what layer are they responsible for?

A

HTTP=Hyper Text Transmission Protocol=Application
TCP= Transmission Control Protocol=Transport
IP= Internet Protocol=Internet

19
Q

Describe HTTP

A

Dictates the way the client interacts with the web server. Defines content and formatting of requests and responses.Describe IP

20
Q

Describe TCP

A

Manages individual conversations. Divides the HTTP message into smaller pieces called segments. Responsible for determining the size and speed which messages are exchanged between server and client.

21
Q

Describe IP

A

Takes formatted segments from TCP encapsulates them into packets and assigns the proper addresses as well as delivers them.

22
Q

What is Ethernet? What two main functions does it serve?

A

It is a network access protocol. It provides communication over a data link and the physical transmission of data over the network media. It also takes packets from IP and formats them to be transmitted over the media.

23
Q

What is the point of standards-based protocols?

A

Standards ensure that products from different manufacturers can communicate with devices from different manufacturers.

24
Q

What is the difference between open standards and proprietary standards?

A

Open standards are used by everyone. Proprietary standards are developed or used only by one company, and they define how it functions.

25
What is a reference model and what does it for?
A reference model is a conceptual framework which is used to help people understand and implement protocols. Basically a diagram of how they work.