Tüm alıştırma soruları

2237 soru

Soru 281Soru

A network engineering team is evaluating WAN deployment models to interconnect several mission-critical data center sites. They are considering implementing a full-mesh physical topology to maximize overall system availability.

Which of the following statements accurately describe the operational characteristics and design trade-offs of a full-mesh network topology? (Select TWO.)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: The total number of direct physical point-to-point links required to connect nn sites is calculated using the formula n(n1)2\frac{n(n - 1)}{2}.; It provides complete redundancy, ensuring network traffic can be rerouted if any individual link experiences a physical outage.

Cevap

The correct statements are that the formula n(n1)2\frac{n(n - 1)}{2} determines the required link count for nn nodes, and that full-mesh topologies offer complete redundancy against single link failures.
A full-mesh network provides maximum redundancy by connecting every node directly to every other node using n(n1)2\frac{n(n - 1)}{2} links. This structural redundancy ensures that traffic can be dynamically rerouted around any single point-to-point link failure.

Adım Adım Çözüm

1
Analyze full-mesh connectivity requirements
Each node must have a dedicated connection to every other (n1)(n - 1) node, yielding n(n1)2\frac{n(n - 1)}{2} total physical links.
This formula accurately accounts for bi-directional unique links between all nodes without double-counting.
2
Evaluate fault tolerance and redundancy
High availability is maintained because alternate physical paths exist between all sites.
Redundant links prevent any single line outage from partitioning the network.
3
Identify misconceptions regarding routing and scaling
Full-mesh physical topologies do not flatten Layer 3 boundaries, and cabling grows quadratically (O(n2)O(n^2)), not linearly.
Confusing physical link layout with Layer 2 broadcast domains or assuming linear growth leads to improper network design assumptions.

Anahtar Kavram

Full-Mesh Topology Link Calculation and Redundancy Characteristics
Tahmini Süre:1m 30s
Soru 282Soru

Match each network service requirement on the left with its corresponding default port number and transport layer protocol on the right.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

Directory service queries requiring implicit encryption via TLS
Network clock synchronization across distributed network infrastructure
Encrypted remote command-line administration and secure file transfer
Initial key exchange and Security Association negotiation for IPsec VPNs

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Directory queries via TLS matches TCP port 636; Network clock synchronization matches UDP port 123; Encrypted remote administration matches TCP port 22; Initial key exchange for IPsec VPNs matches UDP port 500.
Each service requirement maps strictly to its standard port and transport protocol: encrypted LDAP queries require TCP port 636, time synchronization requires UDP port 123, secure remote management requires TCP port 22, and IPsec key exchange requires UDP port 500.

Adım Adım Çözüm

1
Analyze secure directory service protocol requirements.
Identified LDAPS operating over TCP port 636.
Standard unencrypted LDAP uses TCP 389, while implicitly encrypted LDAPS mandates TCP port 636.
2
Analyze time synchronization protocol requirements.
Identified NTP operating over UDP port 123.
Clock synchronization requires low overhead without connection setup delays, necessitating UDP port 123.
3
Analyze secure CLI and file administration protocol requirements.
Identified SSH/SFTP operating over TCP port 22.
Secure Shell provides reliable encrypted interactive shell access and SFTP transport via TCP port 22.
4
Analyze IPsec VPN key negotiation protocol requirements.
Identified IKE operating over UDP port 500.
Internet Key Exchange Phase 1 Security Association setup uses ISAKMP over UDP port 500.

Anahtar Kavram

Standard Network Port Assignments and Transport Layer Selection
Soru 283Soru

An enterprise network engineer is troubleshooting interconnectivity between two switches, SW-East and SW-West. The switches are connected via a direct fiber link on interface GigabitEthernet1/0/24.

The interface configuration on SW-East is:
text
interface GigabitEthernet1/0/24
switchport mode trunk
switchport trunk native vlan 100
switchport trunk allowed vlan 10,20,30

The interface configuration on SW-West is:
text
interface GigabitEthernet1/0/24
switchport mode trunk
switchport trunk native vlan 100
switchport trunk allowed vlan 10,20,100

Workstations in VLAN 30 connected to SW-East cannot reach resources in VLAN 30 connected to SW-West, while devices on VLAN 10 and VLAN 20 function normally across both switches. System diagnostic logs report no native VLAN mismatch errors.

Which of the following best explains why traffic for VLAN 30 fails to traverse the trunk link?

Cevabı ve açıklamayı göster

Cevap: VLAN 30 is omitted from the allowed VLAN list on SW-West, causing ingress frames tagged with VLAN 30 to be dropped by SW-West.

Cevap

