Home
26.
What is data encapsulation?

A PDU can include different information as it goes up or down the OSI model. It is given a different name according to the information it is carrying (the layer it is at). When the transport layer receives upper layer data, it adds a TCP header to the data; this is called a segment. The segment is then passed to the network layer, and an IP header is added; thus, the data becomes a packet. The packet is passed to the data link layer, thus becoming a frame. This frame is then converted into bits and is passed across the network medium. This is data encapsulationApplication layer -- Data

  1. Transport layer -- Segment
  2. Network layer -- Packet
  3. Data link layer -- Frame
  4. There is also the Physical Layer -- Bits

27.
What is the difference between a routing protocol and a routed protocol?

Routing protocols determine how to route traffic to the best location of a routed protocol. Examples of routing protocols are RIP, EIGRP, OSFP, and BGP. Examples of routed protocols are IP and IPX.

28.
What 3 devices are used to segment a LAN?
  1. Router
  2. Switch
  3. Bridge