TIA 13 – College Essay

Unlock all answers in this set

Unlock answers
question
Collection of large national and international networks, most of which are owned by commercial, educational, or government organizations.
answer
Internet Backbone
question
A high-speed fiber optic line
answer
Optical Carrier (OC) line
question
Carry digital data ove twisted-pair wires.
answer
T Line
question
A way of connecting Internet service providers (ISPs) that's made up of one or more network switches to which the ISP's connect (switches are devices that send data on a specific route through a network)
answer
Internet Exchange point (IXP)
question
How individual Internet users enter an ISP. Uses a bank of modems, servers, routers, and switches.
answer
Point of Presence (POP)
question
Client/Server model. Clinets are devices like computers, tablets, smartphones that use browsers to request services such as web pages.
answer
What type of network model does the Internet use?
question
Computers that run specialized operating systems, enabling them to host web pages and other information and to provide requested information to clients
answer
Web Servers
question
Computers that host software that enables users to buy goods and services over the web. Protects sensitive information
answer
Commerce Servers
question
Computers that are deployed to provide remote storage space or to act as storehouses for files that users can download. Cloud services.
answer
File Servers
question
Set of rules for exchanging electronic information. Communicating, collaborating, creating content in the same fashion
answer
Computer Protocol
question
Protocol with design made public for access by any interested party
answer
Open System
question
Private system opposite of open system
answer
Proprietary System
question
A dedicated connection is formed between two points (such as two people on phones), and the connection remains active for the duration of the transmission. Ineffective for computers because either the circut would have to remain open and unavailable to any other system, or it would have to be reestablished for each burst of information sent
answer
Circuit switching
question
Communications method for computers. Data is broken into smaller chunks called PACKETS and are sent over various routes at the same time.
answer
Packet Switching
question
1. An address to which the packet is being sent 2. The address from where the packet originates 3. Reassembly instructions, if the original data is split between packets 4. The data that's being tansmitted
answer
Packets Contain:
question
The main suite of protocols used for transmitting data over the Internet
answer
Transmission Control Protocol/Internet Protocol (TCP/IP)
question
A unique identification number that defines each computer, service, or other device connected to the internet (like street addresses).
answer
IP Address
question
IP addresses must be registered here to ensure they're unique
answer
Internet Corporation for Assigned Names and Numbers (ICANN)
question
IP address form where the numbers are separated by decimals
answer
Dotted Decimal Number
question
Each of the 4 numbers in a dotted decimal number is referred to as...
answer
Octet
question
Requires two computers to exchange control packets, thereby setting up parameters of the data-exchange (handshaking).
answer
Connection-Oriented Protocol
question
Doesn't require any type of connection to be established or maintained between two computers exchanging information
answer
Connectionless Protocol
question
When Y receives a data packet that it can read from X, it sends back...
answer
Positive Acknowledgement (ACK)
question
If packet is unreadable (damaged in transit), Y sends a NAK to X
answer
Negative Acknowledgement (NAK)
question
Section of your hardrive that stores information that you may need again, such as IP addresses and frequently accessed web pages.
answer
Internet Cache
question
The original protocol addressing scheme. Did not predict the explosive growth of the Internet
answer
Internet Protocol version 4
question
A term for the explosive growth of Internet-enabled devices. Appliances, light bulbs, smoke detectors all now send messages over the internet!!
answer
Internet of Things
question
an IP addressing scheme developed to make IP addresses longer, providing more available (128 bit instead of 32 bit)
answer
Internet Protocol version 6
question
A base 16 number system, each hexadecimal digit is one of 16 possible values 0-9 or A-F
answer
Hexadecimal Digit
question
The IP address for a computer never changes and is most likely assigned manually by a network administrator or an ISP
answer
Static Addressing
question
Your computer is assigned a temporary address from an available pool of IP addresses (more common)
answer
Dynamic Addressing
question
Dynamic addressing is normally handled by the DHCP, which belongs to the TCP/IP protocol suite. It takes a pool of IP addresses and shares them with hosts on the network on an as-needed bases. (as-needed because not everyone is logged on to the internet at one time).
answer
Dynamic Host Configuration Protocol (DHCP)
question
Top level is what comes after the dot and second level comes before the dot
answer
Top-level vs Second-level Domain names
question
Like a phone book for the internet. When you enter a URL in your browser, your computer converts the URL to an IP address using this.
answer
Domain Name System (DNS) server
question
Contains the master listings for an entire top-level domain. When your own default DNS server doesn't know the address, it has to consult this to find out.
answer
Root DNS server
question
Not a programming language; is a set of rules for marking up blocks of text so that a browser knows how to display them.
answer
HTML
question
Surround and define HTML content (such as and indicate bolding)
answer
HTML Tags
question
Each pair of tags and text in between them are collectively referred to as an element
answer
Element
question
Current version of the HTML standard
answer
HTML5
question
List of rules that defines in one single location how to display HTML elements. Style rules enable web developers to define a kind of formatting for each HTML element and apply it to all those elements on a set of web pages (essentially, a template).
answer
Cascading Style Sheet
question
In web documents, there are 1. External (stored in separate file) 2. Embedded (stored inside the current HTML document) 3. Inline (stored within a single line inside the HTML document). Each style has a different weight that can override the rule/style with a lower weight
answer
Where does the "cascading" come in?
question
Describes the content in terms of what data is being described rather than how it's to be displayed. Users can build their own markup languages to accommodate particular formats and needs
answer
Extensible Markup Language (XML)
question
Data validation: If we needed a tag for an age field, we know a person's age can only be between 0 and 120 but any data may be inserted between