VLAN 30 is omitted from the allowed VLAN list on SW-West, causing ingress frames tagged with VLAN 30 to be dropped by SW-West.
For an 802.1Q trunk to successfully pass traffic for a given VLAN in both directions, that VLAN must be configured in the allowed VLAN list on both switch interfaces. SW-East allows VLAN 30, but SW-West explicitly restricts allowed traffic to VLANs 10, 20, and 100. Consequently, frames tagged with VLAN 30 sent from SW-East are discarded upon ingress at SW-West's interface.

Adım Adım Çözüm

1
Examine the trunk interface configuration on both switches
SW-East allows VLANs 10, 20, and 30. SW-West allows VLANs 10, 20, and 100.
802.1Q trunks only forward frames for VLANs explicitly included in their trunk allowed lists.
2
Trace frame transmission for VLAN 30 from SW-East to SW-West
SW-East inserts an 802.1Q tag for VLAN 30 and transmits the frame across GigabitEthernet1/0/24.
VLAN 30 is not the native VLAN (100), so frames leaving SW-East carry a 4-byte 802.1Q header with VLAN ID 30.
3
Evaluate frame processing upon arrival at SW-West interface GigabitEthernet1/0/24
SW-West checks the allowed VLAN list (10, 20, 100) and drops the VLAN 30 tagged frame.
Since VLAN 30 is missing from SW-West's allowed VLAN list, ingress filtering drops the tagged frame.

Anahtar Kavram

802.1Q Trunk Allowed VLAN List Pruning and Filtering
Tahmini Süre:2m 0s
Soru 284Soru

An edge routing gateway processes an incoming packet addressed to 10.50.12.9910.50.12.99. The gateway's active routing table contains four operational routes that encompass this destination address:

- Route 1: 10.50.12.96/2910.50.12.96/29 learned via EIGRP (Administrative Distance: 9090, Metric: 2560025600, Next-Hop Interface: eth1)
- Route 2: 10.50.12.96/2810.50.12.96/28 configured as a Static Route (Administrative Distance: 11, Metric: 00, Next-Hop Interface: eth2)
- Route 3: 10.50.12.0/2410.50.12.0/24 learned via OSPF (Administrative Distance: 110110, Metric: 44, Next-Hop Interface: eth3)
- Route 4: 10.50.0.0/1610.50.0.0/16 learned via eBGP (Administrative Distance: 2020, Metric: 1010, Next-Hop Interface: eth4)

Which next-hop interface will the router select to forward this packet, and what is the primary routing rule governing this decision?

Cevabı ve açıklamayı göster

Cevap: The router forwards the packet out eth1 because 10.50.12.96/29 provides the longest prefix match (/29), which takes precedence over administrative distance and metric during route selection.

Cevap

The router selects eth1 as the next-hop interface because 10.50.12.96/29 offers the longest prefix match (/29), which overrides administrative distance and metric considerations.
The correct response identifies eth1 as the next-hop interface because the router evaluates path selection using the Longest Prefix Match (LPM) algorithm first. The destination IP address 10.50.12.99 falls within the subnet range of 10.50.12.96/29 (10.50.12.96 to 10.50.12.103). Because /29 is the longest and most specific subnet mask among all matching routing table entries (/29 vs /28, /24, and /16), the router selects this route immediately without comparing administrative distance or metric values.

Adım Adım Çözüm

1
Determine subnet ranges for all routes matching destination IP 10.50.12.99
10.50.12.96/29 covers 10.50.12.96 to 10.50.12.103. 10.50.12.96/28 covers 10.50.12.96 to 10.50.12.111. 10.50.12.0/24 covers 10.50.12.0 to 10.50.12.255. 10.50.0.0/16 covers 10.50.0.0 to 10.50.255.255. All four routes are valid matches.
The router must identify all matching prefix entries in the forwarding table before applying selection rules.
2
Compare prefix length (subnet mask specificity) across all valid candidate routes
Prefix lengths are /29 (255.255.255.248), /28 (255.255.255.240), /24 (255.255.255.0), and /16 (255.255.0.0).
Longest Prefix Match (LPM) is the absolute first criteria evaluated by an IP routing table lookup.
3
Apply the Longest Prefix Match (LPM) rule to select the forwarding route
The route with the longest prefix mask (/29) associated with next-hop interface eth1 is selected.
Administrative Distance and Metric are only evaluated when breaking ties between identical prefix lengths.

Anahtar Kavram

Longest Prefix Match (LPM) Precedence
Soru 285Soru

A network technician is configuring an interface on a network switch that connects directly to another switch. The link between the switches must transmit traffic for multiple VLANs across a single physical cable using IEEE 802.1Q tagging. Which interface operational mode should be configured on this port?

