The PDU at the network layer is a ________
Packet
Frame
Segment
Bit
Answers were Sorted based on User's Feedback
Answer / pachicoo
Explanation:
A segment is the unit of end-to-end transmission in the TCP
protocol. In general discussion about transmitting
information from one node to another, the term "packet" is
used loosely to refer to a piece of data. However, the
specific packet of data formed by TCP in the transport
layer is called a "segment."
When an application needs to send information to another
network-attached computer, it forms a message. The message
is passed to TCP (assuming a reliable protocol is needed;
otherwise, it is sent to UDP), where it is encapsulated
into a segment. The segment is sent to IP where it is
encapsulated into a datagram. The datagram is sent to the
data link layer where it is encapsulated into frames.
Message: The actual application data, command, or
instruction specified by the user or application. A message
is encapsulated within a TCP segment assuming TCP is used.
Segment: The packet of information exchanged between two
connected systems (peers) that contains transport layer
protocol information. TCP exchanges segments. Segments
encapsulate upper-layer messages.
Datagram: The packet of information that is exchanged
between two connected systems that contains network layer
protocol information. IP exchanges datagrams. Datagrams
encapsulate segments.
Frame: The packet of information at the data link layer
with a layout that is specific to the protocol in use.
Frames encapsulate datagrams.
More: In general, the term packet applies to any message
formatted as a packet, while the term datagram is generally
reserved for packets of an "unreliable" service.
A "reliable" service is one that notifies the user if
delivery fails, while an "unreliable" one does not notify
the user if delivery fails. For example, IP provides an
unreliable service. Together, TCP and IP provide a reliable
service, whereas UDP and IP provide an unreliable one. All
these protocols use packets, but UDP packets are generally
called datagrams.
Transmission Control Protocol (TCP) accepts data from a
data stream, 'segments' it into chunks, and adds a TCP
header creating a TCP segment. The TCP segment is then
encapsulated into an IP packet. A TCP segment is "the
packet of information that TCP uses to exchange data with
its peers."
Note that the term TCP packet is now used interchangeably
with the term TCP segment. Although in the original RFC
segment usually referred to the TCP unit of data, datagram
to the IP unit and packet to the data communications
network unit:
Processes transmit data by calling on the TCP and passing
buffers of data as arguments. The TCP packages the data
from these buffers into segments and calls on the internet
module [e.g. IP] to transmit each segment to the
destination TCP.
http://tools.ietf.org/html/rfc791#section-2.1
| Is This Answer Correct ? | 7 Yes | 2 No |
Mention what is bootp?
Identify the correct IGRP configuration? A.) Router# router igrp 100 Router# network 10.0.0.0 B.) Router(config)#router igrp 100 Router(config-router)#network 10.0.0.0 C.) Router(config)# router igrp Router(config-router)# network 10.0.0.0
Choose the following that are benefits to segmenting with router: A.) Flow Control B.) Manageability C.) Multiple Active Paths D.) Explicit packet lifetime control
If you are in IOS user mode, which command do you use to enter the privileged mode? A. Set B. Enable C. Configure D. Privileges
What is VLSM? how to Calculate VLSM? where it is use and why?
What is the routing algorithm used by RIP and IGRP? A.) OSPF B.) Link-state C.) Dynamic D.) Distance Vector
Which statement about Ethernet networks is true? A. The advantage of a full duplex is the ability to transmit data over 111 cable B. Full duplex Ethernet requires a point-to-point connection when only two nodes are present C. Ethernet switches can use full duplex mode to connect multiple nodes to a single pod of a switch D. Half duplex is a cut through packet processing method that is vow fast little error correction Full duplex is a store and forward method that is slower but has better error correction
Identify the administrative distance and appropriate routing protocol? A.) RIP = 255, IGRP = 100 B.) RIP = 100, IGRP = 120 C.) RIP = 1, IGRP = 0 D.) RIP = 120, IGRP = 100
What are the advantages of layered model in networking industry?
Which command allows a user to see previous commands? A.) show command B.) CTRL-P C.) show history D.) CTRL-U E.) Up Arrow F.) SHIFT-CTRL-6
Given an IPX network with redundant paths, what command will configure load balancing? A.) ipx load-balance B.) ip maximum-paths 2 C.) ipx maximum-paths 2 D.) ipx load-share
After how long ospf exchange its topology table?