3.06 Network protocols Flashcards
What is a network standard
A set of agreed requirements for hardware and software
Why are standards important?
Allow manufacturersWh to create products and programs that will be compatible with those from other manufacturers
What is a network protocol
A set of rules for how devices communicate and how data is transmitted across a network
What are communication protocols
Rules on how communication between two devices must start and end, how the data must be organised, and what devices should do if data goes missing
What does “MAC” in MAC address stand for?
Media access control
What is a MAC address
A unique identifier of a network-enabled device that cannot be changed
What is the format of MAC addresses?
48 or 64-bit binary numbers (these are often converted to hexadecimal numbers)
What uses MAC addresses?
used by Ethernet protocol on LANs.
LAN switches read the MAC addresses and use them to direct data to the right device
What does “IP” stand for in IP address?
internet protocol
What does TCP stand for
transmission control protocol
What are IP addresses?
IP addresses are a unique number that identifies a device connected to the internet or a local network.
These are assigned manually or automatically to devices before they can access a network, and are used when sending data between TCP/IP networks (i.e. over the internet)
What are the two versions of IP addresses?
IPv4 (uses 32 bits)
IPv6 (uses 128 bits)
Why was IPv6 created?
Due to the increasing number of devices that needed unique IP addresses.
IPv4 has 2^32 IP addresses (over 4 billion)
IPv6 has 2^128 IP addresses
How are IPv4 and IPv6 addresses split?
IPv6 split into 16-bit chunks, each of which is given as a hexadecimal number
IPv4 split into 8-bit chunks, each given as a denary (base 10) number
Describe a TCP/IP protocol
Transmission control protocol (TCP):
The rules for how devices connect to the network. It splits data into packets and reassembles them into the original data once they reach the receiving device. Also checks data is correctly sent and delivered.
Internet protocol (IP):
Responsible for directing packets to their destination across the network