Cevabı ve açıklamayı göster

Cevap: Trunk mode

Cevap

Trunk mode
Trunk mode allows a switch interface to carry traffic for multiple VLANs over a single physical link by adding 802.1Q tags to identify frame membership.

Adım Adım Çözüm

1
Identify the connectivity requirement for the inter-switch link.
The single physical connection must carry frames belonging to multiple distinct VLANs.
Switches require a method to identify which VLAN a frame belongs to when sending traffic over a shared inter-switch link.
2
Select the appropriate interface operational mode.
Configuring the interface in trunk mode enables IEEE 802.1Q frame tagging to multiplex multiple VLANs over the link.
Trunk ports apply 802.1Q tags to outgoing frames and read tags on incoming frames, whereas access ports support only one untagged VLAN.

Anahtar Kavram

802.1Q Trunk Interface Configuration
Soru 286Soru

A network administrator is configuring a Domain Name System (DNS) server to support an automated security monitoring system. The monitoring system captures IP addresses from network traffic logs and performs reverse DNS lookups to convert those IP addresses back into hostnames. Which DNS record type must be created on the server to enable this reverse resolution functionality?

Cevabı ve açıklamayı göster

Cevap: PTR record

Cevap

PTR record
A Pointer (PTR) record is specifically designed for reverse DNS lookups, mapping an IP address (in the in-addr.arpa or ip6.arpa domain) back to a Fully Qualified Domain Name (FQDN). This fulfills the requirement for the security monitoring tool to resolve logged IP addresses into readable hostnames.

Adım Adım Çözüm

1
Identify the primary functional requirement from the scenario
The system needs to perform reverse DNS lookups (mapping an IP address to a hostname).
Security logging and network management tools use reverse DNS to identify hostnames associated with captured IP addresses.
2
Evaluate DNS record types against the reverse resolution requirement
Pointer (PTR) records reside in reverse lookup zones (in-addr.arpa for IPv4, ip6.arpa for IPv6) and explicitly map IP addresses to hostnames.
Forward lookup records (A, AAAA, CNAME) map hostnames to IP addresses or other hostnames, whereas PTR records perform the inverse mapping.

Anahtar Kavram

DNS Record Types and Reverse DNS Resolution
Soru 287Soru

A network administrator is allocating subnets from the assigned address block 192.168.100.0/24192.168.100.0/24 using Variable Length Subnet Masking (VLSM). Subnets must be provisioned sequentially starting from the beginning of the block, ordered from largest to smallest host capacity requirement:

1. Sales Division: requires 5858 usable host IP addresses
2. Marketing Division: requires 2828 usable host IP addresses
3. Executive Staff: requires 1212 usable host IP addresses

If the Sales Division is assigned the first subnet starting at 192.168.100.0192.168.100.0, what is the range of usable host IP addresses for the Marketing Division?

Cevabı ve açıklamayı göster

Cevap: 192.168.100.65192.168.100.65 through 192.168.100.94192.168.100.94

Cevap

The usable host IP address range for the Marketing Division is 192.168.100.65192.168.100.65 through 192.168.100.94192.168.100.94.
The Sales Division takes 192.168.100.0/26192.168.100.0/26 (6464 addresses), placing the next available network block at 192.168.100.64192.168.100.64. The Marketing Division requires 2828 usable hosts, requiring a block of at least 3030 IP addresses. A /27/27 subnet provides 3232 total addresses (252^5), creating a subnet range of 192.168.100.64192.168.100.64 to 192.168.100.95192.168.100.95. Omitting the reserved network ID (192.168.100.64192.168.100.64) and broadcast address (192.168.100.95192.168.100.95) leaves valid usable host addresses from 192.168.100.65192.168.100.65 through 192.168.100.94192.168.100.94.

Adım Adım Çözüm

1
Calculate subnet mask and address range for the Sales Division (58 hosts).
Sales needs 58+2=6058 + 2 = 60 total addresses. The smallest power of 22 greater than or equal to 6060 is 26=642^6 = 64 addresses (/26/26 prefix). Network ID: 192.168.100.0/26192.168.100.0/26, Broadcast: 192.168.100.63192.168.100.63.
Two addresses are reserved for network ID and broadcast address.
2
Determine the starting network address for the Marketing Division.
The next available IP address after the Sales broadcast address is 192.168.100.64192.168.100.64.
VLSM allocations must be contiguous without overlapping existing subnets.
3
Calculate prefix length and address block size for the Marketing Division (28 hosts).
Marketing needs 28+2=3028 + 2 = 30 total addresses. The smallest power of 22 greater than or equal to 3030 is 25=322^5 = 32 addresses (/27/27 prefix). Subnet block: 192.168.100.64/27192.168.100.64/27.
A /27/27 prefix provides 3232 total addresses (3030 usable).
4
Identify the usable host IP range for the Marketing Division.
Network ID: 192.168.100.64192.168.100.64. Broadcast address: 192.168.100.64+31=192.168.100.95192.168.100.64 + 31 = 192.168.100.95. Usable host range: 192.168.100.65192.168.100.65 to 192.168.100.94192.168.100.94.
Usable host range spans from Network ID + 1 up to Broadcast address - 1.

