Network Models Flashcards

1
Q

what is a protocol?

A

A protocol defines the rules that the sender and receiver and all intermediaries need to follow to be able to communicate effectively

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

what is modularity in protocol layering?

A

Modularity means independent layers. A module (layer) is a black box with inputs and outputs, and as long as the inputs and outputs are the same they can be replaced.

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

what are some advantages of protocol layering?

A
  • separates services from implementation

- intermediate steps do not need all layers

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

what is the first principle of protocol layering?

A

If we need bidirectional communication, we need to make each layer so that it is able to perform 2 opposite tasks one in each direction.

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

what is the second principle of protocol layering?

A

The objects under each layer at both sites (sender and receiver) should be identical

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

what is a logical connection?

A

an imaginary connection between identical objects at the same layer of different sites

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

what does TCP/IP stand for?

A

Transmission Control Protocol/Internet Protocol

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

what does the physical layer do?

A

It takes electrical signals from the transmission media and turns them into bits

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

what does the data-link layer do?

A

When a router choose the best link, the data- link protocol moves the datagram across the link.

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

what does the network layer do?

A

chooses and routes the packet through possible routes.

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

what does the transport layer do?

A

provides signals to the application layer adds a transport header and information on ports etc, and the type of program to be used

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

What does the application layer do?

A

Logical connection between two applications. Sends the message between applications, usually with no header

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

Identify the five components of a data communications system.

A
Message
Sender
Receiver
Transmission medium
Protocol
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are the three criteria necessary for an effective and efficient network?

A

Performance - throughput and delay
Reliability - frequency of failure, recovery time, robustness in a catastrophe
Security - access, damage, development, recovery

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

What are the advantages of a multipoint connection over a point to point connection?

A

Advantages of a multipoint over a point-to-point configuration (type of connection) include
ease of installation and low cost.

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

What are the two types of line configuration?

A

point to point

multi point

17
Q

Categorise the four basic topologies in terms of line configuration

A

mesh - p2p
star - p2p
bus - multipoint
ring - p2p

18
Q

what is the difference between half duplex and full duplex transmission modes?

A

half duplex - no transmission and receiving at the same time

full duplex both stations can transmit and receive simultaneously

19
Q

for n devices in a network, what is the number of cable links required for a mesh, ring, bus and star topology?

A

mesh n(n-1)/2
ring n
bus n+1
star n

20
Q

What is an RFC and what difference between a required RFC and a Recommended RFC?

A

Before a new Internet standard is adhered to it must be an Internet Draft (ID). Once the ID is endorsed, it becomes a Request for Comment (RFC). Required RFC must be adhered to for minimum conformance. Recommended RFC are recommended for their usefulness, e.g. FTP and TELNET.

21
Q

What is the maximum number of symbols that can be represented by unicode?

A

2^(32) I think…

22
Q

A color image uses 16 bits to represent a pixel. What is the maximum number of different colors that can be represented?

A

2^(16)

23
Q

How many input/output ports are required on each device in a mesh topology

A

n-1

24
Q

Which layers of the TCP/IP protocol suite are involved in a link-layer switch?

A

The link-layer switch is normally involved in the first two layers of the TCP/ IP protocol
suite:
a. the physical layer,
b. and the data-link layer

25
Q

At what protocol layer is the main protocol IP?

A

Network layer

26
Q

At what protocol layer is TCP and UDP?

A

Transport. Transmission Control Protocol and User Datagram Protocol.

27
Q

At what layer protocol is HTTP and SMTP and FTP

A

application layer. Hypertext Transfer Protocol, Simple Mail Transfer Protocol, File Transfer Protocol