wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Introduction to Data Transfer and Distributed Computation

Total questions: 150

Worksheet time: 1hrs 15mins

Name
Class
Date
1.

Which statement best defines data transfer in computing?

a)

Moving digital information between systems

b)

Executing code across multiple processors

c)

Encrypting files to protect confidentiality

d)

Storing backups in remote repositories

2.

Which is a core functionality of data transfer?

a)

Move data between systems efficiently

b)

Schedule tasks across compute clusters

c)

Virtualize hardware for resource pooling

d)

Compress media to reduce bandwidth

3.

Which outcome is directly tied to ensuring data integrity during transfer?

a)

Received data matches the original source

b)

More nodes participate in computation

c)

Latency always drops to near zero

d)

All traffic is automatically encrypted

4.

Which option highlights the critical role of data transfer in modern computing?

a)

Backbone for network protocol exchanges

b)

Replacement for distributed file systems

c)

Alternative to local memory management

d)

Eliminates need for system authentication

5.

Select all statements that describe why data transfer is essential in distributed systems.

a)

Shares information between interconnected nodes

b)

Supports fault tolerance through reliable exchange

c)

Optimizes performance by avoiding redundant work

d)

Guarantees zero packet loss on public networks

6.

What is distributed computation?

a)

Breaking tasks across interconnected computers

b)

Running a single task on a mainframe

c)

Caching data in local memory banks

d)

Rendering graphics on a GPU farm

7.

In a distributed computing model, what are computing nodes responsible for?

a)

Executing task segments independently

b)

Only storing final aggregated results

c)

Providing user interfaces for operators

d)

Generating encryption keys for traffic

8.

Which factor is paramount for performance in distributed computation?

a)

Efficient data transfer between nodes

b)

Maximizing redundant calculations

c)

Using a single centralized scheduler

d)

Disabling intermediate result sharing

9.

Reliable data transfer most directly supports which property in distributed systems?

a)

Fault tolerance during failures

b)

Infinite horizontal scalability

c)

Guaranteed real-time analytics

d)

Automatic stateful load balancing

10.

Why does effective data transfer help avoid redundant computations?

a)

Intermediate results are shared timely

b)

Tasks are always replicated twice

c)

Nodes never fail during execution

d)

Memory usage is permanently reduced

11.

Which statement about network connectivity in data transfer is accurate?

a)

Provides pathways for exchanging information

b)

Eliminates protocol overhead completely

c)

Removes need for addressing schemes

d)

Guarantees unlimited bandwidth always

12.

Which benefit aligns with system integration in the context of data transfer?

a)

Reliable access to remote resources

b)

Automatic code generation for kernels

c)

Permanent encryption of all devices

d)

Zero configuration across all networks

13.

Choose the set that best represents core functionality elements of data transfer.

a)

Efficient movement across systems

b)

Integrity assurances during transit

c)

Reliable remote resource access

d)

Mandatory physical media inspection

14.

Which misconception would most likely degrade distributed system performance?

a)

Assuming data transfer is unnecessary

b)

Sharing intermediate results across nodes

c)

Ensuring integrity checks on payloads

d)

Optimizing network paths for latency

15.

Which description connects data movement, network connectivity, and system integration?

a)

Together enable efficient, reliable exchange

b)

Primarily replace application-layer logic

c)

Guarantee perfect synchronization always

d)

Only relevant to single-machine workloads

16.

Which statement best describes why saving intermediate results improves fault tolerance in distributed computing?

a)

It enables rollback to a known checkpoint state

b)

It guarantees zero hardware failures forever

c)

It eliminates the need for data replication entirely

d)

It allows tasks to run faster without any checkpoints

17.

A long-running iterative algorithm crashes midway. What practice minimizes recomputation after restart?

a)

Periodic checkpointing of intermediate outputs

b)

Batching all results at the final step only

c)

Turning off consistency across nodes

d)

Using only one powerful central server

18.

Which are benefits of performance optimization from reusing preserved results?

a)

Avoids redundant computations in later stages

b)

Reduces overall processing time for iterations

c)

Guarantees strict serial execution of tasks

d)

Improves throughput for complex workflows