Anahtar Kavram

Variable Length Subnet Masking (VLSM) Host Capacity Allocation
Soru 288Soru

A network technician is configuring a local interface using the IPv4 subnet block 192.168.50.0/28192.168.50.0/28. What is the maximum number of usable host IP addresses available on this subnet?

Cevabı ve açıklamayı göster

Cevap: 14

Cevap

The maximum number of usable host IP addresses on a /28 subnet is 14.
In IPv4 networking, a /28 prefix reserves 4 bits for host addressing (3228=432 - 28 = 4). The total number of IP addresses within the block is 24=162^4 = 16. Subtracting the dedicated network address and broadcast address (16216 - 2) yields 14 usable IP addresses for host devices.

Adım Adım Çözüm

1
Determine the number of host bits in a /28 subnet.
32 total IPv4 bits - 28 network bits = 4 host bits.
The prefix length /28 specifies that 28 bits are reserved for the network prefix.
2
Calculate total available IP addresses.
24=162^4 = 16 total addresses.
The total capacity of a binary address block is 2n2^n, where nn is the number of host bits.
3
Subtract reserved addresses to find usable host count.
162=1416 - 2 = 14 usable host IP addresses.
The first address serves as the network identifier and the final address serves as the subnet broadcast address; neither can be assigned to individual hosts.

Anahtar Kavram

IPv4 Subnet Usable Host Calculation
Soru 289Soru

A network administrator is deploying a live voice over IP (VoIP) application that requires low latency and can tolerate occasional data loss. Which Transport layer protocol should the administrator select to meet these requirements?

Cevabı ve açıklamayı göster

Cevap: User Datagram Protocol (UDP)

Cevap

User Datagram Protocol (UDP) should be used because it is a connectionless Transport layer protocol optimized for low latency without packet retransmission overhead.
User Datagram Protocol (UDP) is connectionless, meaning it transmits datagrams without establishing a preliminary connection or requesting acknowledgments. This minimal overhead makes UDP the preferred choice for real-time streaming and voice applications where speed is critical.

Adım Adım Çözüm

1
Analyze the application traffic requirements
Real-time VoIP traffic prioritizes speed and minimal delay over guaranteed delivery.
Retransmitting delayed voice packets creates jitter and poor call quality.
2
Identify the appropriate Transport layer protocol
Connectionless protocols like UDP send data without establishing a connection or waiting for acknowledgments.
This eliminates handshaking overhead and latency, perfectly matching VoIP requirements.

Anahtar Kavram

Connection-Oriented vs Connectionless Transport Protocols
Tahmini Süre:45s
Soru 290Soru

A network administrator is deploying a database synchronization service across a wide area network (WAN). The application requires guaranteed packet delivery, strict in-order sequence processing, and flow control to prevent buffer exhaustion at the receiving endpoint, while being tolerant of minor latency delays. Which transport layer protocol and operational characteristic best satisfy these application requirements?

Cevabı ve açıklamayı göster

Cevap: TCP, because it establishes a virtual connection using a three-way handshake and uses sequence numbers and acknowledgments to ensure reliable, ordered delivery.

Cevap

TCP is the correct protocol selection because it is connection-oriented, utilizing a three-way handshake, sequence numbers, acknowledgments, and windowing to guarantee data delivery and order for critical database synchronization.
Database synchronization requires high data integrity, complete delivery, and strict packet ordering. TCP (Transmission Control Protocol) is a connection-oriented Layer 4 protocol that establishes a reliable session via a three-way handshake (SYN, SYN-ACK, ACK). It tracks data stream progress using sequence and acknowledgment numbers and employs sliding window mechanisms for flow control, making it the ideal protocol despite its higher header overhead.

Adım Adım Çözüm

