Lesson 6 - IP Vs Mac Address
Lesson 6 - IP Vs Mac Address
Data Representation
Do Now 1.1 Number Systems
Lesson 6 – IP VS MAC Address
Friday 13 December 2024
• To be able to understand
what is meant by HTML, • Pure blue is #0000FF, white is #FFFFFFF and black is
IP address and MAC #0000000
address
• To identify the difference • When we use this method, 256 variants of each colour
between a MAC address can be made – which means that you have a total of
and IP address
256red X 256green X 256blue.
• To be able distinguish
how and why colours are
used to represent HTML • A particular shade of yellow is represented as #FEF65B
Application of
Hexadecimal – RGB
Colour model
LO: Be able to understand
the uses of Hexadecimal
• Colours can also be
represented using the RGB
• To be able to understand colour model.
what is meant by HTML,
IP address and MAC • This system is similar to hex
address
system but each colour has a
• To identify the difference value between 0 to 255.
between a MAC address
and IP address • Hence, a shade of pink
represented in hex format as
• To be able distinguish
how and why colours are #FEF65B have R value of 254,
used to represent HTML G value of 246 and B value of
91.
Application of
Hexadecimal – HTML
LO: Be able to understand
the uses of Hexadecimal
• HTML stands for Hyper Text Mark Up Language
• To be able to understand
what is meant by HTML,
IP address and MAC • This is the language a lot of websites are
address
written in
• To identify the difference
between a MAC address
and IP address
• The colour codes are also used to define
• To be able distinguish
how and why colours are
objects in HTML such as the background colour
used to represent HTML
of the page, font colours etc.
Application of
Hexadecimal – HTML
LO: Be able to understand
the uses of Hexadecimal
For example:
• To be able to understand
what is meant by HTML,
IP address and MAC <p style="color:#FF8000;">Welcome to my
address
website.</p>
• To identify the difference
between a MAC address
and IP address
The colour code FF8000 represents orange colour. The
• To be able distinguish
how and why colours are
paragraph looks like this:
used to represent HTML
Welcome to my website.
MAC Address
LO: Be able to understand
the uses of Hexadecimal • MAC stands for Media Access Control
• Communication on the same network uses a MAC address
• To be able to understand
what is meant by HTML,
• Need to identify device on a network
IP address and MAC • Assigned by the manufacturer and can not be changed
address
• 48 or 64bit binary numbers converted in to Hexadecimal
• To identify the difference
between a MAC address
and IP address
10011000 100000001 01010101 11001101 11110010 00101111
• To be able distinguish
how and why colours are
used to represent HTML
98-81-55-CD-F2-2F
IP Address
LO: Be able to understand • Used for communication between different networks
the uses of Hexadecimal
• Used when sending data between TCP/IP
• Assigned manually (static) or automatically (dynamic) before network access is
• To be able to understand
granted
what is meant by HTML,
IP address and MAC • Static is permanent but can be very expensive
address • Dynamic is assigned when a device logs on to a network (this means the IP
address could be different every time)
• To identify the difference • 32 or 128bit binary number
between a MAC address • 32bit converted in to Denary
and IP address
• 128bit converted in to Hexadecimal
• To be able distinguish 00100101.10011001.00111110.10001000
how and why colours are
used to represent HTML
37.153.62.136
LO: Be able to understand the uses of Hexadecimal
Task 1
• To be able to understand what is meant by HTML, IP
address and MAC address
• To identify the difference between a MAC address and IP
address
• To be able distinguish how and why colours are used to
represent HTML
PPT
• To identify the difference between a MAC address and IP
address
• To be able distinguish how and why colours are used to
represent HTML