1.3.2 Protocols and Layers Flashcards
Name a wired mode of connection (1)
Ethernet(1)
Name two wireless connection methods (2)
Wi-fi (1) Bluetooth (1)
What is encryption? (3)
An algorithm(1) that disguises data (1) so it can only be understood by authorised users (1)
Give three features of an IP(v4) address (3)
4 bytes long (1) normally written in denary (1) configured in software (1).
Give three features of an IP(v6) address (3)
16 bytes long (1) normally written in hex
(1) configured in software (1).
Give three features of a MAC address (3)
6 bytes long(1) normally written in hex (1) configured by hardware (1).
Which addressing mode is used to route data over the internet? (1)
IP addressing (1)
Which addressing mode is used to route data within a LAN? (1)
MAC addressing (1)
What are standards? (1)
Rules that allow hardware and software made by different providers to interact (1). Eg Ethernet or HTML
What is a network protocol? (1)
A set of rules for data transmission (1)
What is TCP / IP used for? (2)
IP finds the address of a device (1) TCP transfers data (1)
What is HTTP used for? (1)
Transmitting websites (HTML) (1)
What is HTTPS used for? (1)
Transmits websites securely (1) using encryption (1)
What is a layer in a network protocol? (1)
A division of network functionality (1) (This means it’s one part of the algorithms that make a network run)
What are the advantages of splitting a network protocol into layers? (4)
Layers are self contained (1) which allows different developers to concentrate on one aspect of the network. (1) A layer can be taken out and edited without affecting other layers (1) which means different vendors and systems can work together. (1)