Save
computer science
networks
network protocols
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
Khalisa
Visit profile
Cards (39)
What do networks need to set the rules?
Protocols
View source
What is a network standard?
A set of agreed requirements for
hardware
and
software
View source
Why are standards important in networking?
They ensure compatibility between different manufacturers' products
View source
What is a network protocol?
A
set of rules
for device communication
View source
What do communication protocols specify?
How communication starts, ends, and
data organization
View source
What is a MAC address?
A unique identifier for
network devices
View source
Who assigns MAC addresses to devices?
Manufacturers
View source
What is the format of MAC addresses?
48
or
64-bit
binary numbers
View source
What protocol mainly uses MAC addresses?
Ethernet
protocol
View source
How are MAC addresses converted for easier use?
They are converted into
hexadecimals
View source
What are IP addresses used for?
Sending data between
TCP/IP
networks
View source
How are IP addresses assigned?
Manually or
automatically
View source
How many bits does IPv4 use?
32
bits
View source
What are the two versions of IP addresses?
IPv4
and
IPv6
View source
How many bits does IPv6 use?
128
bits
View source
Why was IPv6 created?
Due to the increasing number of
devices
needing addresses
View source
How many IP addresses does IPv4 have?
Over
4 billion
View source
How many IP addresses does IPv6 have?
2
128
^{128}
128
addresses
View source
How are IPv6 addresses formatted?
Split into
16-bit
chunks as
hexadecimal
numbers
View source
How are IPv4 addresses formatted?
Split into
8-bit
chunks as
denary
numbers
View source
How are IPv6 addresses separated?
With a
colon
View source
How are MAC addresses used in networks?
To
communicate
within
networks
View source
How are IP addresses used in networks?
For
communication
between networks
View source
What is the most important protocol for data transmission?
TCP/IP
View source
What does TCP stand for?
Transmission Control Protocol
View source
What is the role of TCP?
To split data into
packets
and reassemble them
View source
What does IP do in TCP/IP?
Directs packets to their
destination
View source
What are some common protocols built upon TCP/IP?
HTTP
: Hyper Text Transfer Protocol
HTTPS
: HTTP Secure
FTP
: File Transfer Protocol
POP3
: Post Office Protocol — version 3
IMAP
: Internet Message Access Protocol
SMTP
: Simple Mail Transfer Protocol
View source
What is HTTP used for?
Accessing
websites
and communicating with
servers
View source
What is HTTPS used for?
Encrypting
information sent and received
View source
What is FTP used for?
Accessing, editing, and moving files between
devices
View source
What does POP3 do?
Retrieves
emails
from a server and deletes them
View source
What does IMAP do?
Retrieves
emails
without
deleting
them
View source
What does SMTP do?
Sends
emails
and transfers them between
servers
View source
What is a layer in network protocols?
A group of protocols with similar
functions
View source
How do layers in network protocols function?
Protocols
in each layer don't need to know others
View source
What does each layer do in the network protocol model?
Serves the layer
above
it with hidden work
View source
How can data be passed between layers?
Only between
adjacent
layers
View source
What are the advantages of using layers in network protocols?
Breaks communication into
manageable
pieces
Allows changes without affecting other layers
Forces compatibility among
different
brands
View source