1.2 Communication and Internet Flashcards
What is serial data transmission?
- Method of data transmission
- each bit is sent one after another …
- over a single wire (channel)
What is parallel data transmission?
- Method of data transmission
- Multiple bits (often 8 bits) sent at the same time …
- using multiple wires (lines)
Advantages and disadvantages of serial transmission are?
- more accurate/fewer errors over a longer distance
- less expensive wiring (single wire)
- less chance of data being skewed/out of synchronisation
- slower, less data sent at once dues to only one wire
Advantages and disadvantages of parallel transmission are?
- less accurate/more errors over a longer distance
- more expensive wiring (multiple wires)
- more chance of data being skewed/out of synchronisation
- faster, more data sent at once due to more wires
Uses of serial transmission?
- Medium to long distances e.g. Ethernet, Telephone Wire
- USB (Universal Serial Bus)
Uses of parallel transmission?
- Short distances
- Fast internal data transfer within a computer system (buses)
- IC’s (Integrated Circuits)
- Older printers
What is meant by synchronous transmission?
Synchronous
- A continuous stream of data
- The data is accompanied by timing signals (generated by an internal clock)
- The clock ensures the sender and receiver are in step with each other
What is meant by asynchronous transmission?
Asynchronous
- Data is transmitted in discrete packets (usually 1 byte)
- Each packet of data is sent with control bits
- The control bits allow the receiver to know when the data starts and ends
- The control bits prevent the packets of data getting mixed up
- Packets are sent intermittently (they have uneven time intervals between them
- Slower than synchronous
Explain duplex data transmission and give an example
- Direction of data transmission is both ways at the same time (simultaneously)
- Examples: Telephone call, broadband connections, video conferencing
Explain half-duplex data transmission and give an example
- Direction of data transmission is both ways but not at the same time (not simultaneously)
- Examples: Walkie Talkie, Intercom
Explain simplex data transmission and give an example
- Direction of data transmission is one way only (unidirectional)
- Examples: radio/tv broadcast, microphone to computer, computer to speaker
What are Integrated Circuits?
- self-contained circuits with many separate components (e.g. transistors, diodes) etched into a tiny silicon chip.
- Uses parallel transmission for …
- …sending data internally in computer systems
What are the drawbacks of integrated circuits?
- Less flexible - individual component or components cannot be removed or replaced – whole IC must be replaced
- Limited power rating
What are the benefits of integrated circuits?
- Small size – Thousands times smaller than discrete circuits
- Small weight due to miniaturised circuit
- Low cost due to mass production
- Low power consumption because of their smaller size
What is USB?
Universal Serial Bus
- Uses asynchronous serial transmission for …
- … sending data externally
- … (to and from peripherals / between devices)
Advantages of USB are?
- Devices plugged into the computer are automatically detected
- The connectors can only fit one way; this prevents incorrect connections being made
- Industry standard; this means that considerable support is available to users
- Supported by many operating systems
Explain what happens when a USB device is plugged into a computer
- The computer automatically detects a device (due to a small change in the voltage level)
- A known device is automatically recognised, and the appropriate device driver is loaded
- If a new device is detected, the computer will look for and install the device driver
- If this is not available, the user is prompted to download the device driver
Disadvantages of USB are?
- Limited distance: the maximum cable length is presently about 5 metres
- Current transmission rate is slower than Ethernet (although USB 3.0 is over 10 time faster than USB 2.0)
What happens when a USB device is plugged into a computer
- automatic detection
- the device driver is loaded or downloaded
- if no driver found to be downloaded the user is prompted to do so
What is a web browser?
Software that enables users to access resources on the WWW
What is HTTP?
- Hypertext Transfer Protocol
- A protocol that defines how messages are transmitted and formatted over the World Wide Web
Describe what is meant by HTTPS
- Hypertext Transfer Protocol Secure
- A protocol that defines how messages are transmitted (securely) and formatted over the World Wide Web
- It means data sent to and from the web server is encrypted
- A locked padlock is shown in the browser
- It means a website uses TLS/SSL
What is a protocol?
- A set of rules that define how devices communicate e.g. HTTP
Identify the 3 main parts that make up a URL
- Made up of Protocol, Domain name & file name e.g https://www.bbc.com/index.html
What is a URL?
- Uniform Resource Locator
- The website address typed into a web browser
- Made up of Protocol, Domain name & file name e.g https://www.bbc.com/index.html
Describe what is meant by Domain Name
- A web servers name.
- Each domain name is unique.
- Used to identify IP addresses.
Describe what is meant by ISP?
- Internet Service Providers
- Companies that provide the user with access to the internet e.g. Virgin, BT, Sky
Describe what is meant by DNS
- Domain Name System
- Internet service that translates domain names into IP addresses
Describe how a DNS server works
- Contains a database of IP addresses
- When you request an address (URL) …
- …it looks up the URL in a table and …
- …returns the corresponding IP address
- …or searches for the address from another server
What is a web server?
- Device that responds to requests to provide information and services over the world wide web
- Distributes web pages (and other resources) as they are requested
Give 3 examples of a server other than a web server
- File server
- Email server
- Print Server
How does a web browser use the URL to access a web page
- Web browser sends URL to DNS server
- IP address sent back to web browser
- Web browser sends request to IP address of web server
- Web server sends web page to web browser
- Web browser interprets HTML and displays the web page
What is a a NIC?
- Network Interface Card
- connects a computer to a computer network
- formats the data sent from the computer into a required format according to the protocols (rules) of the network e.g. TCP/IP.
- Each NIC has a unique ID known as a MAC address assigned to it
Describe what is meant by a MAC address
- Media Access Control
- Unique ID assigned to a Network Interface Card
- Hardware address - assigned by a manufacturer
- It does not change
- 12 Hex digits e.g. 3A-34-53-C4-69-B8 (First 6 digits Manufacturer ID, Last 6 digits Serial Number)
Describe what is meant by an IP address
- Internet Protocol address
- A unique address for each device on a network / the Internet
- Software address - allocated by the network
- It can be
- static (does not change)
- dynamic (can change)
- Two versions
- IPv4 (32 bit/4 bytes e.g. 172.16.254.1)
- IPv6 (128 bit/16 bytes)
- It can be
- private (used on a local network)
- public (used by a device on the internet)
What are cookies?
- Small packets of data
- Browsing data stored in a text file
- Stored by the browser on users computer
- Used by the website when it is visited again
Why do websites use cookies?
- to store personal information
- to store login details
- to save items in a shopping basket
- to customise web pages
- to track visited websites
- to carry out targeted advertising
- to store credit card details
What is HTML?
- Hypertext Mark-up Language
- A web authoring (mark up) language used to create web pages
- It is uses tags to define the structure e.g. h1, h2, p
- Note: it can be used for presentation/formatting, but normall CSS
What is CSS?
- Cascading Style Sheets
- Used for presentation
- Used so that formatting information does have to be included with the content and layout
- Style sheets hold the formatting information for particular tags e.g.
- h1 { color: blue; }
What are the advantages of CSS?
- Style only needs to be defined once and it is then applied to all instances .
- Only needs to be changed in one place
- Same style can be applied to many different documents
- Pages will load faster as there is less description
Why is HTML important?
- It is an accepted standard, so all browsers will display the data correctly.
- Enables a web browser to interpret a file and display the content
Describe the use of structure and presentation in a HTML document
- Structure (HTML) is used to create the layout
- Mark up tags are used to define the structure (although presentation can be included in the tag)
- e.g h1, h2, p
- Presentation (CSS) is used to format colour/style
- e.g. h1 { color: blue; }
- Structure and presentation are often kept separate making it easier to update the style
- A CSS file is linked to a HTML document to define the style of the entire page
What is external CSS?
CSS: Cascading Style sheets
Seperate CSS files for presentation allow changes to a website style/formatting to only be made in one place.