Theory: Communication And Networking Flashcards
Define Baud rate
The number of distinct symbol changes in the medium (signalling events) made per second
Define bit rate
The number of bits transmitted over the medium per second to represent a continuous medium (audio) / value being recorded.
Define bandwidth
(In hertz) the range of frequencies a communication medium is capable of transmitting.
Higher bandwidth results in a larger bit rate.
Define latency
-The delay during data transfer
-More specifically the delay between data transfer and the instruction for data transfer
-(in milliseconds) the difference in time between an action and its effect being noticed.
-increases with distance
Define protocol
- rules for communication between devices.
-A set of rules or procedures for (? formatting and) transmitting data between electronic devices.
-international organisations decide upon and publish protocols
Define a symbol
A particular pattern of bits represented by a signal. A symbol of four bits might be 1101.
Define serial data transmission
Data is sent one bit at a tine over one communication wire (metal wire, optical fibre, wireless channel)
Define parallel data transmission
Uses numerous parallel communication lines to send multiple bits simultaneously
Advantages of serial data transmisson
-Serial data transmission can be used over longer distances ( like with wired peripherals)
-does not have the issue of skew or crosstalk, so data is less vulnerable to corruption.
-cheaper to install than parallel mediums
Define synchronous data transmission
-A clock signal shared by both the sender and the receiver times when signals are sent
(Used within the busses of a computers processor)
-signals are sent at regular intervals and received in the same order
-used in real time systems
-sender and receiver must use the same baud rate, only need to synchronise clocks for the length of transmission
Define asynchronous data transmission
-Start and stop bits are used to indicate the duration of a transmission.
-the start bit is either a 1 or 0 and the stop bit is always the opposite.
What is a start/stop bit?
Indicates the beginning and the end of a transmission in asynchronous data transmission
Define physical network topology
Refers to the actual, physical architecture of a network
Define physical star network topology
-each client (device on a network) has its own direct connection to a central hub.
-The hub receives packets for all clients and forwards it to the correct recipient.
-a server can be connected just like other clients.
Define physical bus topology
-clients are connected to a single cable called a backbone with a TERMINATOR at either end of the backbone.
-no need for a central hub, server is connected to backbone
Define logical network topology
-Refers to the FLOW OF DATA PACKETS within a network
Define mixing topologies
-a network can be set up physically as a star topology, but function logically as a bus topology if a bus protocol is run.
Define client server networking
-one/many central server(s) provide services to clients on a network.
-clients and servers are connected to a network in the same way, but a server is often a more powerful machine
Define peer to peer networking
-services are provided by the clients, every client has equal status
What is carrier sense multiple access with collision avoidance
A protocol used in wireless data transmission that attempts to avoid collisions by listening for a transmission signal from other devices before sending. Used in combination with RTS/CTS to prevent collisions with devices outside of range that are undetected.
What does www stand for?
World wide web
What is the difference between the internet and world wide web?
the Internet is a global connection of networks while the Web is a collection of information that can be accessed using the Internet. In other words, the Internet is the infrastructure and the Web is a service on top.
What does url stand for?
Uniform resource locator
What is a URL and how does it differ from a domain name?
A URL is the whole web address, where the domain name is a part of the web address. A url is a reference to a web resource that specifies its location on a computer network and how to retrieve it.
Define a domain name
They hide IP addresses with something more memorable as it would be inefficient to have to enter an IP address. Sort of a “nickname” for the IP address.
What is DNS?
Domain name system, hierarchical naming system for computers, along with other resources on the internet
What is an IP address?
Internet protocol address. A unique numerical identifier for every device or network that connects to the internet.
What is an FQDN?
•Fully qualified domain name: consists of three labels, hostname, second level domain name and top level domain name (TLD)
www. networksolutions .com.
•A domain that specifies an exact resource and can be interpreted in only one way. A FQDN will always include the server’s host name.
what is PQDN ?
Partially qualified domain name refers to one or two of the labels of a FQDN. The trailing full stop is typically left off
What is WHOIS, SEO and ICANN ?
-SEO = search engine organisation
-WHOIS protocol provides you with data about the owner of a website/domain
-ICANN = Internet Corporation for Assigned names and numbers, a gov non profit corporation responsible for internet protocol (IP) address space allocation and DNS management.
Identify the parts of the url in:
http://www.craigndave.org/thenumbers/2017/09/cryptic_challenge.pdf
•method: https
•host: www
•domain name: craigndave.org
•FQDN: www.craigndave.org
•location: thenumbers/2017/09
•resource: cryptic_challenge.pdf
Define Asynchronous transmission
The transmission of data intermittently between devices without the use of an external clock signal
What is parallel data transmission?
Transmission of data through multiple channels which allows several bits to be transmitted at a time
What is serial data transmission?
The transmission of data through a single channel , a single bit at a time
What are advantages of serial data transmission over parallel data transmission?
-there are fewer errors
-less noise (external and unwanted information that interferes with a transmission signal)
What is the start bit?
The bit used to indicate the beginning of a unit of data in asynchronous data transmission. (A flag for the beginning of a block of data)
What is the stop bit?
The bit used to indicate the end of a unit of data in asynchronous data transmission
Define synchronous data transmission
The transmission of data as a continuous between devices whose time signals are synchronised via a common clock
Define bandwidth
The range of frequencies at which data can be transmitted through a channel measured in Hz
Define Baud rate
The number of symbol changes, wafeform changes or signalling events across a channel per unit time
Define Bit rate
The number of bits transmitted per unit time
Define latency
The time delay between the transmitter sending data and the recipient receiving it. (Aqa)
Define a logical bus topology
A network that operates logically as a bus topology. A network arrangement where every host computer is connected to a single main data cable. All the nodes and switches are connected to only one single cable/bus.
Describe a physical star topology
A network arrangement where every host computer has a dedicated connection to a central hub computer or switch.
What is troubleshooting?
Tracing and correcting faults in an electronic system
What are some advantages of a bus topology?
-cheap to set up
-easy to set up
List some cable types and where they are used
-coaxial
used to transmit high frequencies with low noise interference- insulated. Bus topology
-fibre optic
-ethernet
What is a client server network?
A type of network organisation where networked computers (clients) connect to one or more powerful central computers (servers) that handle service requests and has resources
Describe a peer to peer network
A type of network organisation where networked computers are connected to each other with equal status (are both clients and servers) and share resources and workloads without a central server
Describe CSMA/CA
CARRIER SENSE MULTIPLE ACCESS w/ COLLISION AVOIDANCE
a wireless protocol where computers attempt to avoid interference or collision in a channel by only transmitting data when a channel is sensed to be idle.
Describe collisions in a channel in wireless networking
Multiple devices attempting to transmit data through the same channel at the same time ??
Define MAC address
MEDIA ACCESS CONTROL ADDRESS
a hardware identification number assigned to network interface cards used to uniquely identify a device on a network for communication purposes
How long is a mac address?
48 bits or 6 bytes can be in 12 hexadecimal digits eg. 00:1b:63:84:45:e6
Describe RTS/CTS
REQUEST TO SEND/ CLEAR TO SEND
a protocol to prevent data collision during transmission on a wireless network, involving the transmitter sending an RTS to the receiver, and the receiver sending a CTS back to confirm it is idle.