IClicker Questions CNIT 201E. After 3.2 What OSI Model Layer performs encryption? A.Application B.Presentation C.Session D.Transport E.Some other layer.

Slides:



Advertisements
Similar presentations
Binary Lesson 3 Hexadecimal. Counting to 15 Base Base Base 16 Base Base Base 16 Two Ten (Hex) Two Ten (Hex)
Advertisements

Wireless Networking. Wireless Standards a b g n.
IClicker Questions CNIT 201E Modified After 4.1.
6/15/2015 Network Fundamentals IV Dr. Tim Lin ECE Department Cal Poly Pomona Add Corporate Logo Here EXIT > >
Chapter 2 Internet Protocol DoD Model Four layers: – Process/Application layer – Host-to-Host layer – Internet layer – Network Access layer.
Microsoft Windows Server 2003 TCP/IP Protocols and Services Technical Reference Slide: 1 Lesson 23 Virtual Private Networks (VPNs)
Number Systems.
 TCP/IP is the communication protocol for the Internet  TCP/IP defines how electronic devices should be connected to the Internet, and how data should.
Network Protocols. Why Protocols?  Rules and procedures to govern communication Some for transferring data Some for transferring data Some for route.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 Chapter 2 The OSI Model and TCP/IP Protocol Suite.
Computer Networks.  The OSI model is a framework containing seven layers that defines the protocols and devices used at each stage of the process when.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Network Services Networking for Home and Small Businesses – Chapter.
THE OSI MODEL AND THE TCP/IP PROTOCOL SUITE CS 1202 Lectur3 part2.
TCP/IP Protocol.
The OSI Model and the TCP/IP Protocol Suite Outline: 1.Protocol Layers 2.OSI Model 3.TCP/IP Model 4.Addressing 1.
Hour 7 The Application Layer 1. What Is the Application Layer? The Application layer is the top layer in TCP/IP's protocol suite Some of the components.
1 Figure 3-27: Use of TCP and UDP Port Number Client From: :50047 To: :80 SMTP Server Port 25 Webserver.
General rules 1. Rule: 2. Rule: 3. Rule: 10. Rule: Ask questions ……………………. 11. Rule: I do not know your skill. If I tell you things you know, please stop.
TCP/IP Protocol Suite 1 Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Chapter 19 Domain Name System (DNS)
Protocols COM211 Communications and Networks CDA College Olga Pelekanou
IClicker Questions CNIT 201E Last revised
Binary Lesson 5 Counting. Powers of 2 One bit has 2 possible values (2^1) One bit has 2 possible values (2^1) 0 or 1 0 or 1 Two bits have 4 possible values.
Teaching Subnetting Sam Bowne City College San Francisco Web: samsclass.info
Binary Lesson 1 Nybbles. Base Ten Normal Numbers Normal Numbers Each place has one of these values: Each place has one of these values:
The Hexadecimal System is base 16. It is a shorthand method for representing the 8-bit bytes that are stored in the computer system. This system was chosen.
Binary Lesson 4 Hexadecimal and Binary Practice Modified for IPv6.
Binary Lesson 4a Hexadecimal and Binary Practice2.
Decimal Numbers.
Networks Problem Set 3 Due Nov 10 Bonus Date Nov 9
Instructor Materials Chapter 5 Providing Network Services
The OSI Model and the TCP/IP Protocol Suite
Networks Problem Set 3 Due Oct 29 Bonus Date Oct 26
Networking for Home and Small Businesses – Chapter 6
Binary Lesson 1 Nybbles.
Working at a Small-to-Medium Business or ISP – Chapter 7
The Open System Interconnection (OSI) Model & Network Protocols.
Networking for Home and Small Businesses – Chapter 6
Working at a Small-to-Medium Business or ISP – Chapter 7
The OSI Model and the TCP/IP Protocol Suite
Binary Quiz UIN: ____________________
Transport Protocols Relates to Lab 5. An overview of the transport protocols of the TCP/IP protocol suite. Also, a short discussion of UDP.
Binary Lesson 1 Nybbles.
Transport Protocols Relates to Lab 5. An overview of the transport protocols of the TCP/IP protocol suite. Also, a short discussion of UDP.
Binary Lesson 1 Nybbles.
Working at a Small-to-Medium Business or ISP – Chapter 7
The centronics port Interfacing to a PC.
Binary Lesson 3 Hexadecimal
Binary Lesson 2 Bytes.
Transport Protocols An overview of the transport protocols of the TCP/IP protocol suite. Also, a short discussion of UDP.
Binary Lesson 8a IPv6 Addresses: Hexadecimal
The OSI Model and the TCP/IP Protocol Suite
The OSI Model and the TCP/IP Protocol Suite
Binary Lesson 2 Bytes.
Binary Lesson 3 Hexadecimal
Binary Lesson 3 Hexadecimal
Binary Lesson 2 Bytes.
Chapter 2 Network Models
Binary Lesson 8 IPv6 Addresses: Hexadecimal
Binary Lesson 3 Hexadecimal
Binary Lesson 4 Hexadecimal and Binary Practice
Binary Lesson 4 Hexadecimal and Binary Practice
Domain Name System: DNS
Networking for Home and Small Businesses – Chapter 6
Binary Lesson 1 Nybbles.
The OSI Model and the TCP/IP Protocol Suite
Network Addressing.
Computer Networks Protocols
Counting
Binary Lesson 7 Review of Binary and Hexadecimal
Binary Lesson 1 Nybbles.
Presentation transcript:

iClicker Questions CNIT 201E

After 3.2

What OSI Model Layer performs encryption? A.Application B.Presentation C.Session D.Transport E.Some other layer 1 of 3

Which protocol is used to provide a terminal so commands can be typed in to control remote devices? A.DNS B.SMTP C.Telnet D.FTP E.HTTP 2 of 3

What OSI Model Layer can restore a connection that times out? A.Application B.Presentation C.Session D.Transport E.Some other layer 3 of 3

After 3.3

What protocol uses UDP ports 67 and 68? A.DNS B.SMTP C.Telnet D.DHCP E.FTP 1 of 5

Which DNS record is used to resolve a name like to an IP address like ,? A.A B.NS C.CNAME D.MX E.AAAA 2 of 5

What protocol uses GET, POST, and PUT methods? A.DNS B.SMTP C.HTTP D.DHCP E.FTP 3 of 5

What protocol uses TCP ports 20 and 21? A.DNS B.SMTP C.Telnet D.DHCP E.FTP 4 of 5

Which protocol can be used to move a file from a Unix server to a Windows client? A.SMB B.FTP C.HTTP D.SMTP E.All of the above 5 of 5

Lab Notes

Hands-on Labs Lab 3.4.1: Data Stream Capture Lab 3.4.1: Data Stream Capture You can do it at home if you have a microphone You can do it at home if you have a microphone Lab 3.4.2: Managing a Web server Lab 3.4.2: Managing a Web server You could do it at home, download apache from You could do it at home, download apache from Lab 3.4.3: Services and Protocols Lab 3.4.3: Services and Protocols Do it in the classroom or on NETLAB Do it in the classroom or on NETLAB

Binary Lesson 2 Bytes

Base Ten Normal Numbers Normal Numbers Each place has one of these values: Each place has one of these values: = 1* * = 1* * Or 1*10^2 + 4*10^1 + 7*10^0 Or 1*10^2 + 4*10^1 + 7*10^0

Base Ten Ones place Number of ones 10^0 Tens place Number of tens 10^1 Hundreds place Number of hundreds 10^2

Base Two Binary Numbers Binary Numbers Each place has one of these values: Each place has one of these values: = 1 * = 3 11 = 1 * = 3 Or 1*2^1 + 2^0 Or 1*2^1 + 2^0

Base Two Ones place Number of ones 2^0 Twos place Number of twos 2^1 Fours place Number of fours 2^2

Counting to 7 Base TwoBase Ten Base TwoBase Ten

Counting to 15 Base Two Base TenBase Two Base Ten Base Two Base TenBase Two Base Ten

Four Bits Make a Nybble s 4s2s1s

Eight Bits Make a Byte So this number is = 153 8s4s2s1s8s4s2s8s4s1s2s8s4s 16s32s 128s 64s16s32s64s16s32s

Binary iClicker Questions

What is 6 in binary? A B C D E of 6

What is 15 in binary? A B C D E of 6

What is 32 in binary? A B C D E of 6

What is 60 in binary? A B C D E of 6

What is in decimal? A.10 B.100 C.128 D.64 E.32 5 of 6

What is in decimal? A.87 B.109 C.111 D.127 E of 6

Binary Lesson 3 Hexadecimal

Counting to 15 Base Base Base 16 Base Base Base 16 Two Ten (Hex) Two Ten (Hex) A A B B C C D D E E F F

Four Bits Make a Nybble A nybble can be represented by one hexadecimal digit Values from 0 to 15, or 0 to F 8s 4s2s1s

Eight Bits Make a Byte So this number is = 153 8s4s2s1s8s4s2s8s4s1s2s8s4s 16s32s 128s 64s16s32s64s16s32s One nybble: 0 through F One nybble: 0 through F

Two hexadecimal digits make a byte So this number is $99 = 9* = = 153 One nybble: 0 through F # of 16s One nybble: 0 through F # of 1s

Binary iClicker Questions

What is 6 in hexadecimal? A.$0A B.$06 C.$60 D.$66 E.$A6 1 of 6

What is $15 in decimal? A.9 B.15 C.20 D.21 E.31 2 of 6

What is 32 in hexadecimal? A.$32 B.$20 C.$10 D.$24 E.$30 3 of 6

What is 63 in hexadecimal? A.$63 B.$60 C.$40 D.$3F E.$39 4 of 6

What is $F0 in decimal? A.15 B.150 C.255 D.240 E of 6

What is $80 in decimal? A.80 B.100 C.128 D.192 E of 6