Module 1 - 03-2 Flashcards
Network communication
Pieces of data are typically referred to as?
Data packets
Define Data packet
A basic unit of information that travels from one device to another within a network
Give an example and briefly explain a Data Packet
A data packet is very similar to a physical letter. It contains a header that includes the internet protocol address, the IP address, and the media access control, or MAC, address of the destination device. It also includes a protocol number that tells the receiving device what to do with the information in the packet. Then there’s the body of the packet, which contains the message that needs to be transmitted to the receiving device. Finally, at the end of the packet, there’s a footer, similar to a signature on a letter, the footer signals to the receiving device that the packet is finished.
What is included in the Header of a Data Packet?
The Header includes the internet protocol address, the IP address, and the media access control, or MAC, address of the destination device. It also includes a protocol number that tells the receiving device what to do with the information in the packet.
What is included in the Body of a Data Packet?
The Body of the packet contains the message that needs to be transmitted to the receiving device.
What is included in the Footer of a Data Packet?
The footer signals to the receiving device that the packet is finished.
The movement of data packets across a network can provide an indication of how well the ___.
network is performing
Network performance can be measured by?
Bandwidth
Define Bandwidth
The amount of data a device receives every second
How can you calculate Bandwidth?
You can calculate bandwidth by dividing the quantity of data by the time in seconds
Define Speed
The rate at which data packets are received or downloaded
Why are security personnel interested in network bandwidth and speed?
If either are irregular, it could be an indication of an attack.
Define Packet sniffing
The practice of capturing and inspecting data packets across the network
What communication protocol do devices use to communicate with each other across the internet?
TCP/IP model
What does TCP/IP stand for?
Transmission Control Protocol and Internet Protocol (TCP/IP)
What is the TCP/IP model
A framework that is used to visualize how data is organized and transmitted across the network.
The standard model used for network communication
This model helps network engineers and network security analysts conceptualize processes on the network and communicate where disruptions or security threats occur.
The TCP/IP model combines multiple layers of the OSI model. There are many similarities between the two models. Both models define standards for networking and divide the network communication process into different layers. The TCP/IP model is a simplified version of the OSI model.
What dose TCP stand for?
Transmission Control Protocol (TCP)
Define TCP
An internet communication protocol that allows two devices to form a connection and stream data
Briefly explain TCP
The protocol includes a set of instructions to organize data, so it can be sent across a network. It also establishes a connection between two devices and makes sure that packets reach their appropriate destination.
What dose IP stand for?
Internet Protocol (IP)
Define TCP
A set of standards used for routing and addressing data packets as they travel between devices on a network
Briefly explain IP
Included in the Internet Protocol (IP) is the IP address that functions as an address for each private network.
When data packets are sent and received across a network, they are assigned a ____.
port
Define Port
A software-based location that organizes the sending and receiving of data between devices on a network