19.

In a workflow diagram showing Initial Computation → Save Checkpoint → Resume, what role does the checkpoint play?

a)

Acts as a recoverable state for resumption

b)

Serves as a final output submission portal

c)

Replicates every node’s memory contents

d)

Schedules future tasks using cron timers

20.

Which claim about fault tolerance is accurate for distributed systems?

a)

Checkpoints protect against data loss from failures

b)

Failures always crash the entire cluster instantly

c)

Replication removes the need for checkpoints always

d)

Fault tolerance means consistency is unnecessary

21.

Which advantages typically characterize distributed systems?

a)

Scalability by adding nodes incrementally

b)

Availability despite individual node failures

c)

Guaranteed single-copy data without duplication

d)

Efficiency via task distribution across machines

22.

What does scalability mean in distributed architectures?

a)

Expanding capacity by adding more nodes

b)

Eliminating all network latency permanently

c)

Running everything on one large computer

d)

Replacing consistency with faster performance

23.

Availability (fault tolerance) mainly ensures which outcome?

a)

Continuous operation despite some component failures

b)

Perfect synchronization without any replication

c)

Maximum throughput with zero resource overhead

d)

Immediate global consistency across all writes

24.

Which statement best captures consistency in distributed systems?

a)

Shared data remains synchronized across nodes

b)

Every task completes exactly at the same time

c)

No failures can affect any running process

d)

Replication is avoided to reduce storage

25.

Efficiency in distributed computing is primarily achieved by:

a)

Distributing tasks to utilize resources optimally

b)

Removing all redundancy from the system

c)

Locking all data to a single master node

d)

Disabling checkpoints to reduce I/O costs

26.

Which scenario demonstrates avoiding redundant computation using preserved results?

a)

Restarting from the last saved iteration’s state

b)

Re-executing the entire job from the beginning

c)

Discarding partial outputs after every step

d)

Migrating all tasks to one central machine

27.

When workloads surge unexpectedly, which advantage helps sustain performance without failure?

a)

Efficiency through optimal resource utilization

b)

Consistency by strict serializing all writes

c)

Availability by shutting down idle nodes

d)

Scalability by reducing replication levels

28.

Which pair of properties most directly supports resilience against crashes?

a)

Checkpoints of intermediate states

b)

Availability during component failures

c)

Eventual consistency models

d)

Horizontal scalability of storage

29.

A team aims to shorten runtime of an iterative algorithm across a cluster. Which actions help?

a)

Reuse intermediate results from checkpoints

b)

Parallelize tasks across multiple machines

c)

Disable synchronization entirely to go faster

d)

Restart jobs from the first step each time

30.

Which misconception about distributed systems should be avoided?

a)

Fault tolerance means the whole system never fails

b)

Availability can persist even if some nodes crash

c)

Scalability allows capacity growth by adding nodes

d)

Consistency keeps shared data synchronized

31.

Which statement best describes interactive transfer in data systems?

a)

Automated, scheduled group transfers without oversight

b)

Direct, real-time user interaction with immediate feedback

c)

Periodic synchronization using scripts and cron jobs

d)

Background queue processing optimized for bulk workloads

32.

A user manually copies files with scp and watches progress. Which transfer paradigm is used?

a)

Interactive transfer

b)

Batch transfer

c)

Stream processing

d)

Store-and-forward

33.

Which example aligns with interactive transfer rather than batch transfer?

a)

Nightly automated backups to cloud storage

b)

Downloading files through a web browser

c)

Scheduled database export every weekend

d)

Queued migration processed by a script

34.

Choose the primary advantage of interactive transfer.

a)

Reduces human error through full automation

b)

Immediate control and real-time feedback

c)

Highly efficient for repetitive large jobs

d)

Minimal upfront configuration and setup

35.

Which is a disadvantage of interactive transfer in enterprise contexts?

a)

Requires constant user attention during transfers

b)

Cannot provide feedback on transfer status

c)

Unsuitable for ad-hoc, one-off file moves

d)

Always slower than automated batch jobs

36.

Batch transfer is preferable when the workload is

a)

Unpredictable and user-initiated ad-hoc tasks

b)

