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.
What is a markup language?
A markup language is a system used to annotate a document in a way that is distinguishable from the text.
It provides instructions for how the text should be displayed, but it is not a language used to write the content itself.
What is the purpose of a markup language?
The purpose of a markup language is to allow the text to be written once but formatted dynamically across different devices, such as smartphones, tablets, or TV screens.
What are two important markup languages used on the Web?
Two important markup languages used on the Web are:
HTML (Hypertext Markup Language)
XML (Extensible Markup Language)
What is HTML and what does it do?
HTML (Hypertext Markup Language) is a markup language that defines the structure and layout of Web pages.
It uses tags enclosed in angle brackets < > to indicate how text should be displayed in a browser.
What are HTML tags and how are they formatted?
HTML tags are enclosed in angle brackets < >, with the start of the tag indicated by <tag> and the end of the tag indicated by </tag>.
For example, <h2> defines a level-two heading.
What is a hyperlink in HTML?
A hyperlink is a pointer to another web page.
It contains the URL of the target web page and allows users to click the link to navigate to that page.
What are attributes in HTML tags?
Attributes in HTML tags provide additional properties about the tag.
For example, the href attribute in a hyperlink tag specifies the URL of the web page to be linked.
What is CSS and how does it relate to HTML?
CSS (Cascading Style Sheets) defines the fonts, layouts, and styles of elements on a web page, ensuring a consistent look across all pages.
It works in conjunction with HTML to control the presentation of web content.
What is XML, and how is it used?
XML (Extensible Markup Language) is a markup language similar to HTML but is designed to be machine-readable.
It is used to exchange structured data over the Web, allowing information to be shared between different systems.