Technology-Chapter 3 Flashcards
Communication is done in two broad classes called..
Synchronous communication and Asynchronous Communication
Synchronous Communication
Requires that both the sender and the receiver are active at the same time.
Asynchronous Communication
The sending and receiving occur at different times.
Broadcast Communication
Involves a single sender and many receivers
Multicast
Is used when there are many receivers, but the intended recipients are not the whole population.
Point-to-point communication
One specific sender and one specific receiver , internet
A fundamental feature of the internet is that it is..
Point to point communication and provides a general fabric that links all computers connected to it. Universal communications medium.
Client/server interaction
What happens when you browse the web. When the computer, the client, gets services from another computer, the server. Relationship is very short.
Web server
Yours is the client computer and the computer on which the Web page is stored is the server computer.
How do clients give the illusion of a continuous connection?
Cookies and URL Parameters
Cookies
Are small files stored on the client computer by the server, and returned to the server with each page request. The file contains enough data from the server, such as unique identifier, that it can connect you to earlier interactions.
URL Parameters
Are information added by client to a URL when it connects to the server.
How does the Internet transmit information such as Web pages and email messages?
Complex and sophisticated technologies are used to make the internet work
IP Address
-internet Protocol Address, is a sequence of four numbers separated by dots. Each computer that is connected to the internet has one, The range of each four numbers is from 0-255.
IP Packet
Computer communicates with another computer by sending an IP Packet to its IP Address.The computer being contacted and return IP Address.
Payload
What is being sent, it may be one byte or a thousand.
IPv4 and IPv6
In the 1970s they used IPv4 for the four number Byte, and then changed to IPv6 to be 16 numbers long for the IP Address.
Hop
The transition from one router to the next
Trace Route
Networking engineers record the routes packets take.
Transmission Control Protocol/Internet Protocol (TCP/IP)
Sending any amount of information is possible by breaking it into a sequence of small fixed-size units. Continues to work under adverse conditions. each packet is Independent ***
Wide Area Networks (WANs)
The internet is a collection of this, meaning networks designed to send information between two locations widely separated and not directly connected.
Local Area Network (LAN)
When computers are close enough to be linked by a single cable or pair of wires. Main technology for LAN. Commonly used at schools or businesses.
Channel
The physical set up for an Ethernet network is a wire, wire pair, or optical fiber, that winds past a set of computers.
Explain the difference between the Internet’s TCP/IP Protocol and Ethernet’s party protocol.
Internet uses point to point network to implement point to point communication. Multiple communications can take place at once over different wires.
Ethernet uses a broadcast network for point to point communication. Only one communication can take place at a time because there is just one wire. Carries less traffic.
You can connect to the internet by
Connection via an Internet service provider (ISP)
Connection provided by a campus or enterprise network
ISP
It works by the company giving you a modem that converts the bits a computer outputs into a form that is compatible with the carrier. They then convert into a form that is suitable for the server that connects to the internet.
Two very common service providers:
DSL or ADSL- (asymmetric) Digital subscriber line
and cable
Intranet
These local networks support communication within the organization, but they also connect to the Internet by a gateway.
Wireless Networking
Is a variation on the LAN connection and is often referred to by its protocol name, lan connection- 802.11*****
Router
physically connected to an ISP’s modem connected to the Internet and is capable of broadcasting and receiving radio frequency signals.
Dynamic Host Configuration Protocol (DHCP)
How temporary addresses are assigned
Domain Names
Used to refer to computers, rather than their IP addresses.
DNS- Domain Name System
Is the hierarchical structure we use to name computers.
Peers
Domains that are at the same level in hierarchy
Top Level Domain Names
.com , edu, gov, int, mil, net, and org
in 1985 only recognized seven
Two letter country domains
uk- United Kingdom de- Germeny ca-Canda es-Spain ch-Switzerland
Authoritative Name Server
is the authority, if a computer is not on the list then its not in the domain, if it is then they know the IP Address.
Root Name Servers
is a name for a server for the root zone of the DNS of the internet. It directly answers requests to records in the root zone.
Caching
The act of saving information for possible reuse soon
Redundancy
The use of multiple copies of information-the TLD list
What happens when someone uses a Domain name?
The DNS will track down the ANS, find the IP Address and begin communicating with the new machine.
Web Servers
Some computers that are connected to the internet are this. They accept HTTP requests from browsers running on other computers and return files that browsers can display.
World Wide Web (WWW)
Web servers and their files define this
Difference between the WWW and the Internet
Internet- is all of the wires and routers connecting named computers that is hardware.
WWW- a subset of those computers (web servers) their files and their services.
URL (universal Resource Locator) has what three main parts:
- Protocol: the http://, which stands for Hypertext Transfer Protocol-tells the computers how to handle the file, and File Transfer Protocol- another way to send files by using ftp
- Server Computer’s Domain Name: Gives the name or the server in the domain hierarchy
- Page’s Pathname: Gives the pathname saying where to find the page or other file.
Source
When a web page browser receives the description (source) file, it then creates the Web page image that it displays.
Two advantages to storing and sending the source rather than the image itself
A description file usually requires less information, and the browser can adapt the source image to your computer easier.
Hyperlinks
Provide the point from which we can jump and return
Hypertext Markup Language (HTML)
Describe the layout of a document, including margin width, on, and text style…
Folder/Directory
Is a named collection of files or other folders or both.
File Structure
Folders can contain folders, which contain folders, which contain files and other folders..this forms a directory hierarchy.