3 - Communication Flashcards
What is a packet?
A packet is a small segment of a larger message, like a puzzle piece in a large puzzle. Each packet contains all the data, its order in the larger piece of data and also how many characters its supposed to have
What is the Internet?
The Internet is a global computer network providing information and communication facilities; consisting of many interconnected networks
Why are packets used?
Packets are used to make sending larger files over the internet more effiecient, it also makes sending large files. If a large file gets corrupted you’d have to send the large again, if a packet gets corrupted it’s much easier to resend a packet
How are packets used?
The computer breaks up information into little packets and sends these packets over the internet using the most effiecient route
What is an IP address?
An IP address is like a digital passsport that allows each device to be differentiated between billions of other devices
What does an IP address identify?
IP addresses identify where data originates from and where it should be sent towards
What is the 1st layer of the TCP/IP 5 layer model?
The first layer is the Application Layer, the application layer generates the data and requests the connections .
What is the 2nd layer of the TCP/IP 5 layer model?
The second layer is the Transport Layer, the Transport Layer establishes the connection with the remote host
What is the 3rd layer of the TCP/IP 5 layer model?
The third layer is the Network Layer, the Network Layer is responsible for addressing and routing data.
What is the 4th layer of the TCP/IP 5 layer model?
The fourth layer is the Data Link Layer, the Data Link Layer transfers the frame for which the packets will be sent.
What is the 5th layer of the TCP/IP 5 layer model?
The fifth and final layer is the Physical Layer, the Physical Layer is the physical connection between two devices, this is often via a CAT6 cable or a wireless connection
Define “Protocol”
A Protocol is an agreed format, or set of rules, which allows differing networked devices to communicate.
What does TCP stand for?
TCP stands for Transmission Control Protocol
What does TCP do?
TCP enables communication over the internet
What does HTTP stand for?
HTTP stands for Hypertext Transfer Protocol