iclicker questions

35
iClicker iClicker Questions Questions CNIT 201E CNIT 201E Modified 8-31-10

Upload: leo-delgado

Post on 03-Jan-2016

34 views

Category:

Documents


1 download

DESCRIPTION

iClicker Questions. CNIT 201E. Modified 8-31-10. After 4.1. What OSI Model Layer labels data with a port number ?. Application, Presentation, or Session Transport Network Data Link Physical. 1 of 7. What OSI Model Layer labels data with a MAC Address ?. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: iClicker Questions

iClicker iClicker QuestionsQuestions

CNIT 201ECNIT 201E

Modified 8-31-10

Page 2: iClicker Questions

After 4.1After 4.1

Page 3: iClicker Questions

What OSI Model Layer labels data What OSI Model Layer labels data with a with a port numberport number??

A.A. Application, Presentation, or SessionApplication, Presentation, or Session

B.B. TransportTransport

C.C. NetworkNetwork

D.D. Data LinkData Link

E.E. PhysicalPhysical

1 of 7

Page 4: iClicker Questions

What OSI Model Layer labels data What OSI Model Layer labels data with a with a MAC AddressMAC Address??

A.A. Application, Presentation, or SessionApplication, Presentation, or Session

B.B. TransportTransport

C.C. NetworkNetwork

D.D. Data LinkData Link

E.E. PhysicalPhysical

2 of 7

Page 5: iClicker Questions

What OSI Model Layer labels data What OSI Model Layer labels data performs performs segmentationsegmentation??

A.A. Application, Presentation, or SessionApplication, Presentation, or Session

B.B. TransportTransport

C.C. NetworkNetwork

D.D. Data LinkData Link

E.E. PhysicalPhysical

3 of 7

Page 6: iClicker Questions

Which protocol will deliver a large Which protocol will deliver a large data file the most rapidly?data file the most rapidly?

A.A. FTPFTP

B.B. HTTPHTTP

C.C. TCPTCP

D.D. UDPUDP

E.E. HTTPSHTTPS

4 of 7

Page 7: iClicker Questions

Which item is Which item is not not found in the found in the TCP header?TCP header?

A.A. ACK numberACK number

B.B. Source IP AddressSource IP Address

C.C. Source Port NumberSource Port Number

D.D. Window SizeWindow Size

E.E. ChecksumChecksum

5 of 7

Page 8: iClicker Questions

A client requests a Web page. A client requests a Web page. What TCP port on the Web server What TCP port on the Web server

receives the request?receives the request?

A.A. 2323

B.B. 5353

C.C. 8080

D.D. 110110

E.E. A port larger than 1023A port larger than 1023

6 of 7

Page 9: iClicker Questions

A client requests a Web page. A client requests a Web page. What TCP port on the client sends What TCP port on the client sends

the request?the request?

A.A. 2323

B.B. 5353

C.C. 8080

D.D. 110110

E.E. A port larger than 1023A port larger than 1023

7 of 7

Page 10: iClicker Questions

After 4.2After 4.2

Page 11: iClicker Questions

When a user opens a Web page, When a user opens a Web page, what is the first TCP packet sent to what is the first TCP packet sent to

the server?the server?

A.A. SYNSYN

B.B. SYN/ACKSYN/ACK

C.C. HTTP GETHTTP GET

D.D. ACKACK

E.E. ARPARP

1 of 5

Page 12: iClicker Questions

Which item is Which item is not not a flag field in the a flag field in the TCP Header?TCP Header?

A.A. GETGET

B.B. ACKACK

C.C. PSHPSH

D.D. URGURG

E.E. RSTRST

2 of 5

Page 13: iClicker Questions

Which type of packet is normally Which type of packet is normally sent to indicate that the session sent to indicate that the session should be ended?should be ended?

A.A. ACKACK

B.B. FINFIN

C.C. PSHPSH

D.D. URGURG

E.E. RSTRST

3 of 5

Page 14: iClicker Questions

