Networks Flashcards

1
Q

Which protocol is Connectionless?

A

UDP

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

Which protocol numbers each packet so they can be arranged in a sequence by the recipient?

A

TCP

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

TCP is faster or slower than UDP?

A

slower

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

Is Connection-oriented?

A

TCP

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

which sends the packets without numbering?

A

UDP

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

True of false. UDP has Lightweight packets with minimal headers?

A

True. TCP has heavy packets becasue of overheads.

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

has only error checking?

A

Udp has Error checking but no recovery. Corrupted packets are simply discarded and not requested again

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

which sends Acknowledgement sent by the recipient?

A

TCP.

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

how does TCP transfer data?

A

TCP transfers method by stream.

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

how does UDP transfer data?

A

by Individual packets.

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

which has congestion control ?

A

TCP

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

what are the Applications for TCP?

A

File transfer, email, web browsing

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

what are the Applications for UDP?

A

Video conferencing, gaming, broadcasts

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

what is the purpose of link layers?

A

The data link layer is the protocol layer in a program that handles the moving of data into and out of a physical link in a network.

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

What is the Mac address used for?

A

They are used in frame headers to Identify the source

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

what is the term framing mean?

A

Framing is a point-to-point connection between two computers or devices consisting of a wire in which data is transmitted as a stream of bits. and is a function of the link layer.

17
Q

How are errors detected?

A

caused by signal attenuation, and noise, and then the receiver detects it.

18
Q

How does error correction work?

A

the receiver identifies and corrects bit error(s) without sender retransmission.

19
Q

If the Network addressing is 172.16.20.0/25:

  1. What is the network address?
  2. What is the first host address?
  3. What is the Broadcast address?
  4. What is the last host address?
  5. What is the Subnet Mask?
  6. how many hosts can you have connected?
A
  1. ) 172.16.20.0
  2. ) 172.16.20.0000 0001
  3. ) 172.16.20.0111 1111 = 172.16.20.127
  4. )172.16.20.126
    5) 255.255.255.128
    6) 27-2 = 126 (7 is the number of host bits), (2 addresses are reserved for broadcasting and network address)