NETWORKS PART 3 Flashcards
What does every device on a network have
Every device on a network has a Network Interface Card (NIC) - although this may be built into the motherboard
What does every NIC have
Every NIC has a Media Access Control (MAC) address
What is MAC addressing used for
MAC addressing is used to route frames on a local area network (LAN)
A MAC address is assigned to devices; its use within a network
MAC address are mainly used by the Ethernet protocol on LANs
LAN switches read the MAC addresses and use them to direct data to the right device
They are uniue to the device and cannot be changed
Features of a MAC address
Example of MAC address: 00:0a:95:9d:68:16
Each MAC address is unique to every network interface card
Why is IP addressing used
If the LAN is connected to a WAN such as The Internet then we need a different addressing method
What is IP addressing used for
IP addressing is used to route packets on a wide area network (WAN):
IP addressing is used to route frames on a wide area network (WAN)
On a WAN we refer to frames as packets
Used when sending data between TCP/IP networks e.g. over the interent
Assigned either manually or automatically before the device can access the network
How many versions of IP addressing are there
There are two versions of IP addresses IPv4 and IPv6 (IP version 4 and IP version 6)
Features of IPv4 address
32-bits in size
Written as four numbers separated by periods (.), each number in the range 0-255
Example 69.89.31.212
Why is IPv4 being replaced by IPv6
IPv4 is being replaced by IPv6 because unique static addresses are running out
Features of IPv6 address
128-bits in size
Written as eight groups separated by colons ( : ), each group made up of four hex values representing 16-bits
Example: 2001:0dn8:85a3:0000:0000:8a2e:0370:7334
What are standards
Standards are a set of specifications for:
Hardware
Software
Purpose of standards
Standards make it possible for:
Manufactures
Producers….
…. to create products and services which are compatible with each other
What would happen if there were no standards
Without standards most devices wouldn’t be able to successfully interact or communicate.
Examples of different protocols
Protocol acronym - Protocol Full Name - Area/Purpose
TCP/IP (Transmission Control Protocol / Internet Protocol)
- Communicate over LANs and WANs
HTTP (Hypertext Transfer Protocol) - Web page requests
HTTPS (Hypertext Transfer Protocol Secure ) - Web page requests
FTP (File Transfer Protocol) - File transfers
POP (Post Office Protocol) - Email
IMAP (Internet Message Access Protocol) - Email
SMTP (Simple Mail Transfer Protocol) - Email
What is a protocol
A protocol is a set of rules (like a language/ guidelines devices follow) that allows two devices to communicate (in some way)