Small, occasional, interactive file copies

c)

Large volumes requiring repetitive processing

d)

Immediate event handling with low latency

37.

In an interactive workflow, what is the correct sequence?

a)

System → Feedback → User → Initiates Transfer

b)

User → Initiates Transfer → System → Feedback

c)

Feedback → System → User → Initiates Transfer

d)

Initiates Transfer → Feedback → System → User

38.

Which scenario demands low latency typical of interactive applications?

a)

Monthly payroll batch export

b)

Nightly data warehouse loads

c)

Multiplayer online gaming

d)

Weekly log archival

39.

Select all applications that rely on interactive transfer characteristics like immediate response and minimal delay.

a)

Live video streaming

b)

Voice over IP calls

c)

Real-time chat messaging

d)

Scripted nightly backups

40.

Why is interactive transfer suitable for ad-hoc operations?

a)

It queues jobs for deferred execution automatically

b)

It offers direct control with immediate status feedback

c)

It splits workloads into scheduled batches efficiently

d)

It eliminates the need for any user involvement

41.

Which misconception about interactive transfer is most accurate to correct?

a)

It is best for large repetitive tasks

b)

It provides immediate user feedback

c)

It always runs without human input

d)

It cannot handle manual file copies

42.

A financial fraud detection system flags anomalies as transactions occur. Which property is essential?

a)

Delayed batch aggregation overnight

b)

Immediate event processing with low latency

c)

Manual review before data transmission

d)

Periodic synchronization at fixed intervals

43.

Which pair correctly matches paradigm with a typical example?

a)

Interactive transfer — automated backups

b)

Batch transfer — manual FTP client uploads

c)

Interactive transfer — browser file downloads

d)

Batch transfer — real-time chat messaging

44.

Identify the biggest trade-off when choosing interactive transfer for large-scale moves.

a)

Greater need for user attention throughout

b)

Inability to display progress indicators

c)

Lack of real-time control and visibility

d)

Requirement for complex scheduling scripts

45.

Which outcome is expected in interactive applications such as VoIP and chat?

a)

Queued delivery with noticeable delay

b)

Immediate message delivery and display

c)

Offline processing with periodic updates

d)

Batch consolidation before transmission

46.

Which combination of benefits is associated with batch transfer, contrasting interactive transfer?

a)

Efficient for large volumes

b)

Suitable for repetitive tasks

c)

Reduces human error

d)

Provides instant user feedback

47.

Which statement best describes batch transfer in data systems?

a)

Transfers happen continuously with human supervision

b)

Transfers are grouped and scheduled without human intervention

c)

Transfers run only on user-triggered interactive sessions

d)

Transfers prioritize real-time updates over periodic runs

48.

Which scenario is a typical example of batch processing?

a)

Live fraud alerts evaluated per transaction instantly

b)

Nightly data synchronization across regional databases

c)

User clicks processed immediately for personalized ads

d)

Interactive dashboards updating every second

49.

What is a key advantage of batch transfers for large enterprises?

a)

Highly efficient for large data volumes

b)

Eliminates all configuration requirements

c)

Provides immediate results for ad-hoc questions

d)

Guarantees zero debugging complexity

50.

Which disadvantage most limits batch processing for urgent requests?

a)

Less flexible for ad-hoc needs

b)

Requires scheduled automation tools

c)

Uses parallel processing frameworks

d)

Runs during off-peak system hours

51.

A team wants to reduce manual errors in routine data moves. Which approach aligns with batch transfer benefits?

a)

Manual scripts triggered by analysts each morning

b)

Automated jobs scheduled to run nightly

c)

Real-time streams processed per event

d)

On-demand tools launched during peak hours

52.

Which batch processing application aligns with detecting fraud while handling currency conversions?

a)

Historical Analysis

b)

System Backups

c)

Financial Reporting

d)

Credit Card Settlements

53.

Which application focuses on scheduled operations to minimize performance impact during peak hours?

a)

System Backups

b)

Financial Reporting

c)

Historical Analysis

d)

Credit Card Settlements

54.

Which application aims to identify patterns and trends from large historical datasets?

a)

Financial Reporting

b)