tags. XML allows this

answer
XML Examples
question
JavaScript Object Notation: data interchange standard that is easy for humans to read and write.
answer
JSON
question
Browsers use this Internet protocol to send requests. Created especially for the transfer of hypertext documents across the Internet (recall that hypertext documents are documents in which text is linked to other documents or media)
answer
Hypertext Transfer Protocol (HTTP)
question
Ensures that data is sent securely over the web. Combination of Secure Sockets Layer (SSL) and Transport Layer Security (TLS). These provide data integrity and security for transmissions over the Internet
answer
Hypertext Transfer Protocol Secure (HTTPS)
question
A type of program that runs on a web server rather than on your computer
answer
Server-Side program
question
Provides a method by which your browsers can request that a program file be executed instead of just being delivered to the browser. Enables the website to be interactive.
answer
Common Gateway Interface (CGI)
question
Program that runs on the client computer and requires no interaction with a web server. Once a web server processes a web page and sends the page to the client computer, the receiving computer can't get new data unless a new request is made. More efficient to run programs on your computer
answer
Client-Side program
question
Part of client-side programming. Tucks programming code directly within the HTML of a web page.
answer
HTML Embedded Scripting Language
question
Part of client-side programming. A small application actually located on the server is downloaded to the client. It's there ready to run when needed without addition data transfers between client and server.
answer
Applet
question
Combination of technologies: HTML, cascading style sheets, JavaScript that's used to create lively and interactive websites.
answer
Dynamic HTML
question
Commonly used scripting language for creating DHTML effects. With JavaScript, HTML documents can be made responsive to mouse clicks and typing.
answer
JavaScript
question
Just as cascading style sheets organize and combine the attributes of objects on a web page, JavaScript uses this to organize objects and page elements. Defines every item on a web page including graphics, tables, headers...
answer
Document Object Model (DOM)
question
Email has its own protocol. SMTP is responsible for sending email along the Internet to its destination.
answer
Simple Mail Transfer Protocol (SMTP)
question
Specialized computers whose sole function is to store, process, and send email
answer
Email Servers
question
All email client software now uses this protocol to attach files. It handles the encoding and decoding of attachments for its users
answer
Multipurpose Internet Mail Extensions (MIME)
question
The process of coding your email so that only the person with the key to the code can decode and read the message
answer
Encryption
question
Only the two parties involved in sending the message have the code. If someone steals a copy of the code, however, the code is broken.
answer
Private-key Encryption
question
A type of encryption where two keys, known as a key pair, are created. One key is used for coding and the other is for decoding. The key for coding is distributed as a public key (anyone wishing to send you a message can download your public key), while the private key is retained for decoding (You're the only one who ever possesses the private key so it's highly secure).
answer
Public-key Encryption
question
Public key packages available for download. Can use free of charge.
answer
Pretty Good Privacy (PGP)
question
The client software running on your device makes a connection with the chat server and provides it with connection information for your device. Chatting takes place directly between the two devices over the Internet.
answer
How does IM work?
Get an explanation on any task
Get unstuck with the help of our AI assistant in seconds
New