1
Analyze the application requirements from the scenario.
The scenario requires guaranteed delivery, strict packet ordering, and flow control, while tolerating minor latency.
Identifying necessary features dictates whether a connection-oriented or connectionless protocol is required.
2
Compare TCP and UDP protocol capabilities against identified requirements.
TCP provides connection-oriented reliability, error recovery, flow control, and sequence ordering at Layer 4. UDP provides connectionless, unacknowledged, low-overhead transmission.
TCP matches all requirements (guaranteed delivery and ordering), whereas UDP prioritizes speed over reliability.
3
Select the option specifying TCP with accurate architectural descriptions.
TCP utilizes a three-way handshake (SYN, SYN-ACK, ACK) to set up sessions and uses sequence numbers for ordering.
This accurate description directly fulfills the requirements of database synchronization.

Anahtar Kavram

Connection-Oriented vs Connectionless Transport Protocols
Soru 291Soru

A network engineer is troubleshooting an enterprise application connectivity issue using a packet analyzer. The capture indicates that the host successfully establishes a lower-level transport connection via a TCP three-way handshake. Following segment reassembly at Layer 4, the data stream is handed up the stack. However, the connection drops because the host fails to negotiate character encoding syntax and payload encryption protocols required to interpret the message structure. At which layer of the Open Systems Interconnection (OSI) model does this specific negotiation failure occur, and what general term describes the Protocol Data Unit (PDU) at this stage?

Cevabı ve açıklamayı göster

Cevap: Presentation Layer (Layer 6); the PDU is referred to as Data

Cevap

The negotiation failure occurs at the Presentation Layer (Layer 6), where the PDU is generically referred to as Data.
The correct answer identifies the Presentation Layer (Layer 6) as responsible for data representation, encryption/decryption, compression, and syntax conversion. Upper OSI layers (Layers 5 through 7) process the payload referred to as Data.

Adım Adım Çözüm

1
Analyze the scenario description to identify the failing network operation.
The failure occurs during character encoding syntax negotiation and payload encryption formatting after TCP segment reassembly.
Character set translation (e.g., ASCII/EBCDIC), data compression, and cryptographic formatting (e.g., TLS syntax/presentation handling) are core functions of the OSI Presentation Layer.
2
Determine the corresponding OSI model layer for syntax, formatting, and encryption.
Layer 6 (Presentation Layer) is identified as the layer responsible.
Layer 6 acts as the data translator for the network, ensuring payload structures are formatted correctly for consumption by Layer 7.
3
Identify the proper Protocol Data Unit (PDU) nomenclature at this stage of processing.
At Layers 5, 6, and 7, the encapsulated payload is classified generically as Data.
Specific PDU naming conventions apply to lower layers (Layer 2 = Frame, Layer 3 = Packet, Layer 4 = Segment), while upper layers process unified Data.

Anahtar Kavram

OSI Layer 6 (Presentation Layer) functions and PDU classification
Tahmini Süre:2m 0s
Soru 292Soru

A network technician is using a packet analyzer to inspect network traffic on a local Ethernet segment. The analyzer displays frame headers containing source and destination Media Access Control (MAC) addresses alongside a Logical Link Control (LLC) header. At which layer of the OSI model does this header encapsulation and addressing occur?

Cevabı ve açıklamayı göster

Cevap: Data Link layer

Cevap

The Data Link layer
The Data Link layer (Layer 2) of the OSI model operates with frames and uses Media Access Control (MAC) addresses for local node-to-node delivery. It is split into two sublayers: LLC (which interfaces with Layer 3) and MAC (which manages physical media access).

Adım Adım Çözüm

1
Identify the data structures mentioned in the packet capture
The packet capture shows Media Access Control (MAC) addresses and a Logical Link Control (LLC) header.
Analyzing specific header elements allows accurate mapping to the corresponding OSI model layer.
2
Map the MAC and LLC components to the OSI model hierarchy
LLC and MAC are the two standardized sublayers of Layer 2 (Data Link layer).
Layer 2 provides physical addressing and structures raw bits into readable frames for local network transport.

Anahtar Kavram

OSI Data Link Layer Functions and Sublayers
Soru 293Soru

A network engineer is inspecting an interface configuration on a core router. The uncompressed 128-bit IPv6 address assigned to the interface is 2001:0db8:0000:0000:0008:0000:0000:00012001:0db8:0000:0000:0008:0000:0000:0001. According to standard IPv6 address compression rules (RFC 5952), which of the following is the correct shorthand representation of this address?

Cevabı ve açıklamayı göster

Cevap: 2001:db8::8:0:0:1

Cevap

The correct compressed IPv6 address is 2001:db8::8:0:0:1.
The address 2001:db8::8:0:0:12001:db8::8:0:0:1 correctly applies RFC 5952 guidelines: leading zeros within each hextet are truncated (0db8db80db8 \rightarrow db8, 000880008 \rightarrow 8, 000000000 \rightarrow 0), and the double-colon (::) is used exactly once to replace the first contiguous block of zero hextets (0:00:0).

