Chapter 2 Models, Ports, Protocols and Network Services Flashcards

1
Q

Which of the following commands is used within FTP to change the working directory on the local host?

cd

rcd

mgo

lcd

A

LCD

The lcd command is used within FTP to change the working directory on the local host (cd does it on the remote host). The other command options given do not exist in FTP.

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

NTP uses a hierarchical, semi-layered system of time sources wherein each level of the hierarchy is termed a

Stratum

Relay

Lease

Scope

A

Stratum

NTP uses a hierarchical, semi-layered system of time sources wherein each level of the hierarchy is termed a stratum. Each stratum/level is assigned a number starting with zero for the reference clock at the top and incrementing from there with the number representing the distance from the reference clock: this means that a server synchronized to a stratum n server runs at stratum n + 1. All other choices presented (Lease, Relay, and Scope) are associated with DHCP and not with NTP.

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

Traffic is not being allowed through port 3389 of the firewall. Which TCP or UDP protocol is associated with that port by default?

SSH

HTTPS

SMTP

RDP

NetBIOS

SIP

A

RDP

Port 3389, by default, is associated with RDP. Port 443 is associated with HTTPS by default, whereas port 22 is associated with SSH, port 25 is associated with SMTP, ports 137–139 are associated with NetBIOS, and ports 5060 and 5061 are associated with SIP.

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

At which layer of the OSI model does STP operate?

Data link

Transport

Session

Presentation

A

Layer 2 Datalink Layer

Protocols and technologies such as Spanning Tree Protocol (STP) operate at the data link layer.

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

Which of the following protocols operates, by default, on port 22?

DNS

SMTP

SSH

TFTP

A

SSH

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

Which of the following services provides name resolution services for FQDNs?

ARP

DNS

WINS

DHCP

A

DNS
The Domain Name System/Domain Name Service (DNS) resolves fully qualified domain names (FQDNs) to IP addresses. Dynamic Host Configuration Protocol (DHCP) provides automatic IP address assignment. The Windows Internet Name Service (WINS) provides NetBIOS computer name to IP address resolution. Address Resolution Protocol (ARP) resolves IP addresses to MAC addresses.

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

Which of the following protocols enable client systems to access and run applications on a remote system, using that system’s resources?

CAI

MOU

RDP

SOW

A

RDP

The Remote Desktop Protocol (RDP) enables client systems to access and run applications on a remote system, using that system’s resources. Only the user interface, keystrokes, and mouse movement are transferred between the client and server computers.

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

You are attempting to configure a client’s email program. The user can receive mail but cannot send any. In the mail server configuration screen of the mail application, you notice that the Type of Outgoing Mail Server field is blank. This explains why the client cannot send mail. Which of the following protocols are you most likely to enter as a value in the Type of Outgoing Mail Server field?

POP3

IMAP4

HTTPS

SMTP

A

STMP

SMTP is used to send email and is a protocol within the TCP/IP protocol suite. POP3 and IMAP4 are email retrieval protocols, not protocols for sending email. HTTPS is not used to send or retrieve email.

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

At which layer of the OSI model does RTP operate?

Presentation

Transport

Application

Data link

A

Application Layer, Layer 7

Protocols and technologies such as Real-time Transport Protocol (RTP) operate at the application layer.

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

Which of the following DNS record types is a pointer to the canonical name, which is used to perform a reverse DNS lookup?

CNAME

NS

PTR

MX

A

PTR

A PTR record is a pointer to the canonical name, which is used to perform a reverse DNS lookup, in which case the name is returned when the query originates with an IP address.

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

Traffic is not being allowed through port 53 of the firewall. Which TCP or UDP protocol is associated with that port by default?

DHCP

DNS

IMAP

RDP

A

DNS

Port 53 is associated with DNS, by default.
Port 3389, by default, is associated with RDP, whereas
port 143 is associated with IMAP, and
ports 67 and 68 are associated with DHCP.

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

Which of the following protocols operates, by default, on ports 5060 and 5061?

RDP

SIP

SMB

DHCP

A

SIP

By default, SIP operates at ports 5060 and 5061.
SMB operates at port 445,
DHCP at ports 67/68, and
RDP at port 3389.

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

Which layer of the OSI model is responsible for converting data from the application layer into a format that can be sent over the network?

Transport

Network

Presentation

Session

A

Presentation

The presentation layer converts data from the application layer into a format that can be sent over the network. The session layer synchronizes the data exchange between applications on separate devices. The transport layer establishes, maintains, and breaks connections between two devices. The network layer provides mechanisms for the routing of data between devices across single or multiple network segments.

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

What are logical groupings of SNMP systems known as?

Nodes

Pairs

Mirrors

Communities

A

Communities

SNMP communities are logical groupings of systems. When a system is configured as part of a community, it communicates only with other devices that have the same community name.

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

What are SNMP databases called?

WINS

Agents

MIBs

HOSTS

A

MIBs

SNMP uses databases of information called MIBs to define what parameters are accessible, which of the parameters are read-only, and which can be set.

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

Which layer of the OSI model is responsible for establishing, maintaining, and breaking connections between two devices?

Network

Presentation

Transport

Session

A

Transport Layer

The transport layer establishes, maintains, and breaks connections between two devices. The presentation layer converts data from the application layer into a format that can be sent over the network. The session layer synchronizes the data exchange between applications on separate devices. The network layer provides mechanisms for the routing of data between devices across single or multiple network segments.

17
Q

Which layer of the OSI model is responsible for synchronizing the data exchange between applications on separate devices?

Presentation

Network

Session

Transport

A

Session Layer, layer 5

The session layer synchronizes the data exchange between applications on separate devices.
The presentation layer converts data from the application layer into a format that can be sent over the network.
The transport layer establishes, maintains, and breaks connections between two devices.
The network layer provides mechanisms for the routing of data between devices across single or multiple network segments.

18
Q

Which layers of the OSI model match the network interface layer of the TCP/IP model?

Session
Application
Physical
Presentation
Transport
Data link
Network

A

Physical Layer 1
Data Link Layer 2

The network interface layer of the TCP/IP model matches the data link and physical layers of the OSI model in functionality. The other choices are incorrect because they are OSI model layers other than those that match the network interface layer of the TCP/IP model.