Historical Analysis

c)

Credit Card Settlements

d)

System Backups

55.

Which statement about the batch processing workflow is correct?

a)

Data is analyzed before collection begins

b)

Batches are processed sequentially after collection

c)

Analysis occurs before each batch is queued

d)

Collection and analysis happen simultaneously

56.

Which frameworks are commonly used for modern batch processing? Select all that apply.

a)

Apache Spark

b)

MapReduce

c)

Kafka Streams

d)

GraphQL Engines

57.

Why is batch processing often scheduled during off-peak hours?

a)

To increase manual oversight by operators

b)

To minimize impact on system performance

c)

To accelerate ad-hoc analytics requests

d)

To guarantee immediate user-facing results

58.

Which statement best captures the cost profile of batch processing workloads?

a)

Costly for tasks needing immediate responses

b)

Cost-effective when processing delays are tolerable

c)

Expensive due to constant real-time execution

d)

Cheaper only for interactive query workloads

59.

Which processing paradigm prioritizes immediate user feedback with low latency?

a)

Interactive processing with real-time responses

b)

Batch processing with scheduled job windows

c)

Hybrid processing with nightly data merges

d)

Offline processing with deferred confirmations

60.

In typical workloads, which statements about data volume are correct?

a)

Interactive handles individual events or micro-batches

b)

Batch targets large datasets across time periods

c)

Interactive consistently processes terabyte-scale archives

d)

Batch is limited to single-event transactions

61.

Which approach usually achieves higher computational efficiency through aggregation?

a)

Interactive per-event computation overhead

b)

Batch processing with maximized aggregation

c)

Stream processing with constant polling

d)

Manual processing with user-triggered runs

62.

Select the cost considerations most aligned with each paradigm.

a)

Interactive often incurs medium cost due to continuous operation

b)

Batch can be cost-effective via optimized scheduling

c)

Interactive is always cheapest because micro-batches are small

d)

Batch is always most expensive due to long runtimes

63.

A system must analyze fraud signals within seconds of a transaction. Which paradigm fits best?

a)

Interactive processing for immediate decisions

b)

Batch processing with hourly consolidation

c)

Archival processing with monthly reports

d)

Manual review with next-day verification

64.

When comparing latency between paradigms, which is accurate?

a)

Interactive exhibits low latency for quick responses

b)

Batch offers low latency due to pre-scheduling

c)

Interactive has high latency to maximize throughput

d)

Batch provides zero latency using micro-events

65.

Which statement best describes why network file protocols are foundational in IT systems?

a)

They enable data exchange across interconnected systems

b)

They primarily replace local storage devices entirely

c)

They eliminate the need for operating system services

d)

They mainly serve as graphical interfaces for users

66.

Which protocols are highlighted as key for file transfer and sharing in modern networks?

a)

FTP

b)

SFTP

c)

TFTP

d)

SMTP

67.

A team needs to move configuration files quickly within a trusted LAN with minimal overhead. Which protocol aligns with this performance-focused scenario?

a)

TFTP for lightweight, fast transfers

b)

SFTP for encrypted, interactive sessions

c)

NFS for user mailbox synchronization

d)

FTP for mandatory end-to-end encryption

68.

Which factors are emphasized as reasons file transfer protocols matter?

a)

Security during transmission

b)

Performance efficiency

c)

Functionality for specific use cases

d)

Aesthetics of user interfaces

69.

Which statement best describes the role of an FTP client in the client-server model?

a)

Initiates connections and requests transfer services

b)

Hosts files and waits for inbound connections

c)

Encrypts all data and commands by default

d)

Balances network load across multiple servers

70.

In FTP, what is the primary responsibility of the server?

a)

Initiate uploads to clients automatically

b)

Listen for connections and manage file access

c)

Translate commands into SMTP emails

d)

Provide end-to-end encryption for all sessions

71.

Which concept characterizes FTP as presented?

a)

Peer-to-peer transfer protocol

b)

Foundational protocol for generalized file transfer

c)

Routing protocol for inter-domain traffic

d)

Streaming protocol for real-time media

72.

Which flow correctly matches directions between FTP client and server?

a)

Commands from server, data from client

