Chapter 1 - In-Class Quiz, Homework, Chapter Review, & Lab Questions Flashcards
In-Class Quiz - 10 questions Homework - 15 questions Chapter 1 Review - 20 questions Lab 1 (OSI Model) - 17 questions
Which of the following protocols is used by a client to send an email message?
A. HTTP
B. SMTP
C. FTP
D. RDP
SMTP - The Simple Mail Transfer Protocol is a communication protocol for electronic mail transmission.
When Windows Server controls network access to a group of computers, this logical group is called which of the following?
A. workgroup
B. homegroup
C. domain
D. access group
domain - A Windows domain is a form of a computer network in which all user accounts, computers, printers and other security principals, are registered with a central database located on one or more clusters of central computers known as domain controllers. Authentication takes place on domain controllers.
True or False: A client / server network is the simplest network model.
False - The simplest network is called peer-to-peer
A _____________ is a central conduit that connects the segments (pieces) of a network.
backbone - A backbone or core is a part of computer network that interconnects various pieces of network, providing a path for the exchange of information between different LANs or subnetworks. A backbone can tie together diverse networks in the same building, in different buildings in a campus environment, or over wide areas.
A network that is larger than a LAN and connects clients and servers from multiple buildings is known as which of the following?
A. WAN
B. MAN
C. PAN
D. LAN
MAN - metropolitan area network
What is the seventh layer of the OSI model?
A. Physical layer
B. Transport layer
C. Application layer
D. Session layer
Application Layer
The name given to a group of bits as it moves from one layer of the OSI model to the next is which of the following?
A. frame
B. packet
C. segment
D. protocol data unit (PDU)
packet
Protocols in the ________ layer accept data from the Session layer and manage end-to-end delivery of data.
Transport
True or False: The IP (Internet Protocol) operates in the Transport layer.
False - It’s the network layer.
The least intelligent switches operated at which layer of the OSI model?
A. Physical layer
B. Transport layer
C. Session layer
D. Data Link layer
Data Link layer
A policy in which all exit doors for a building stay unlocked during a fire is an example of what type of policy?
A. fail-open
B. fail-close
C. fail-tolerant
D. fail-oriented
fail-open
At what layer of the OSI model do the IP, ICMP, and ARP protocols operate?
A. Application
B. Session
C. Transport
D. Network
Network
HTTP, IMAP4, FTP, and Telnet are all examples of protocols that operate at what layer of the OSI model?
A. Layer 4
B. Layer 5
C. Layer 6
D. Layer 7
Layer 7 - Application
In a domain, the process of allowing a user to sign on to the network from any computer on the network and get access to resources is managed by what service?
A. Active Directory Federated Users (AD FU)
B. Active Directory Domain Services (AD DS)
C. Automated Directory Network Services (AD NS)
D. Windows Named Resource Services (WN RS)
Active Directory Domain Services (AD DS)
In considering the responsibilities of each layer of the OSI model, what statement accurately reflects those of the Presentation layer?
A. The Presentation layer describes the interface between two applications, each on separate computers.
B. The Presentation layer is responsible for reformatting, compressing, and / or encrypting data in a way that the application on the receiving end can read.
C. The Presentation layer is responsible for describing how data between applications is synced and recovered if messages don’t arrive intact at the receiving application.
D. The Presentation layer is responsible for transporting Application layer payloads from one application to another.
The Presentation layer is responsible for reformatting, compressing, and / or encrypting data in a way that the application on the receiving end can read.