Topic 3
Topic 3
Topic 3
The
TCP/IP protocol stack is required to be used when communicating on the Internet. A MAC address is an address that is
burned into an Ethernet network card. OSI is the 7 layer model that is used to explain how networking works.
Topic 3.1.0 - Broadcast communication is a one-to-all communication. A unicast communication is a one-to-
one communication. Multicast is a one-to-many communication where the message is delivered to a
specific group of hosts. Allcast is not a standard term to describe message delivery.
Topic 3.1.0 - Before a message is sent across a network it must first be encoded. Encoding is the process
of converting the data message into another format suitable for transmission across the physical medium.
Each bit of the message is encoded into a pattern of sounds, light waves, or electrical impulses depending
on the network media over which the bits are transmitted. The destination host receives and decodes the
signals in order to interpret the message.
Topic 3.1.0 - When all devices need to receive the same message simultaneously, the message would be
delivered as a broadcast. Unicast delivery occurs when one source host sends a message to one
destination host. The sending of the same message from a host to a group of destination hosts is multicast
delivery. Duplex communications refers to the ability of the medium to carry messages in both directions.
Topic 3.5.0 - Some vendors have developed their own reference models and protocols. Today, if a
device is to communicate on the Internet, the device must use the TCP/IP model. The benefits of
using a layered model are as follows:
Topic 3.7.0 - The destination IP address is used for end-to-end delivery of data to a remote network. The
destination MAC address is used for delivery on a local network. The destination port number identifies the
application that should process the data at the destination. Source addresses identify the sender of the
data.
Topic 3.6.0 - The term protocol data unit (PDU) is used to describe a piece of data at any layer of a
networking model. A packet is the PDU at the network layer. A frame is the data link layer PDU. A segment
is the PDU at the transport layer.
Topic 3.3.0 - ICMP and IP both function at the internet layer, whereas PPP is a network access layer
protocol, and POP and BOOTP are application layer protocols.
Topic 3.5.0 - The OSI model consists of seven layers: application, presentation, session, transport, network,
data link, and physical. The transport layer defines services to segment, transfer, and reassemble the data
for individual communications between the end devices.
Topic 3.1.0 - Decoding is the process of receiving transmitted data and reversing the encoding process to
interpret the information. An example is a person that listens to a voicemail and decodes the sounds to
understand the received message.
Topic 3.6.0 - When messages are sent on a network, the encapsulation process works from the top of the
OSI or TCP/IP model to the bottom. At each layer of the model, the upper layer information is encapsulated
into the data field of the next protocol. For example, before an IP packet can be sent, it is encapsulated in a
data link frame at Layer 2 so that it can be sent over the physical medium.
Topic 3.1.0 - Encapsulation is the process of placing one message format into another message format. An
example is how a packet is placed in its entirety into the data field as it is encapsulated into a frame.
Topic 3.3.0 - 1. HTTP governs the way that a web server and client interact.
2. TCP manages individual conversations between web servers and clients.
3. IP is responsible for delivery across the best path to the destination.
4. Ethernet takes the packet from IP and formats it for transmission.