b)

Commands from client, data both directions

c)

Data only from server to client

d)

Commands only from client, no data flow

73.

FTP separates which two aspects in its architecture?

a)

User interface from server file system

b)

Authentication from authorization checks

c)

Control channel from data channel encryption

d)

Transport layer from application layer routing

74.

Which interface types can users employ to interact with FTP servers?

a)

Command-line interfaces

b)

Graphical user interfaces

c)

Voice-controlled assistants

d)

Email clients

75.

What does the USER command specify during FTP authentication?

a)

Current working directory path

b)

The user's login name

c)

Remote server hostname

d)

Transfer mode for data

76.

Which FTP command provides the password associated with the username?

a)

PASS

b)

USER

c)

AUTH

d)

PWD

77.

Which command changes the current directory on the server?

a)

CWD

b)

PWD

c)

MKD

d)

RNFR

78.

You want to see files and subdirectories in the current server directory. Which command should you use?

a)

LIST

b)

RETR

c)

STOR

d)

RMD

79.

Which command downloads a specified file from server to client?

a)

RETR

b)

STOR

c)

APPE

d)

DELE

80.

Which command uploads a specified file from client to server?

a)

STOR

b)

RETR

c)

LIST

d)

RNTO

81.

Which sequence correctly represents typical FTP login steps?

a)

USER then PASS

b)

PASS then USER

c)

LIST then CWD

d)

RETR then STOR

82.

A student claims FTP is mainly used for streaming video. What correction should you provide?

a)

FTP is for generalized file transfer

b)

FTP is a routing protocol

c)

FTP is an email delivery protocol

d)

FTP is a peer-to-peer sharing tool

83.

In the FTP model, which side initiates the connection?

a)

Client

b)

Server

c)

Router

d)

Switch

84.

Which pair of commands would you most likely use before transferring files?

a)

USER

b)

PASS

c)

LIST

d)

QUIT

85.

You changed into /project on the server. Which command likely performed this action?

a)

CWD /project

b)

RETR /project

c)

STOR /project

d)

LIST /project

86.

To verify available files after navigating directories, which command should follow CWD?

a)

LIST

b)

PASS

c)

USER

d)

STOR

87.

Which description best captures FTP’s client-server architecture?

a)

Client requests services, server manages access

b)

Both peers equally serve files on demand

c)

Routers push files using control protocols

d)

Clients only receive unsolicited server data

88.

Which statement best describes FTP’s dual-channel architecture?

a)

Single TCP channel handles commands and data together

b)

Separate control and data channels operate concurrently

c)

Multiple UDP sockets for intermittent control signals

d)

Encrypted control channel with unencrypted data tunnel

89.

Which port is used by the FTP control channel for commands and authentication?

a)

Port 20

b)

Port 21

c)

Port 22

d)

Port 443

90.

Which port typically carries the actual file payload in classic FTP?

a)

Port 21

b)

Port 20

c)

Port 22

d)

Port 25

91.

Which description matches the role of the control channel in FTP?

a)

Transfers bulk file data between endpoints

b)

Handles commands, login, and directory listings

c)

Performs encryption and key exchange for sessions

d)

Maps passive mode sockets through NAT gateways

92.

FTP historically prioritized which aspect over security?

a)

Encryption fidelity over speed

b)

Simplicity and efficiency over security

c)

Firewall traversal over reliability

d)

Platform independence over confidentiality

93.

What network layer foundation does FTP rely on for transport?

a)

UDP datagrams for faster streaming

b)

TCP connections for reliable transfer

c)

ICMP packets for control messages

d)

SCTP multistreaming for file payloads

94.

Place the authentication steps in order for a typical FTP login.

a)

Server maps user to an OS account

b)

Access granted based on file permissions

c)

User provides username and password

d)

Server verifies submitted credentials

95.

In FTP authorization, what determines a user’s effective access rights?

a)

Client-side application settings only

b)

Underlying server file system permissions

c)

The user’s IP address subnet range

d)

Control channel throughput limits

96.

Which statement about home directories in FTP is most accurate?

a)

Always read-only to prevent accidental deletion

b)

Typically full read/write access for the mapped user

