0% found this document useful (0 votes)
13 views3 pages

PDU Processing in TCP/IP Transport Layer

The document contains a series of multiple-choice questions related to networking concepts, including protocols, OSI and TCP/IP models, subnetting, and data transmission methods. Key topics include the use of Telnet for remote access, the function of TCP and UDP ports, and the characteristics of IPv6 addresses. It also addresses network topologies and flow control mechanisms.

Uploaded by

gemechisgadisa77
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views3 pages

PDU Processing in TCP/IP Transport Layer

The document contains a series of multiple-choice questions related to networking concepts, including protocols, OSI and TCP/IP models, subnetting, and data transmission methods. Key topics include the use of Telnet for remote access, the function of TCP and UDP ports, and the characteristics of IPv6 addresses. It also addresses network topologies and flow control mechanisms.

Uploaded by

gemechisgadisa77
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

1.

Which of the following protocol used to provide remote access to servers and networking devices
through plaintext?
A. Telnet C. ICMP
B. SMTP D. SSH
2. Which PDU is processed when a host computer is de-encapsulating a message at the network layer of
the TCP/IP model?
A. Packet C. Bits
B. Segment D. Frame
3. What is the complete range of TCP and UDP well-known ports?
A. 0 to 255 C. 256 to 1023
B. 0 to 1023 D. 1024 to 49151

4. Which of the following network device repeats incoming data frames only to the computers to which a
frame is addressed by using MAC address?

A. Active hub C. Switch


B. Router D. Firewall

5. Which of the following application uses UDP as a transport layer protocol?


A. File Transfer Protocol (FTP) D. Simple Network Management Protocol
B. Hyper Text Transfer Protocol (HTTP) (SNMP)
C. Simple Mail Transfer Protocol (SMTP)

6. Which two flags in the TCP header are used in a TCP three-way handshake to establish connectivity
between two network devices?
A. ACK and FIN C. URG and SEQ
B. FIN and Checksum D. ACK AND SYNC

7. Which three layers of the OSI model are comparable in function to the application layer of the TCP/IP
model?
A. Application, Presentation and C. Application, Session and Datalink
Transport D. Application, Presentation and Session
B. Session, Transport and Network

8. Which of the following is NOT a primary responsibility of Transport layer Protocols?

1
A. Identifying the proper application
B. Subnetting
C. Tracking individual communication
D. Segmenting
9. Which of the following statement is true about IPv6 addresses?
A. Leading zeros are not required.
B. Two colons (::) are used to represent successive hexadecimal fields of zeros.
C. Two colons (::) are used to separate fields.
D. A single interface will have multiple IPv6 addresses of different types.
10. A company has a network address of [Link] with a subnet mask of [Link]. The
company wants to create two subnetworks that would contain 10 hosts and 18 hosts respectively.
Which two networks would achieve that?
A. [Link]/28 and [Link]/27
B. [Link]/27 and [Link]/27
C. [Link]/27 and [Link]/28
D. [Link]/28 and [Link]/28
11. Which of the following transmission media is the most commonly used for LAN communication?

A. Coaxial Cable C. Twisted Pair Cable


B. Optical Fiber D. Satellite

12.
13. Which statement describes the half-duplex mode of data transmission?
A. Data that is transmitted over the network flows in both directions at the same time.
B. Data that is transmitted over the network flows in one direction to many different destinations
simultaneously.
C. Data that is transmitted over the network flows in one direction at a time.
D. Data that is transmitted over the network can only flow in one direction.

14. A Network engineer has been asked to develop a physical topology for a network that provides a high
level of redundancy. Which physical topology requires that every node is attached to every other node
on the network?

2
A. Mesh C. Hierarchical
B. Extended Star D. Bus
15. What method can be used by two computers to ensure that packets are not dropped
because too much data is being sent too quickly?
A. Encapsulation C. Access method
B. Flow control D. Response timeout

Common questions

Powered by AI

The ACK (Acknowledgment) and SYN (Synchronization) flags in the TCP header are used in the TCP three-way handshake to establish connectivity between two network devices . ACK is used to acknowledge receipt of packets, while SYN is used to initiate a connection. In contrast, other flags like FIN (Finish) are used to terminate a connection, URG (Urgent) indicates urgent data, and Checksum ensures data integrity.

A switch repeats incoming data frames only to the computers to which a frame is addressed by using MAC addresses . It does this by maintaining a MAC address table that maps addresses to its specific ports, ensuring that only the intended recipient receives the frame.

Telnet is the protocol used to provide remote access to servers and networking devices through plaintext . This is considered insecure because plaintext transmission does not encrypt the data, leaving it vulnerable to interception and snooping by unauthorized parties.

Half-duplex transmission allows data to flow in one direction at a time, whereas full-duplex allows simultaneous bidirectional data flow . This distinction affects network efficiency; half-duplex may lead to delays since data flow must be alternated, unlike full-duplex which enhances communication speed and efficiency.

A mesh topology, where every node is connected to every other node, offers high redundancy since it provides multiple paths for data transmission . Advantages include resiliency to node failure and reliable data transmission. However, it also requires significant cabling and complex management, making it less cost-effective and harder to maintain compared to other topologies.

TCP is a connection-oriented protocol ensuring reliable data transfer through acknowledgments, error-checking, and retransmissions. UDP, in contrast, is connectionless, offering faster but less reliable communication . TCP is preferable for critical applications requiring reliability, like web browsing or email, while UDP fits better for time-sensitive applications such as live video or online gaming, where speed is prioritized over reliability.

The well-known TCP and UDP port range is 0 to 1023 . These ports are significant for network communication as they are standardized for use by system or well-known services, ensuring interoperability across different systems and devices. Applications typically avoid these ports unless necessary to prevent conflicts.

Leading zeros in IPv6 addresses are not required, which simplifies the address representation by allowing omittance of unnecessary characters . This leads to a more compact and human-readable format, reducing potential read/write errors, and streamlining network configuration and management.

A subnet mask of 255.255.255.192 divides an IP address space into smaller networks, each having 64 addresses. For a network address of 192.168.1.64, this mask allows configurations like two subnetworks with 192.168.1.64/27 supporting 30 usable host addresses and 192.168.1.96/28 supporting 14 usable host addresses . This allows for better allocation of IP addresses and efficient use of network resources.

Flow control is a method used by computers to manage the pace of data transmission between two devices . By ensuring that data is sent at a rate the receiving device can handle, it prevents packet loss that could occur from data being sent too quickly for the receiving end to process, thereby maintaining reliable communication.

You might also like