Network Protocols Flashcards
(55 cards)
What is a protocol?
A protocol is a set of rules for how devices communicate and how data is transmitted across a network.
What do protocols cover in network communication?
- How communication between two devices should start and end
- How the data should be organized
- What the devices should do if data goes missing
What is the purpose of MAC addresses?
MAC addresses are used to uniquely identify devices on a single network.
Who assigns MAC addresses to devices?
MAC addresses are assigned to all network-enabled devices by the manufacturer.
Can MAC addresses be changed?
No, MAC addresses are unique to the device and cannot be changed.
What are MAC addresses made of?
MAC addresses are 48 or 64-bit binary numbers.
How are MAC addresses represented for ease of use?
MAC addresses are converted into hexadecimals.
What is an example of a hexadecimal representation of a MAC address?
98-81-55-CD-F2-2F
What protocol mainly uses MAC addresses?
MAC addresses are mainly used by the Ethernet protocol on LANs.
How do LAN switches utilize MAC addresses?
LAN switches read the MAC addresses and use them to direct data to the right device.
What are IP addresses used for?
IP addresses are used when sending data between different networks, such as over the Internet between TCP/IP networks
How are IP addresses assigned?
IP addresses can be assigned manually (static) or automatically (dynamic).
What is a static IP address?
A static IP address is a permanent address used to connect devices like printers on a LAN and for hosting websites.
Why can static IP addresses be expensive?
Static IP addresses on the Internet can be very expensive because businesses pay big money for them.
What is a dynamic IP address?
A dynamic IP address is assigned to a device by a network server and may change every time the device logs on to the network.
Who commonly uses dynamic IP addresses?
Internet Service Providers (ISPs) commonly use dynamic IP addresses.
What are the two versions of IP addresses based on their length?
- 32-bit
- 128-bit
How is a 32-bit binary IP address translated?
A 32-bit binary IP address is translated into four decimal numbers.
What is an example of a 32-bit binary IP address?
00100101.10011001.00111110.10001000
What is the decimal representation of the example IP address 00100101.10011001.00111110.10001000?
37.153.62.136
What is the primary method of data transmission within a LAN?
Data is sent in frames and directed by switches using MAC addresses.
How is data sent between networks, such as over the Internet?
Data is sent in packets and directed by routers using IP addresses.
What are data packets split into when sent over networks using TCP/IP?
Equal-sized packets.
What information does the header of a data packet contain?
The packet’s destination address, source address, and packet number.