What TCP Header Field specifies What TCP Header Field specifies how many bytes can be sent before how many bytes can be sent before waiting for acknowledgement?waiting for acknowledgement?

A.A. WindowWindow

B.B. ChecksumChecksum

C.C. FlagsFlags

D.D. Sequence NumberSequence Number

E.E. Acknowledgement NumberAcknowledgement Number

4 of 5

Page 15: iClicker Questions

What TCP Header Field has the What TCP Header Field has the value 80 in an HTTP GET value 80 in an HTTP GET segment?segment?

A.A. Source PortSource Port

B.B. ChecksumChecksum

C.C. FlagsFlags

D.D. Sequence NumberSequence Number

E.E. Destination PortDestination Port

5 of 5

Page 16: iClicker Questions

Binary Lesson 4Binary Lesson 4Hexadecimal and Binary Hexadecimal and Binary

PracticePractice

Page 17: iClicker Questions

Counting to 15Counting to 15BaseBase Base Base Base 16 Base 16 Base Base Base Base

Base 16Base 16

Two TenTwo Ten (Hex) (Hex) Two Ten (Hex) Two Ten (Hex)

0 00 0 0 0 1000 8 1000 8 8 8

1 11 1 1 1 1001 9 1001 9 9 9

10 210 2 2 2 1010 10 1010 10 A A

11 311 3 3 3 1011 11 1011 11 B B

100 4100 4 4 4 1100 12 1100 12 C C

101 5101 5 5 5 1101 13 1101 13 D D

110 6110 6 6 6 1110 14 1110 14 E E

111 7111 7 7 7 1111 15 1111 15 F F

Page 18: iClicker Questions

Four Bits Make a NybbleFour Bits Make a Nybble

11 00 00 11

A nybble can be represented by one hexadecimal digitValues from 0 to 15, or 0 to F

8s 4s 2s 1s

Page 19: iClicker Questions

Eight Bits Make a ByteEight Bits Make a Byte

11 00 00 11 11 00 00 11

So this number is

128 + 16 + 8 + 1 = 153

8s 4s 2s 1s8s 4s 2s8s 4s 1s2s8s 4s16s

32s

128s

64s

16s

32s

64s

16s

32s

One nybble:

0 through F

One nybble:

0 through F

Page 20: iClicker Questions

Two hexadecimal digits Two hexadecimal digits make a bytemake a byte

11 00 00 11 11 00 00 11

So this number is $99 = 9*16 + 9 = 144+9 = 153

One nybble:

0 through F

# of 16s

One nybble:

0 through F

# of 1s

Page 21: iClicker Questions

Binary iClicker Binary iClicker QuestionsQuestions

Page 22: iClicker Questions

What is 16 in hexadecimal?What is 16 in hexadecimal?

A.A. $0A$0A

B.B. $A6$A6

C.C. $0F$0F

D.D. $10$10

E.E. $16$161 of 11

Page 23: iClicker Questions

What is $A0 in decimal?What is $A0 in decimal?

A.A. 160160

B.B. 100100

C.C. 1010

D.D. 255255

E.E. 9090

2 of 11

Page 24: iClicker Questions

What is 64 in hexadecimal?What is 64 in hexadecimal?

A.A. $20$20

B.B. $30$30

C.C. $34$34

D.D. $40$40

E.E. $44$443 of 11

Page 25: iClicker Questions

What is 252 in hexadecimal?What is 252 in hexadecimal?

A.A. $F0$F0

B.B. $F8$F8

C.C. $FA$FA

D.D. $FC$FC

E.E. $FE$FE4 of 11

Page 26: iClicker Questions

Convert this binary number to Convert this binary number to hexadecimal:hexadecimal:

0110101101101011

A.A. $23$23

B.B. $63$63

C.C. $67$67

D.D. $69$69

E.E. $6B$6B5 of 11

Page 27: iClicker Questions

What is the What is the highlighted highlighted IP IP Address?Address?

A.A. 127.0.0.1127.0.0.1

