Save
...
Communication and Networking
TCP/IP Model
IP address structure & Subnet Masking
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
willow
Visit profile
Cards (15)
What are the two parts of an IP address?
Network
identifier and
host
identifier
View source
Why are IP addresses split into network and host identifiers?
To manage
networks
and
route
data efficiently
View source
What is a subnet?
A part of a larger
network
View source
How does a subnet mask identify the network identifier part of an IP address?
It converts IP addresses into
binary
for
AND
operation
View source
What is the subnet mask for the IP address 120.176.134.54?
11111111.11111111.11111111.00000000
View source
What does a subnet mask value of 1 indicate?
It indicates bits of the
network ID
View source
What happens if devices are on the same subnet?
They share the same
network ID
View source
What is required for data to be sent to devices not on the same subnet?
It must go through a
router
or
gateway
View source
What is a network socket?
An
endpoint
of communication flow
View source
How are sockets created?
In software, not
hardware
View source
What components make up a TCP/IP socket?
IP address
and
port
number
View source
How does a computer communicate with a server?
By sending a request using
IP
and
port
View source
When can sockets be created?
At any time to establish a
connection
View source
What is the process of subnetting and its purpose?
Divides a
network
into smaller parts
Each part is a subnet
Improves network management
Enhances
routing efficiency
View source
What are the key functions of a subnet mask?
Identifies
network
and
host portions
Converts IP addresses to
binary
Facilitates
AND operations
for routing
View source