Vocab (week 1) Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

The Internet

A

A global system of interconnected computer networks that use the internet protocol suite (TCP/IP) to link devices worldwide.

  • it is a network of networks that consist of private, public, academic, business and government networks
  • linked by a broad array of electronic, wireless and optical networking technologies
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

The internet…

A

connects networks together. “Interconnected networks”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Computer network

A

2 or more computers linked together using: cables, radiowaves (wifi or bluetooth), satellites or telephone lines.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

why do we link computers together?

A

To exchange files, to allow for communication, share resources like printers. etc.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

A network of 2 computers

A
  • a single cable
  • two cables and another device
  • wireless : bluetooth or wifi signals
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Most common topology to connect computers?

A

Star Topology

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

LAN

A

Internal network of computers (offices, homes, short distance)

  • Local Area Network
  • primarily uses ethernet cables to connect
  • only works for short distances
  • can include wifi signals
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

WAN

A

Wide Area Network: Unlimited by geography (connects computers from anywhere in the world)

can use the following:
- Satellites
- mobile towers
- tv cables
- fibre optics
- telephone lines

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How do we connect to the internet?

A
  • using an ISP or an Internet Service Provider
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is an ISP

A

A company people pay to get access to the internet, usually you can buy or rent the modem from them.

  • Usually they have polices like Acceptable Use Policy or Terms of service. These may prevent copyright, video games, illegal content and online services, harassment.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Internet vs WWW

A
  • internet - the actual network - the hardware
    • ex: using internet but not the web - using an app on your phone, sending an email, sending an instant message
  • Web - the content served up through this hardware. the collection of billions of digital pages that are viewable thorugh web browswer software
    • browsing web pages (google, youtube, ucr’s webstie)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Transmission mediums

A
  • Electricity (telephone lines, ethernet cables tv cables.)
  • Electromagnetic waves (wireless)
  • Light (optic fibers)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

data transmission is different for short and long distances

A
  • WAN
    • phone cables and tv cables
    • power lines
    • cellphone signals
    • satellite signals
    • fiber optics
  • LAN
    • ethernet cables
    • wifi signal
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Wifi

A
  • wireless networking technology
  • uses radio waves
  • to provide wireless high-speed internet and network connections.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Hotspot

A

A physical location where people may obtain internet access, typically using wifi technology

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Fiber optics

A

work using total internal reflection

note: - How do you think continents are connected in the internet?
- Using submarine fiber optic cables!
- Fiber optic cable sare the fastest and best medium for long distance

17
Q

Markup language

A
  • a system for annotating a document in a way that is syntactically distinguishable from the text
  • interpreted by the browser
  • HTML, XML, XHTML, some examples
  • used to present information
18
Q

Programming language

A
  • Formal language that contains a set of instructions used to produce an OUTPUT
  • Compiled by a compiler or interpreted by an interpreter
  • C,C++, Java, Python and assembly are some examples
  • used to give instructions to a computer to perform a particular task
19
Q

HTML

A

HTML files consist of nested HTML elements

20
Q

Dynamic webpapge

A
  • dynamic: the user is able to play a role in what you see,
  • ex is amazon, the page changes based on what you click on.
21
Q

static webpage

A

the page is created once and shows the same content
- no interaction with the user
- you cannot change what you say only the owner is able to do so.

22
Q

HTML, HYPERLINKS, WWW

A
  • Web pages written in HTML include hyperlinks that when followed from a web browser allow the user to jump from one web page to the next.
  • The combination of HTML web pages connected by hyperlinks and internet protocols for data transmission form the basis for the world wide web.
  • HTML: web pages are written in a textual language called HTML
  • HyperText MarkupLanguage
    • hypertext: links that connect to other pages and content
    • tags for annotating and structuring text
  • HTML is like IOS and there are recent versions - HTML5