Adım Adım Çözüm

1
Omit leading zeros in each 16-bit hextet.
The original address 2001:0db8:0000:0000:0008:0000:0000:00012001:0db8:0000:0000:0008:0000:0000:0001 simplifies to 2001:db8:0:0:8:0:0:12001:db8:0:0:8:0:0:1.
Leading zeros within a four-digit hexadecimal group do not add value and can be safely suppressed.
2
Identify consecutive zero hextet runs to apply the double-colon (::) operator.
There are two zero runs of equal length (two groups of zeros each): 0:00:0 after db8db8, and 0:00:0 after 88.
RFC 5952 specifies that when zero runs are of equal length, the first contiguous run of all-zero hextets must be replaced with '::'.
3
Apply the double colon to the first run of zero hextets only.
The final compressed address is written as 2001:db8::8:0:0:12001:db8::8:0:0:1.
The double colon (::) can only be used once in an IPv6 address to prevent ambiguity during address expansion.

Anahtar Kavram

IPv6 Address Compression Rules (RFC 5952)
Soru 294Soru

A network engineer is troubleshooting an enterprise application issue. Packet captures indicate that TCP connections are successfully established and network packets are correctly routed. However, half-duplex communication dialogue between the client and server repeatedly desynchronizes because missing checkpoint tokens prevent session recovery after brief network interruptions. Which layer of the OSI model is primarily responsible for establishing, managing, and synchronizing these dialogue checkpoints?

Cevabı ve açıklamayı göster

Cevap: Session layer (Layer 5)

Cevap

Session layer (Layer 5)
The Session layer (Layer 5) establishes, maintains, synchronizes, and terminates dialogues between applications across network devices. It manages communication modes (simplex, half-duplex, full-duplex) and places checkpoints into data streams so long transfers can resume from the last valid checkpoint following a failure.

Adım Adım Çözüm

1
Analyze the reported symptoms in the network scenario.
Transport layer connectivity (TCP SYN/ACK) and Network layer routing are functional, isolating the problem to higher-layer functions.
Eliminates lower layers (Layers 1-4) as the root cause of connection teardown.
2
Identify the specific network functions described in the stem.
The functions include managing dialogue control and inserting synchronization checkpoints into data streams.
Dialogue control and checkpointing are explicit responsibilities defined in the OSI model framework.
3
Map the specific functions to the correct OSI layer.
Layer 5 (Session layer) is designated for session establishment, maintenance, dialogue organization, and synchronization checkpoints.
Differentiates Layer 5 responsibilities from Layer 4 transport control, Layer 6 data formatting, and Layer 7 application protocols.

Anahtar Kavram

OSI Session Layer (Layer 5) Dialogue Control and Synchronization
Tahmini Süre:1m 30s
Soru 295Soru

A network engineer is troubleshooting performance degradation in a real-time voice and video collaboration tool deployed across an enterprise WAN link with a 2% packet loss rate. Testing shows that when using TCP for streaming media, audio output suffers from severe stuttering and growing latency spikes. Switching the stream to UDP resolves the latency spikes, allowing minor packet loss without blocking the media pipeline. Which characteristic of connection-oriented protocols causes the severe latency spikes observed during packet loss under TCP?

Cevabı ve açıklamayı göster

Cevap: TCP relies on cumulative acknowledgments and in-order byte streaming, causing head-of-line blocking in the receiver buffer while waiting for missing segment retransmissions.

Cevap

TCP's reliance on cumulative acknowledgments and in-order byte streaming causes head-of-line blocking, forcing the receiver buffer to delay processing subsequent packets until missing segments are retransmitted.
TCP is a connection-oriented protocol that guarantees delivery and strict ordering. When packet loss occurs on a network link, TCP's receiver buffer experiences head-of-line blocking, where correctly received subsequent packets cannot be passed to the application until the missing segment is retransmitted and acknowledged. In real-time voice and video streams, this delay causes severe latency spikes and stuttering.

Adım Adım Çözüm

1
Identify the protocol requirements for real-time streaming traffic versus bulk data transfer.
Real-time voice and video streams prioritize low latency and continuous timing over 100% data reliability.
Late packets in real-time media are useless because the playback point has already passed.
2
Analyze how TCP handles packet loss in connection-oriented transport.
TCP enforces reliable, in-order delivery. When a packet is lost, TCP holds subsequent out-of-order packets in the receiver queue and requests retransmission.
This behavior is known as head-of-line blocking, which introduces variable delays (jitter) and latency spikes.
3
Compare TCP's behavior with UDP connectionless transport.
UDP transmits datagrams independently without sequence tracking or retransmission requests. Dropped packets are simply omitted without halting the stream.
This allows UDP to maintain predictable, low-latency playback suitable for real-time applications.