c)

Accessible only through the data channel handshake

d)

Encrypted by default using TLS certificates

97.

Which options commonly restrict users in FTP?

a)

Read-only access to specific directories

b)

Time-of-day limits enforced by TCP

c)

Role-based mapping to OS accounts

d)

Mandatory encryption on the control channel

98.

Which advantage is correctly associated with FTP?

a)

Built-in encryption ensures secure credentials

b)

Known for fast transfer of large files

c)

Eliminates the need for firewalls entirely

d)

Optimized only for Linux-based platforms

99.

Which is a notable benefit of FTP regarding platform support?

a)

Supported by nearly all transfer applications

b)

Limited to legacy UNIX systems only

c)

Requires proprietary vendor clients

d)

Works only with browser-based tools

100.

Which characteristic reflects FTP’s flexibility?

a)

Numerous flavors and extensions exist

b)

Single implementation without variants

c)

Strictly fixed feature set since 1970s

d)

Hardcoded directory structure rules

101.

Which limitation arises because FTP sends data and credentials in cleartext?

a)

Firewall congestion becomes unavoidable

b)

Lack of security exposes sensitive information

c)

TCP routing fails under heavy load

d)

Platform support decreases substantially

102.

Why does FTP’s dual-channel design create firewall complexity?

a)

Firewalls block TCP entirely by default

b)

Separate control and data connections complicate rules

c)

Encryption requires deep packet inspection everywhere

d)

UDP fallback interferes with NAT state

103.

Which scenario commonly causes problems for classic FTP in active mode?

a)

NAT devices altering ephemeral ports

b)

TLS offloading at reverse proxies

c)

DNS caching inconsistencies

d)

Bandwidth shaping on MPLS links

104.

Which pairing correctly matches channel to primary function in FTP?

a)

Control channel — bulk payload transfers

b)

Data channel — commands and directory listings

c)

Control channel — commands and authentication

d)

Data channel — encryption and key exchange

105.

Which statement about credentials in FTP authentication is correct?

a)

Users supply certificates through SSH keys

b)

Users submit a username and password

c)

Servers infer identity from MAC addresses

d)

Clients authenticate via browser cookies

106.

Which security implication follows from FTP operating in plaintext?

a)

Credentials can be sniffed during transit

b)

TLS always protects command messages

c)

Password hashing prevents network attacks

d)

Control channel traffic is invisible to analyzers

107.

Which choice best contrasts the control and data channels?

a)

Both carry identical payload types

b)

Control handles session metadata; data moves files

c)

Control encrypts content; data remains cleartext

d)

Control uses UDP; data uses TCP segments

108.

Which statement best defines SFTP in modern IT environments?

a)

Secure alternative to FTP using SSH

b)

FTP add-on that enables TLS only

c)

Legacy protocol replacing SSH entirely

d)

Peer-to-peer file sharing standard

109.

Which transport detail is typical for SFTP operation?

a)

Single TCP port 22 for control and data

b)

Dual ports 21 and 22 for channels

c)

UDP port 69 for transfers

d)

Random ephemeral ports exclusively

110.

Which feature distinguishes SFTP from classic FTP regarding confidentiality?

a)

End-to-end encryption of data and commands

b)

Compression without encryption by default

c)

Obfuscation via custom port ranges

d)

Cleartext transfer with optional hashing

111.

Select all characteristics commonly associated with SFTP.

a)

Extension of the SSH protocol

b)

Strong authentication mechanisms

c)

Dual-channel control and data

d)

Simplified firewall traversal

112.

In the depicted client–server–tunnel model, what role does the SSH tunnel play?

a)

Provides end-to-end encryption across the session

b)

Allocates dual channels for separate streams

c)

Performs NAT traversal using UDP encapsulation

d)

Acts as a proxy that stores files persistently

113.

Which comparison between SFTP and FTP is accurate?

a)

SFTP encrypts transfers; FTP sends data unencrypted

b)

SFTP uses dual connections; FTP uses single connection

c)

SFTP requires port 21; FTP requires port 22

d)

SFTP lacks authentication; FTP supports keys

114.

Which statement about firewall configuration is correct for SFTP?

