comp Flashcards
(110 cards)
Key Network Properties:
What is Bandwidth?
The speed at which data can be transmitted (per direction).
Bandwidth is measured in bits per second
Key Network Properties:
What is Latency (or delay)?
how long does it take for one particular chunk of information to get from he source to the destination?
this is often referred to as ping-time (round trip delay)
What is a backbone network?
backbone in networking is the part of your network that ties different departmental networks into a single whole.
The backbone carries the bulk of the network traffic and must be designed accordingly
e.g. CANARIE is the not-for-profit organisation which operates the national backbone network of Canada’s national research and education network
What is a network node?
A network node is a connection point in a communications network. Each node is an endpoint for data transmissions or redistribution.
Network Types
what is a broadcast network
it means one-to-many
for instance…
radio, or TV are examples where one person broadcasts information to many receivers.
also
for ethernet (wifi and wired) having multiple receivers would be an unwanted side effect.
In many usage scenarios there is a need to consider security measures (e.g. to avoid eavesdropping)
Network Types:
what is point to point?
it means one-to-one
such as, a telephone network that connects 1 sender and 1 receiver.
-it is a dedicated channel or line (e.g. for company networks)
what is an IP (internet protocol) address?
a 32 bit number usually noted as 4 decimal numbers (8 bits each) divided by dots ranging from 0.0.0.0 - 255.255.255.255
Network Types:
What is WAN?
WAN= Wide Area Network, e.g. landline telephone system
Network Types:
What is MAN?
MAN = Metropolitan area network, e.g. city fibre network
Network Types:
What is LAN?
LAN = Local Area Network
Ethernet is the predominant technology for local area networks.
Network Types:
What is PAN?
PAN = personal area network, e.g. smartphone connected to headphones via bluetooth.
Explain the domain name service
Domain name system provides names that translate to IP addresses
for instance, it translates ‘google.ca’ into an IP address so you don’t have to memorize the IP address
your computer automatically knows at least one domain name server, which it asks to translate unknown names.
TV cable networks:
was originally a one way system, but had to be upgraded to allow two way communication
- enable data uploads, allow pay per view options
the uploads and downloads have different speeds (asymmetric) the download speed is significantly higher
What is a Domain Name System query?
A DNS query (also known as a DNS request) is a demand for information sent from a user’s computer (DNS client) to a DNS server.
In most cases a DNS request is sent, to ask for the IP address associated with a domain name.
what are cable modems?
they convert digital data to analog signals that are sent over the network
Domain name servers
domain name servers keep track of recent translations to improve speed = example of caching to improve performance
What is digital subscriber loop ( DSL)
allows high bandwidth connections over twister pair cables of the telephone network, requires a DSL modem.
What is the difference between a compiler and an interpreter?
Interpreter: Reads and translates the file line by line on the fly. Initially, this is how JavaScript worked.
Compiler: A compiler works ahead of time and creates a new file which contains the machine code translation for your input file.
What are rules for JavaScript?
- JavaScript is case-sensitive.
- Statements should end in a semicolon (;)
- Variables must be defined before being used. The variable name can contain A – Z, a – z, underscore or digits and must start with a letter or an underscore (“_”)
- To enter comments in the script, use “//” to start a single line comment or the combination of “/” and “/” to enclose a multi-line comment
- Dots in Service Manager field names must be replaced by an underscore (_) in JavaScript. For example contact.name becomes contact_name
What are Asymmetric Speeds?
When the upload and download have different speeds. (the download speed is significantly higher).
What is optical fibre transmission?
transmits data as light signals through an optical fibre.
The advantages of this are: higher bandwidth and longer distances.
What is the difference between bandwidth and range?
bandwidth is the speed at which data can be transmitted.
Range is the geographical size a network can cover
What is a Mac Address?
Media Access Control => uses a 12 digit hexadecimal number (48 bit)
is the physical address for workstations along the broadcasting system.
What is broadcasting?
Messages are broadcasted to all systems on the Local Area Network, but are ignored by all except the destination workstation.
packets are broadcasted to all participants on a network.