What is a protocol in networking?
A set of rules that manage communication between different computers on a network.
What are the two main protocols used to connect network devices over the internet?
Transmission Control Protocol (TCP) and Internet Protocol (IP).
What are the four layers of the TCP/IP model?
What does the Application Layer do in the TCP/IP model?
It directly interfaces with application software and passes data to the transport layer.
What is the function of the Transport Layer in the TCP/IP model?
It uses TCP to split data into packets and attach headers for delivery.
What information does the header of a TCP packet contain?
What is the purpose of the Internet Layer in the TCP/IP model?
It formats packets into IP datagrams and attaches origin and destination IP addresses.
What does the Network Interface Layer do?
It adds MAC addresses to packets and converts data for transport over physical cables.
True or False: Ports in networking are physical connections on a computer.
False.
What is a network port?
The endpoint of a network communication that identifies the application being used.
List some common network ports and their uses.
What is a packet in networking?
A piece of data or message being sent across a network.
What are the two main sections of a TCP packet?
What is packet switching?
A method where data is broken into packets that are sent independently over the network.
What is an IP address?
A string of numbers that uniquely identifies a computer on a network.
What is the format of an IPv4 address?
A 32-bit number expressed in dot-decimal notation (four decimal numbers between 0 and 255).
What are RFC 1918 private addresses?
What is the significance of Network Address Translation (NAT)?
It converts private IP addresses into a public gateway IP address for external communication.
What is the format of an IPv6 address?
A 128-bit number represented as eight groups of four hexadecimal digits separated by colons.
What is a domain in networking?
A group of workstations, printers, network devices, servers, and users that share data.
What is the role of a Domain Controller?
It manages user authentication and domain policies.
What are subdomains?
Child domains that allow semi-autonomous control within a larger network structure.
What is network segmentation?
The process of splitting a large network into multiple subnetworks.
List the advantages of network segmentation.