a)

Single-channel architecture simplifies rules

b)

Requires multiple port ranges opened

c)

Depends on application-layer gateways

d)

Needs separate data channel pinholes

115.

Which methods contribute to strong authentication in SFTP deployments?

a)

Public–private key cryptography support

b)

Anonymous login as the default mode

c)

Shared secret broadcast to all clients

d)

Unencrypted password over control channel

116.

Which security benefit is provided by SFTP's encryption?

a)

Protection against interception and tampering

b)

Guaranteed throughput above 1 Gbps

c)

Automatic deduplication of file blocks

d)

Elimination of server-side access controls

117.

Choose all accurate statements about SFTP traffic handling.

a)

Encapsulates all traffic within a single connection

b)

Uses port 22 for both control and data

c)

Requires out-of-band data connections

d)

Offers less complex traversal than FTP

118.

Which scenario benefits most directly from SFTP's security model?

a)

Transferring patient records in healthcare

b)

Streaming live video over multicast

c)

Syncing public website assets via HTTP

d)

Intra-LAN print job spooling

119.

Which claim about FTP is correct relative to SFTP?

a)

FTP sends data without encryption by default

b)

FTP mandates public key authentication

c)

FTP operates strictly on port 22

d)

FTP encapsulates traffic in a single channel

120.

When comparing authentication approaches, why is SFTP considered more secure than simple username/password schemes?

a)

Supports cryptographic key-based authentication

b)

Relies on client-side caching exclusively

c)

Requires password reuse across services

d)

Uses anonymous access as a baseline

121.

Which elements form the basic SFTP communication path shown?

a)

SFTP client endpoint

b)

SSH tunnel providing encryption

c)

SFTP server endpoint

d)

Dedicated FTP data channel

122.

A network team wants to reduce firewall complexity for secure file transfers. Which choice aligns with that goal?

a)

Adopt SFTP single-channel on port 22

b)

Continue using FTP dual channels

c)

Switch to TFTP over UDP ports

d)

Implement HTTP with basic auth

123.

Which statement best describes Trivial File Transfer Protocol (TFTP)?

a)

A secure, feature-rich file transfer protocol

b)

A minimalist file transfer protocol over UDP

c)

A stateful, connection-oriented TCP service

d)

An encrypted management protocol for routers

124.

On which default port does TFTP operate, and over which transport protocol?

a)

Port 20 over TCP

b)

Port 21 over TCP

c)

Port 69 over UDP

d)

Port 443 over UDP

125.

Which scenarios are appropriate for using TFTP? Select all that apply.

a)

Transferring sensitive medical records across the internet

b)

Bootstrapping diskless clients using PXE

c)

Delivering firmware updates to network devices

d)

Sharing large multimedia files between users

126.

Which key characteristic of TFTP impacts security the most?

a)

Mandatory TLS with certificate pinning

b)

Built-in user authentication methods

c)

No authentication or encryption by default

d)

Complex session negotiation with keys

127.

Why is TFTP considered lightweight compared to other protocols?

a)

It compresses data at the transport layer

b)

It uses a simplified architecture with minimal overhead

c)

It relies on persistent TCP sessions with flow control

d)

It offloads encryption to application proxies

128.

What is a recommended practice when using TFTP in production environments?

a)

Use TFTP over public networks for convenience

b)

Protect TFTP traffic using VPNs or IPSec tunnels

c)

Store credentials inside TFTP configuration files

d)

Enable TLS to secure native TFTP sessions

129.

Which statement best defines Network File System (NFS)?

a)

Protocol for transparent remote file access

b)

Application for encrypting email attachments

c)

Service for managing local printer queues

d)

Algorithm for compressing multimedia files

130.

What does NFS enable for users accessing files over a network?

a)

Transparent remote file access and manipulation

b)

Encrypted tunnels for VPN connectivity

c)

Automatic backup to cloud storage providers

d)

Real-time video streaming optimization

131.

Which mechanism does NFS use for file operations between client and server?

a)

Remote Procedure Call (RPC) mechanism

b)

Simple Mail Transfer Protocol (SMTP)

c)

Secure Shell interactive terminal (SSH)