Anahtar Kavram

Connection-Oriented vs Connectionless Transport Behavior
Tahmini Süre:1m 30s
Soru 296Soru

Match each network protocol feature or term on the left with its correct connection property on the right.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

Transmission Control Protocol (TCP)
User Datagram Protocol (UDP)
Three-way handshake
Best-effort delivery

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Transmission Control Protocol (TCP) matches with 'Connection-oriented protocol providing reliable, sequenced delivery with flow control'. User Datagram Protocol (UDP) matches with 'Connectionless protocol operating with minimal overhead and no delivery guarantees'. Three-way handshake matches with 'Connection establishment process using SYN, SYN-ACK, and ACK flags before data transfer'. Best-effort delivery matches with 'Transmission method where data is sent without checking receiver readiness or confirming packet arrival'.
TCP requires explicit connection setup (three-way handshake) and provides error recovery and flow control, making it connection-oriented. UDP sends datagrams without a connection negotiation or acknowledgment, making it connectionless and reliant on best-effort delivery.

Adım Adım Çözüm

1
Identify the primary connection characteristics of transport protocols.
TCP is recognized as connection-oriented (guaranteed delivery) and UDP as connectionless (low overhead, no guarantees).
This establishes the fundamental distinction between stateful session protocols and stateless datagram transport.
2
Match specific mechanisms to their protocol types.
The three-way handshake maps to TCP session setup, while best-effort delivery maps to connectionless forwarding behavior.
Connecting terms like SYN/ACK flags directly connects TCP operational requirements with connection setup.

Anahtar Kavram

Connection-Oriented vs Connectionless Transport Protocols
Soru 297Soru

Match each IPv6 header field on the left with its corresponding function or IPv4 equivalent on the right.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

Hop Limit
Traffic Class
Flow Label
Next Header

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Hop Limit matches with decrementing hop counts (replacing TTL). Traffic Class matches with QoS prioritization (replacing DiffServ/ToS). Flow Label matches with identifying specific packet communication flows. Next Header matches with identifying upper-layer protocols or extension headers (replacing Protocol).
Hop Limit serves as the direct replacement for IPv4 TTL. Traffic Class manages Quality of Service classifications. Flow Label identifies real-time traffic streams for consistent path routing. Next Header replaces the IPv4 Protocol field and identifies payload type or extension headers.

Adım Adım Çözüm

1
Analyze Hop Limit field
Identified as the field preventing network loops by decrementing at every router hop, equivalent to IPv4 TTL.
IPv6 simplified packet header terminology from Time to Live to Hop Limit to accurately reflect its hop-count function.
2
Analyze Traffic Class field
Identified as the field handling packet prioritization and QoS markings.
Traffic Class performs the exact function of the IPv4 DSCP/ToS byte.
3
Analyze Flow Label field
Identified as the 20-bit field maintaining consistent forwarding treatment for specific real-time packet streams.
Flow Label was introduced in IPv6 to streamline routing for real-time applications without reading deep payload headers.
4
Analyze Next Header field
Identified as the field specifying the payload protocol or chaining extension headers.
IPv6 uses Next Header both to point to transport layer protocols (like TCP/UDP) and to daisy-chain optional extension headers.

Anahtar Kavram

IPv6 Header Architecture and Field Equivalencies
Soru 298Soru

A network technician is organizing documentation for the Open Systems Interconnection (OSI) reference model to train new staff members. Which description of functions, address types, and Protocol Data Units (PDUs) correctly matches each specified OSI layer?

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

Presentation Layer (Layer 6)
Transport Layer (Layer 4)
Network Layer (Layer 3)
Data Link Layer (Layer 2)

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Presentation Layer (Layer 6) matches syntax formatting, compression, and encryption/decryption. Transport Layer (Layer 4) matches end-to-end segmentation, port addressing, and flow control using Segments/Datagrams. Network Layer (Layer 3) matches logical IP addressing and path determination using Packets. Data Link Layer (Layer 2) matches physical MAC addressing, media access, and node-to-node transit using Frames.
Each OSI layer serves a specific role in data transmission: Layer 6 (Presentation) formats and encrypts data; Layer 4 (Transport) segments data and manages flow control using port numbers; Layer 3 (Network) handles logical IP addressing and routing packets across networks; Layer 2 (Data Link) handles physical MAC addressing and node-to-node framing.

