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