AP CSP Networks and the Internet
39 flashcards covering AP CSP Networks and the Internet for the AP-CS-PRINCIPLES Big Idea 4 section.
The topic of Networks and the Internet in the AP Computer Science Principles curriculum, as outlined by the College Board, focuses on the fundamental concepts of how networks function, including the structure and protocols that enable communication between devices. This area emphasizes understanding the Internet's role in society, data transmission, and the implications of network security and privacy.
In practice exams and competency assessments, questions related to Networks and the Internet often require students to analyze scenarios involving data flow, network design, and the impact of various protocols. Common traps include confusing the functions of different layers of the Internet protocol stack or misinterpreting how data packets are routed. Students may also overlook the importance of cybersecurity principles, leading to incorrect answers when scenarios involve potential vulnerabilities.
A practical tip to remember is to always consider the security implications of network designs, as this is frequently overlooked in both theoretical and practical applications.
Terms (39)
- 01
What is the primary function of the Internet Protocol (IP)?
The primary function of the Internet Protocol (IP) is to provide addressing and routing for data packets across networks, ensuring that data is sent from the source to the destination (College Board AP CED).
- 02
Which layer of the TCP/IP model is responsible for end-to-end communication?
The Transport layer is responsible for end-to-end communication in the TCP/IP model, managing the flow of data between devices (College Board AP CED).
- 03
What does DNS stand for and what is its purpose?
DNS stands for Domain Name System, and its purpose is to translate human-readable domain names into IP addresses, facilitating easier access to websites (College Board AP CED).
- 04
How often should network devices be updated for security?
Network devices should be updated regularly, ideally as soon as security patches are released, to protect against vulnerabilities (College Board AP CED).
- 05
What is the role of a router in a network?
A router directs data packets between different networks, determining the best path for data to travel (College Board AP CED).
- 06
What is a benefit of using a Virtual Private Network (VPN)?
A VPN provides a secure connection over the internet, encrypting data and masking the user's IP address to enhance privacy (College Board AP CED).
- 07
Under the TCP/IP model, what is the function of the Application layer?
The Application layer provides network services to end-user applications, enabling communication over the network (College Board AP CED).
- 08
What is the maximum number of devices allowed on a single IPv4 network?
Theoretically, an IPv4 network can support up to 4.3 billion unique addresses, but practical limits are lower due to address allocation (College Board AP CED).
- 09
What is the purpose of a firewall in a network?
A firewall is used to monitor and control incoming and outgoing network traffic based on predetermined security rules, protecting networks from unauthorized access (College Board AP CED).
- 10
What does HTTP stand for and what is its function?
HTTP stands for Hypertext Transfer Protocol, and it is used for transmitting hypertext via the web, enabling the transfer of web pages (College Board AP CED).
- 11
When configuring a network, what is the first step?
The first step in configuring a network is to assess the network requirements and determine the appropriate architecture and devices needed (College Board AP CED).
- 12
What is the significance of the OSI model in networking?
The OSI model provides a conceptual framework for understanding network interactions in seven layers, facilitating communication and interoperability between diverse systems (College Board AP CED).
- 13
What is the difference between TCP and UDP?
TCP (Transmission Control Protocol) is connection-oriented and ensures reliable data transmission, while UDP (User Datagram Protocol) is connectionless and does not guarantee delivery (College Board AP CED).
- 14
What is the function of an IP address?
An IP address uniquely identifies a device on a network, allowing it to communicate with other devices over the internet (College Board AP CED).
- 15
What is a subnet mask used for?
A subnet mask is used to divide an IP address into network and host portions, helping to determine which part of the address identifies the network and which part identifies the device (College Board AP CED).
- 16
What is the role of a DHCP server in a network?
A DHCP (Dynamic Host Configuration Protocol) server automatically assigns IP addresses to devices on a network, simplifying network management (College Board AP CED).
- 17
What is meant by 'latency' in networking?
Latency refers to the time it takes for data to travel from the source to the destination across a network, affecting the speed of communication (College Board AP CED).
- 18
How does encryption enhance network security?
Encryption enhances network security by converting data into a coded format that can only be read by authorized users, protecting sensitive information from interception (College Board AP CED).
- 19
What is a packet in networking?
A packet is a formatted unit of data carried by a packet-switched network, containing both the data being transmitted and control information (College Board AP CED).
- 20
What does the term 'bandwidth' refer to in networking?
Bandwidth refers to the maximum rate of data transfer across a network path, typically measured in bits per second (bps) (College Board AP CED).
- 21
What is the purpose of network protocols?
Network protocols define the rules and conventions for communication between network devices, ensuring data is transmitted accurately and efficiently (College Board AP CED).
- 22
What is the difference between a public and a private IP address?
A public IP address is accessible over the internet, while a private IP address is used within a local network and is not routable on the internet (College Board AP CED).
- 23
What is the purpose of network address translation (NAT)?
NAT allows multiple devices on a local network to share a single public IP address, conserving address space and enhancing security (College Board AP CED).
- 24
How do firewalls protect networks?
Firewalls protect networks by filtering traffic based on security rules, blocking unauthorized access while allowing legitimate communication (College Board AP CED).
- 25
What is the function of a modem in a network?
A modem modulates and demodulates signals for data transmission over telephone lines or cable systems, enabling internet connectivity (College Board AP CED).
- 26
What is the significance of IPv6?
IPv6 is significant because it provides a vastly larger address space than IPv4, accommodating the growing number of devices connected to the internet (College Board AP CED).
- 27
What is the purpose of a network switch?
A network switch connects devices within a local area network (LAN) and uses MAC addresses to forward data only to the intended recipient (College Board AP CED).
- 28
What is the function of SSL in internet communications?
SSL (Secure Sockets Layer) provides a secure channel between two machines operating over the internet, ensuring data privacy and integrity during transmission (College Board AP CED).
- 29
What is an example of a network topology?
An example of a network topology is a star topology, where all devices are connected to a central hub or switch (College Board AP CED).
- 30
What is the role of a proxy server in a network?
A proxy server acts as an intermediary between a client and the internet, providing increased security, anonymity, and caching capabilities (College Board AP CED).
- 31
What is the importance of network redundancy?
Network redundancy is important as it provides backup connections and systems, enhancing reliability and availability in case of failures (College Board AP CED).
- 32
What is a VPN and how does it work?
A VPN (Virtual Private Network) creates a secure tunnel over the internet, encrypting data and allowing remote users to access a private network safely (College Board AP CED).
- 33
What is the purpose of the ICMP protocol?
The ICMP (Internet Control Message Protocol) is used for error messages and operational information exchange, helping to manage and control network communications (College Board AP CED).
- 34
What is the function of an access point in a wireless network?
An access point connects wireless devices to a wired network, enabling them to communicate and access network resources (College Board AP CED).
- 35
What does the term 'throughput' mean in networking?
Throughput refers to the actual rate at which data is successfully transmitted over a network, often lower than the maximum bandwidth due to various factors (College Board AP CED).
- 36
What is the role of the transport layer in the OSI model?
The transport layer is responsible for ensuring reliable data transfer, error correction, and flow control between devices (College Board AP CED).
- 37
What is the significance of using HTTPS instead of HTTP?
Using HTTPS (Hypertext Transfer Protocol Secure) instead of HTTP ensures that data exchanged between the user and the website is encrypted, enhancing security (College Board AP CED).
- 38
What is a common use case for a load balancer in networking?
A load balancer is commonly used to distribute incoming network traffic across multiple servers, ensuring no single server becomes overwhelmed (College Board AP CED).
- 39
What is the purpose of a network diagram?
A network diagram visually represents the layout of a network, illustrating how devices are connected and the relationships between them (College Board AP CED).