CEH Study Guide - 02 Networking Foundations

CEH Study Guide - 02 Networking Foundations

Professional Development

15 Qs

quiz-placeholder

Similar activities

Computer Networks Unit-2-1

Computer Networks Unit-2-1

Professional Development

20 Qs

CEH Pre Assessment

CEH Pre Assessment

Professional Development

10 Qs

Transport Layer Group Face Off

Transport Layer Group Face Off

Professional Development

20 Qs

Advanced CyberCamp Day 1 & 2 Review

Advanced CyberCamp Day 1 & 2 Review

KG - Professional Development

20 Qs

Scanning Networks

Scanning Networks

Professional Development

10 Qs

Net+ 01 / 02 Review

Net+ 01 / 02 Review

University - Professional Development

11 Qs

Network+ Practice

Network+ Practice

Professional Development

11 Qs

Module 2A. Active Reconnaissance - Scanning

Module 2A. Active Reconnaissance - Scanning

Professional Development

15 Qs

CEH Study Guide - 02 Networking Foundations

CEH Study Guide - 02 Networking Foundations

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Alejandro Hidalgo

Used 10+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these devices would not be considered part of the Internet of Things?

Smartphone

Thermostat

Light bulb

Set-top cable box

Answer explanation

A thermostat is an embedded device without a traditional user interface.

A light bulb would have no user interface, even if it has network capabilities.

A set-top cable box would have a custom interface and not a general-purpose one.

The only device here that is a general-purpose computing platform with a traditional user interface—screen and keyboard—is the smartphone, so it isn’t part of the IoT.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you wanted a lightweight protocol to send real-time data over, which of these would you use?

TCP

HTTP

ICMP

UDP

Answer explanation

TCP uses a three-way handshake, which is fairly heavyweight. HTTP uses TCP and adds more on top of it. ICMP is used for control messages. UDP has very little overhead and is commonly used for real-time data transport.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What order, from bottom to top, does the TCP/IP architecture use?

Network Access, Network, Transport, Application

Link, Internet, Transport, Application

Physical, Network, Session, Application

Data Link, Internet, Transport, Application

Answer explanation

From bottom to top, the TCP/IP architecture is Link, Internet, Transport, and Application.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these services would be considered a storage as a service solution?

Microsoft Azure

iCloud

Google Compute

DropLeaf

Answer explanation

While Microsoft Azure and Google Compute have storage capabilities, they aren’t storage as a service solutions.

Drop leaf is a type of table.

Dropbox is a storage as a service solution.

The only one listed here that is storage as a solution is iCloud, which is Apple’s cloud storage platform.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The UDP headers contain which of the following fields?

Source address, destination address, checksum, length

Destination port, source port, checksum, length

Flags, source port, destination port, checksum

Length, checksum, flags, address

Answer explanation

The IP headers include addresses. UDP headers use ports. TCP headers use flags, but UDP headers do not.

The UDP headers have the source and destination port fields along with checksum and length.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the three steps in the TCP handshake as described by the flags set?

SYN, SYN/URG, RST

RST, SYN, ACK

SYN, SYN/ACK, ACK

SYN, SYN/ACK, ACK/URG

Answer explanation

The three-way handshake is used to establish a connection.

The first message has the SYN flag set and includes the sequence number.

The response from the server has the ACK flag set for the SYN message that was sent from the client.

The acknowledgment number is set.

Additionally, in the same message, the server sends its own SYN flag and sequence number.

The client then responds with an ACK message.

So, the sequence is SYN, SYN/ACK, and ACK.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these protocols would be used to communicate with an IoT device?

ICMP

SMTP

Telnet

HTTP

Answer explanation

While ICMP may be used as part of passing control messages in case of errors in the network, it wouldn’t be used between the IoT device and a server.

SMTP is an email protocol that also wouldn’t be used.

Telnet is a cleartext protocol used to gain commandline access to a system.

HTTP would commonly be used to pass messages between a controlling server and an IoT device.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?