d)

Transmission Control Protocol segmentation

132.

Which port is typically associated with NFS services?

a)

2049 by default for NFS

b)

443 by default for HTTPS

c)

25 by default for SMTP

d)

53 by default for DNS

133.

What does stateless design in NFS imply about the server?

a)

Server does not retain open-file state

b)

Server persists session state per user

c)

Server tracks file locks across reboots

d)

Server stores client credentials locally

134.

In NFS architecture, which components interact for operations like read, write, open, and close?

a)

NFS client and NFS server

b)

Web browser and proxy cache

c)

Database client and SQL engine

d)

Load balancer and application nodes

135.

How do files presented via NFS typically appear to the user on a client machine?

a)

As part of the local file system

b)

As encrypted email attachments

c)

As removable USB mass storage

d)

As temporary cache-only objects

136.

Which comparison correctly distinguishes NFS from FTP/SFTP/TFTP?

a)

NFS provides transparent remote access; FTP variants copy files

b)

NFS is a wireless protocol; FTP variants are wired only

c)

NFS requires user accounts; FTP variants are anonymous only

d)

NFS encrypts by default; FTP variants cannot encrypt

137.

Which benefit aligns with centralized data storage using NFS?

a)

Multiple clients access a common repository

b)

Each client stores isolated private copies

c)

Data remains only on local disks

d)

Files are transferred by email attachments

138.

What is a key advantage of application sharing via NFS?

a)

Reduced local disk space per application

b)

Guaranteed per-user GPU acceleration

c)

Automatic conversion to container images

d)

Built-in antivirus scanning of binaries

139.

What does a consistent environment in NFS-based sharing ensure?

a)

All users read the same up-to-date files

b)

Each user edits isolated divergent versions

c)

Only administrators can access shared folders

d)

Files are always encrypted end-to-end

140.

Which scenario exemplifies network booting with NFS?

a)

Diskless workstations load OS from server

b)

Smartphones sync photos to cloud albums

c)

Printers fetch drivers over Bluetooth

d)

Routers update firmware via TFTP

141.

Which key benefit of NFS is highlighted for cross-platform use?

a)

Consistent file access across platforms

b)

Hardware-specific drivers for each model

c)

Automatic GPU resource scheduling

d)

Native mobile push notifications

142.

Which statement reflects reduced storage costs when using NFS?

a)

Shared applications avoid per-client duplication

b)

Local caches expand on every workstation

c)

Users copy files to each personal drive

d)

Backups require many separate archives

143.

Which combination of features most characterizes NFS operation?

a)

Transparent remote access semantics

b)

RPC-based client–server operations

c)

Stateless server request handling

d)

Encrypted tunnels by default

e)

Peer-to-peer mesh topology

144.

Which protocol provides encryption by default and supports public key authentication?

a)

FTP with TLS extensions

b)

SFTP over SSH

c)

TFTP with custom keys

d)

NFS over plain RPC

145.

Which authentication method is typical for FTP and considered insecure in the comparison?

a)

Kerberos tickets

b)

OAuth tokens

c)

Username and password in plaintext

d)

Client certificates

146.

Identify the protocols that commonly operate without encryption, leading to data interception risk.

a)

FTP

b)

SFTP

c)

TFTP

d)

NFS (data plane)

147.

A team needs fast transfers for firmware updates over a simple, connectionless method. Which protocol fits best?

a)

SFTP over SSH single-channel

b)

FTP dual-channel TCP

c)

TFTP using UDP stop-and-wait

d)

NFS client-server filesystem

148.

Which vulnerability is specifically linked to SFTP when maintenance is poor?

a)

Man-in-the-middle by plaintext

b)

SSH-related flaws if not updated

c)

Unauthorized RPC access

d)

Credential theft via clear login

149.

Which protocols generally show higher throughput due to minimal processing and simple architecture?

a)

TFTP

b)

FTP

c)

SFTP

d)

NFS

150.

What is the primary function of NFS compared to the file transfer protocols?

a)

Transfer entire files end-to-end

b)

Secure file copy with encryption

c)

Transparent remote file access and manipulation

d)

Boot devices using simple blocks