Data Encapsulation and Communications Flashcards
What is Encapsulation?
the process of breaking a message into packets; adding control and other information; and then transmitting the message through the transmission medium.
What is the first step in data encapsulation?
The application layer prepares the data to be sent through the network
What is the second step in the encapsulation process?
The Transport layer breaks the data into pieces called segment, adding sequencing and control information
What is the third step in the encapsulation process?
The internet layer converts the segments into packets, adding logical network and device addresses
What’s the fourth step in the encapsulation process?
The Link Layer converts the packets into frames, adding physical device information and a frame check sequence (FCS) footer for error detection. it also converts the frames into bits for transmission across the transmission media
What is the purpose of the Address Resolution Protocol (ARP)?
To dynamically find the address of a computer you would want to talk to
What is the first step in IP-based communications?
The data to be transferred is encapsulated on the sending host by moving from the top layer of the TCP/IP or OSI model to the bottom
What is the second step in IP-based communications?
The data is transmitted on the network medium
What is the third step in IP-based communications?
If necessary, the data is transferred to various routers, which forward the data to the appropriate network.
What is the fourth step in IP-based communications?
The data is delivered to the destination host
What is the fifth step in the IP-based communications?
The data received is de-encapsulated on the destination host by moving from the bottom layer of the TCP/IP or OSI model to the top.
What is a star topology network?
uses a hub or switch to connect all network connections to a single physical location
What is mesh network topology?
when there are multiple paths between any two nodes on a network
What is a hybrid network topology?
when two or more types of network topologies are connected with each other
Describe Carrier Sense Multiple Access/Collision Detection (CSMA/CD)
means that every node on the network must monitor the bus for a period of no activity before trying to send a message on that bus (carrier sense)
What is the maximum cable length for UTP Ethernet T implementation
100 meters
How many hosts can be supported on a single subnet?
support a maximum of 1024 hosts on a single subnet
What is a frame
a unit of data that is ready to be sent on the network medium
What is a preamble?
a set of alternating ones and zeros terminated by two ones (11), which mark it as a frame.
What is a destination address
identifies the receiving host’s MAC address.
What is the source address
identifies the sending host’s MAC address.
What is the type in a ethernet frame
is two bytes and specifies the network/internet layer protocol being used.
What is a packet
contains the information that needs to be transmitted from one host to the other.
What is the pad in an ethernet frame
Ethernet frames are sized between 64 and 1518 bytes. If the frame is smaller than 64 bytes, the sending NIC places junk data in the pad to make it the required 64 bytes.