Save
cs
3 Network
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
ptmt
Visit profile
Cards (12)
Network
Interface
Card (NIC)
Allows data
transmit
between computer and network + device
connect
to network
Allows connected devices to be uniquely identified using
MAC
addresses
View source
NIC function
1. Converting computer's data to
format
used by the network
2. follow network
protocol
rules
2. vice versa: Converting network data to computer format
View source
MAC
address
Unique
hardware address assigned to a
NIC
during
manufacture
View source
MAC address structure
48-bit (
6bytes
) digits
First six hex digits -
manufacturer
id
Second six hex digits - device's
serial
code
View source
MAC addressfunction: identify unique hardware device:static and
unique
1. data packets sent over network has
sender
+
destination's
MAC address
2. Each
NIC
or connection checks the mac address, if it
matches
, it accepts.
View source
IP
address
Uniquely
identifies a device on a network
Can be static (manually assigned) or
dynamic
(assigned by DHCP)
Can be public or
private
Contains
network
prefix and
host
number
View source
IP address types
IPv4 - 32-bit, 4 groups of
decimal
0-255.
4 0000.
IPv6 -
128-bit
, 8 groups of
hexadecimal
0-FFFF
8 FFFF:
View source
IPv4
Widely used
Address space of 4.3 billion
Memory allocated using DHCP or manually
View source
IPv6
Developed to address limitations of IPv4
Address space of 340 undecillion
Assigned using stateless autoconfiguration
View source
Router
Networking
device
that directs data
packets
between
networks
to correct
destination
Assigns
IP
addresses to devices
Connects
local
network/devices to the
internet
View source
Router process
1. Reads packet
header
and sends to
destination
IP
address
2. Uses routing
tables
to determine appropriate path
3. Sends packet along the least congested (
fastest
) path
View source
Mac address other function
2.
Security
:
identifies
unauthorised
hardware devices making a connection to a network
3. Network
switch
switch has
ports
that
stores
addresses of network devices
2. switch
examines
destination addresses
connects the
sender
and
receiver