Q3-2 How Does Data Move over a Network? Flashcards
What is the role of protocols in network communication?
Protocols are sets of rules used by devices to communicate over a network.
They ensure that data flows seamlessly across the Internet by standardizing communication methods and conventions, allowing devices with different operations and designs to interact efficiently.
What is the IEEE 802.3 protocol and what does it specify?
The IEEE 802.3 protocol, also known as Ethernet, is used for wired LAN connections.
It specifies hardware characteristics, such as which wire carries which signals.
What is the difference between the IEEE 802.11 protocol versions?
IEEE 802.11 is used for wireless LAN connections.
As of 2017, the most current standard is IEEE 802.11ac, which allows speeds up to 1300 Mbps, a 100% increase in speed over the previous standard, IEEE 802.11n.
How does encapsulation help in data transmission over the Internet?
Encapsulation involves wrapping data in a series of protocol layers to ensure secure and reliable transmission across the Internet.
Each layer encapsulates the data with additional information, akin to placing a message within multiple envelopes, which are systematically removed by the recipient to reveal the original message.
What is the TCP/IP Protocol architecture?
The TCP/IP Protocol architecture is a layered arrangement of protocols used to handle data communication over the Internet.
It includes various protocols at different layers, ensuring organized and efficient data handling.
What is the function of the Hypertext Transport Protocol (HTTP)?
HTTP is the protocol used between web browsers and servers.
It facilitates the transmission of web pages from servers to browsers using predefined request and response formats, enabling seamless interaction without prior direct communication between the browser and server.
What is HTTPS and why is it important?
HTTPS is a secure version of HTTP that encrypts data transmission between a user’s browser and a web server, protecting sensitive information like credit card numbers from interception.
What are some common TCP/IP protocols besides HTTP?
Common TCP/IP protocols include:
SMTP (Simple Mail Transfer
Protocol): Used for email transmissions.
FTP (File Transfer Protocol): Used for transferring files over the Internet.
How does the Internet Protocol (IP) facilitate data movement on the Internet?
IP assigns a unique address to every device on the Internet and stamps a destination address on every packet of data.
This helps in routing each packet to its correct destination, ensuring accurate data delivery across various network paths.
What is an IP address?
An IP address is a unique number that identifies the location of a device on the Internet.
Every device that connects to the Internet must have an IP address.
What is the difference between public and private IP addresses?
Public IP addresses identify devices on the public Internet.
Private IP addresses identify devices on a private network, such as a LAN.
Private addresses are controlled within the LAN.
What happens to your IP address when you connect to the Internet via an ISP?
When you connect to the Internet through an ISP, your device receives a private IP address on your LAN, and the ISP assigns a public IP address, which may be temporary, for your connection to the Internet.
What are IPv4 and IPv6?
IPv4 is an older IP address format using a four-decimal dotted structure (e.g., 104.193.184.125).
IPv6 is the more recent version with a much longer address format designed to accommodate more devices on the Internet.
What is a domain name, and why is it used?
A domain name is a worldwide-unique name that is affiliated with a particular public IP address, making it easier to identify websites.
For example, http://Snapchat.com points to a public IP address, but is more user-friendly than using the IP address itself.
Can multiple domain names point to the same IP address?
Yes, several domain names can point to the same Internet address.
Additionally, the affiliation of domain names with IP addresses is dynamic and can be changed by the owner of the domain.