IT Infrastructure Fundamentals: Networking, Storage, and Security
A quiz covering core IT infrastructure concepts including network topologies and types, RAID storage configurations and data protection, and computer security fundamentals including authentication methods and common attack types.
Questions
Which of the following are disadvantages of digital certifiactes for authentication ?
- Requires huge amount of resources on the processing system as didgital signature is a complex technology
- They must be installed on every computer that the user wishes to work
- Not economical
- Not reliable
Which of the following Kerberos feature issues the session ticket to a user
- Key Distribution Center (KDC)
- Security Identification (SID)
- Ticket Granting Ticket (TGT)
- Ticket Granting Server (TGS)
Kerberos authenticates the user using which of the following
- Digital signatues
- One-way hash algorithms
- Symmetric encryption
- Assymetric encryption
To ensure data integrity, which of the following does CHAP send across the PPP link to authenticate the remote client ?
- Plaintext password
- One-way hash value
- Digital signature
- Asymmetric encryption key
What happens when a buffer recievs more data than it can hold ?
- The excess data is bounced back to the senders Network, causing it to crash
- The excess data is abosrbed into the reciepient network, causing it to slowdown
- The excess data overflows into the adjacent buffers, corrupting or overwriting the valid data held in them
- The excess data is removed by the compiler usually
In the following form of DOS attack, a resource is bombarded with more data or TCP/IP packets that it can process
- Flooding
- Saturating
- Inundation
- Data-surge
Which type of attacks involves hackers creating programs that issue forged IP addresses ?
- Back-door
- Birthday
- Man-in-the-middle
- Spoofing
Imagine you are a programmer who deliberately left an opening in a piece of code during the build phase that allows you an unknown entry into the application. Using this opening in the code, which of the following types of attack could hackers use to gain unauthorized access to the application ?
- Back-door
- Birthday
- Man-in-the-middle
- Spoofing
Which of the following is a program that can be used to probe a host for vulnerabilities ?
- Trojan
- Demon
- Satan
- Unix
Which of the following option would be the best choice to guard against social engineering in a large organization ?
- Inbox rules
- End user education
- Firewall
- The corporate intranet
Which of the following cracking technique would most quickly crack a password called "hello1"
- The dictionary attack
- The hybrid attack
- The brute-force attack
- The has attack
Which of the following improves performance by distributing data across the disks in a RAID set ?
- Parity
- Striping
- Mirroring
- Clustering
Which of the following saves data to pairs of disks as a means of redundancy ?
- Parity
- Striping
- Mirroring
- Clustering
Which of the following RAID solutions provides fault tolerance without affecting performance in the event of a drive failure ?
- Striping
- Mirroring
- Parity
- Clustering
What is the main benefit of parity RAID ?
- Improves performance
- Provides data redundancy
- Stores multiple identical copies of data
- None of the above
What is the main benefit of data striping ?
- Improves performance
- Provides data redundancy
- Stores multiple identical copies of data
- None of the above
What is the advantage of RAID 5 over RAID 1 ?
- Improved write performance
- The need for fewer drives to provide fault tolerance
- A higher level of redundancy
- Better performance in the event of a drive failure
In the event of a disk failure in a RAID array, what can ensure automatic drive replacement ?
- A hot spare
- A cold swap
- A hot swap
- None of the above
Networks located in a single building are referred to as
- LANs
- WANs
- MANs
- WLANs
In which of these network topologies are all nodes directly connected to each other ?
- Linear
- Ring
- Star
- Tree
- Mesh