B.B. 192.168.0.139192.168.0.139

C.C. 192.168.0.101192.168.0.101

D.D. 192.168.0.91192.168.0.91

E.E. Something elseSomething else6 of 11

Page 28: iClicker Questions

Convert this IP address to Convert this IP address to hexadecimal:hexadecimal:

127.0.0.1127.0.0.1

A.A. 80 00 00 0180 00 00 01

B.B. 81 00 00 0181 00 00 01

C.C. 79 00 00 0179 00 00 01

D.D. 7F 00 00 017F 00 00 01

E.E. 7D 00 00 017D 00 00 017 of 11

Page 29: iClicker Questions

Convert this IP address to binary:Convert this IP address to binary:127.0.0.1127.0.0.1

A.A. 11111111 00000000 00000000 0000000111111111 00000000 00000000 00000001

B.B. 01111111 00000000 00000000 0000000101111111 00000000 00000000 00000001

C.C. 00111111 00000000 00000000 0000000100111111 00000000 00000000 00000001

D.D. 00011111 00000000 00000000 0000000100011111 00000000 00000000 00000001

E.E. 00001111 00000000 00000000 0000000100001111 00000000 00000000 00000001

8 of 11

Page 30: iClicker Questions

Convert this IP address to binary:Convert this IP address to binary:147.144.0.1147.144.0.1

A.A. 11111111 00000000 00000000 0000000111111111 00000000 00000000 00000001

B.B. 01111111 00000000 00000000 0000000101111111 00000000 00000000 00000001

C.C. 10010111 10010000 00000000 0000000110010111 10010000 00000000 00000001

D.D. 10010011 10010000 00000000 0000000110010011 10010000 00000000 00000001

E.E. 10010111 10110000 00000000 0000000110010111 10110000 00000000 00000001

9 of 11

Page 31: iClicker Questions

Convert this IP address to binary:Convert this IP address to binary:147.255.255.254147.255.255.254

A.A. 10010111 00000000 00000000 0000000110010111 00000000 00000000 00000001

B.B. 10010011 11111111 00000000 0000000110010011 11111111 00000000 00000001

C.C. 10010111 11111111 11111111 11111111 10010111 11111111 11111111 11111111

D.D. 10010011 11111111 11111111 11111110 10010011 11111111 11111111 11111110

E.E. 10010011 11111111 11111111 11111101 10010011 11111111 11111111 11111101

10 of 11

Page 32: iClicker Questions

Convert this subnet mask to binary:Convert this subnet mask to binary:255.255.255.0255.255.255.0

A.A. 11111111 11111111 11111111 11111111 11111111 11111111 11111111 11111111

B.B. 11111111 00000000 00000000 0000000011111111 00000000 00000000 00000000

C.C. 01111111 01111111 01111111 0000000001111111 01111111 01111111 00000000

D.D. 11111111 11111111 11111111 0000000111111111 11111111 11111111 00000001

E.E. 11111111 11111111 11111111 0000000011111111 11111111 11111111 00000000

11 of 11

Page 33: iClicker Questions

After 4.4After 4.4

Page 34: iClicker Questions

Which TCP header value is Which TCP header value is dynamically adjusted to react to dynamically adjusted to react to

network congestion?network congestion?

A.A. Source PortSource Port

B.B. Destination PortDestination Port

C.C. Window SizeWindow Size

D.D. Acknowledgement NumberAcknowledgement Number

E.E. Sequence NumberSequence Number

1 of 3

Page 35: iClicker Questions

A computer is ready to send a file to another A computer is ready to send a file to another computer over a network link with a latency computer over a network link with a latency of 100 ms (for a round-trip). How long will it of 100 ms (for a round-trip). How long will it have to wait before it can start sending data have to wait before it can start sending data via TFTP?via TFTP?

A.A. No DelayNo Delay

B.B. 50 ms50 ms

C.C. 100 ms100 ms

D.D. 150 ms150 ms

E.E. 200 ms or more200 ms or more

2 of 3