Adım Adım Çözüm

1
Identify Layer 6 (Presentation Layer) functions.
Layer 6 deals with how data is formatted, encrypted, decrypted, and compressed for application consumption.
The Presentation Layer ensures that data sent from the Application layer of one system is readable by the Application layer of another system.
2
Identify Layer 4 (Transport Layer) functions.
Layer 4 manages end-to-end transport using TCP or UDP ports, breaking data into segments and ensuring reliability or session flow.
Transport protocols focus on process-to-process communication using port numbers.
3
Identify Layer 3 (Network Layer) functions.
Layer 3 provides logical addressing (IP addresses) and routes packets across internetwork boundaries.
Routers operate at Layer 3 to inspect IP packet headers and forward traffic across networks.
4
Identify Layer 2 (Data Link Layer) functions.
Layer 2 organizes raw bits into frames with source and destination physical MAC addresses for transmission within a local broadcast domain.
Switches operate at Layer 2 using hardware MAC addresses to deliver frames locally.

Anahtar Kavram

OSI Model Layer Responsibilities and Protocol Data Units
Tahmini Süre:1m 30s
Soru 299Soru

Match each IPv6 header field with its primary function during packet processing.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

Traffic Class
Flow Label
Next Header
Hop Limit

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Traffic Class matches packet prioritization and QoS marking; Flow Label matches identifying sequences of packets requiring specialized handling; Next Header matches specifying the transport layer protocol or extension header; Hop Limit matches replacing the IPv4 Time to Live (TTL) field.
Each IPv6 header field maps to a specific operation: Hop Limit prevents packets from circulating indefinitely by replacing TTL; Next Header defines upper-layer payload protocols or points to extension headers; Traffic Class marks QoS priorities; Flow Label tracks specific flows for optimized routing.

Adım Adım Çözüm

1
Analyze Traffic Class function
Identified as the 8-bit field responsible for Quality of Service (QoS) and Differentiated Services in IPv6.
Traffic Class replaces DiffServ/ToS to classify traffic priority.
2
Analyze Flow Label function
Identified as the 20-bit field maintaining path consistency for specific packet flows.
Flow Label helps routers process real-time streams (like VoIP) along identical paths without deep packet inspection.
3
Analyze Next Header function
Identified as the 8-bit field designating the encapsulated protocol or extension header.
IPv6 replaces the IPv4 Protocol field with Next Header to support daisy-chained extension headers.
4
Analyze Hop Limit function
Identified as the 8-bit field decremented by routers to drop expired packets.
Hop Limit performs the exact loop prevention role as IPv4 Time to Live (TTL).

Anahtar Kavram

IPv6 Header Fields and Functions
Soru 300Soru

A network engineer is analyzing a Wireshark packet capture while troubleshooting inter-VLAN routing in an enterprise IPv6 deployment. During analysis, the engineer notes a specific IPv6 header field that functions to prevent packets from circulating endlessly in a routing loop, as well as several IPv6 host addresses written in shorthand notation. Which of the following accurately identifies the IPv6 header field responsible for loop prevention and the mandatory rule governing double-colon (::) compression in IPv6 address representation?

Cevabı ve açıklamayı göster

Cevap: The Hop Limit field is used for loop prevention, and double-colon compression (::) can only be applied once within a single IPv6 address.

Cevap

The correct answer states that the Hop Limit field is used for loop prevention, and double-colon compression (::) can only be applied once within a single IPv6 address.
The IPv6 header utilizes the Hop Limit field to prevent infinite routing loops by decrementing the value at each router hop until it reaches zero. For IPv6 address representation, zero compression using a double-colon (::) can only be applied once per address to guarantee that the 128-bit address can be unambiguously decompressed.

Adım Adım Çözüm

1
Identify the IPv6 header field responsible for limiting packet lifespan and preventing routing loops.
In IPv6, the field responsible for decrementing at each hop and dropping packets when the counter reaches zero is named the Hop Limit field (replacing the IPv4 Time to Live field).
IPv6 updated header nomenclature to clearly reflect its precise mechanism of counting router hops rather than time units.
2
Evaluate the rules of shorthand compression for IPv6 addresses.
Consecutive blocks of zeros can be compressed into a double-colon (::), but this operation can only be performed ONCE per address.
If double colons appear twice (e.g., 2001:db8::1::1), it is impossible to determine how many 16-bit zero blocks each '::' represents out of the 8 total hextets, rendering the address ambiguous.

Anahtar Kavram

IPv6 Header Fields and Zero-Compression Rules
ÖncekiSayfa 15 / 112Sonraki
Tüm alıştırma soruları — CompTIA Network+ | Examkin