Computer networks Flashcards

1
Q

LAN

A

Local Area Network

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

MAN

A

Metropolitan Area Network

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

WAN

A

Wide Area Network

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

PAN

A

Personal Area Network

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

client-server model

A

Distributed application structure that partitions workloads and tasks between the providers of a resource or service (server) and service requesters (client).

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

peer to peer (P2P)

A

P2P computing or networking is a distributed application architecture that partitions tasks and workloads between equipotent participants (peers). E.g. torrent.

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

circuit switching

A

A method of implementing a telecommunication network in which two network nodes establish a dedicated communications channel (circuit).

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

packet-switching

A

A type of network in which relatively small units of data (packets) are routed through a network based on the destination address contained within each packet. (connectionless communication)

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

ISO OSI layers

A

application,
presentation,
session,
transport,
network,
datalink,
physical

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

application

A

supporting network applications: ftp, smtp, http

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

transport

A

-reliable end-to-end communication
-creates the abstraction of an error-controlled, dlow controlled and multiplexed end-to-end link
TCP: error-control, flow control, multiplexing
UDP: only multiplexing

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

network

A

-logically concatenates a set of links to form the
abstraction of an end-to-end link
-routing of datagrams from source to destination: ip, routing protocols
-provide unique network-wide addresses
-both in end-systems and intermediate systems

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

link

A

-the first layer of software
-usually in a bundle with the physical layer in the hardware
-data transfer between neighbouring network elements: ppp, ethernet

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

Internet

A

-network layer is provided by the Internet Protocol (IP)
-found in all end-systems and intermediate systems
-provides abstraction of end-to-end link
-packet-fowarding, routing, scheduling
-unique IP-address

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

error control

A

GOAL:
-message reaches its destination despite packet loss, duplication and corruption
ACTION:
-retransmits lost packets
-detect, discard and retransmit corrupted packets
-detect and discard duplicated packets

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

flow control

A

Match transmission rate to the rate sustainable on the path to destination and at the destination.

17
Q

twisted pair cable

A

Twisted pair cabling is a type of wiring used for communications in which two conductors of a single circuit are twisted together for the purposes of improving electromagnetic compatibility.
-two conductors, each with plastic insulation
-two types: shielded (STP), unshielded (UTP)

18
Q

RJ

A

A registered jack (RJ) is a standardized telecommunication network interface for connecting voice and data equipment to a service provided by a local exchange carrier or long distance carrier.
-the most common UTP connector
-RJ45 male and RJ45 female

19
Q

Coaxial cable

A

Coaxial cable is a type of electrical cable consisting of an inner conductor surronded by dielectric insulator and a concentric conducting shield.
-many have an outer protective plastic jacket/sheath

20
Q

BNC connector

A

Bayone-Neill-Concelman connector
-the most common type of connector for coaxial cables
-types: BNC connector, BNC T connector, BNC terminator
-applications: TV cables, traditional LANs

21
Q

optical fibre

A

Optical fibre is a transparent fibre made of silica. It’s mostly used for fibre-optic communications because they allow electromagnetic waves to travel long distances with small loss and interference.
-a dielectric waveguide that trasmits light along its axis due to internal refraction
parts:
-glass or plastic core
-cladding
-plastic buffer
-coating
-outer jacket

22
Q

multimode fibre

A

-designed for small distances of transmission: LAN-systems, video surveillance

23
Q

single mode fibre

A

-designed for larger distances of transmission: long distance telephony, multichannel television broadcast systems

24
Q

unguided media

A

Unguided media (wireless communication) is the transport of electromagnetic waves without using a soild physical conductor.
The section of the electromagnetic spectrum called the radio communication is divided into 8 ranges (bands).

25
Q

ground propagation

A

Radio waves travel through the lowest portion of the atmosphere. These emitted waves emanate in all directions from the transmitting antenna following the curvature of the earth.

26
Q

sky propagation

A

Higher-frequency radio waves radiate upwards into the ionosphere and are reflected back to Earth. This type of transmission allows higher frequencies with lower power output.

27
Q

line-of-sight propagation

A

Very high-frequency signals are transmitted in a straight line from antenna to antenna.

28
Q

Consumer IR

A

CIR refers to a wide variety of devices employing the infrared electromagnetic spectrum for wireless communication.

29
Q

IrDA

A

Infrared Data Association; an industry-driven founded in 1993 by 50 companies. IrDA provides specifications for a complete set of protocols for wireless infrared communications.

30
Q

star topology

A

-central hub through which all traffic flows
-the hub is a central point of failure
-used in all LAN networks
-simple to implement, easy to monitor all connected devices

31
Q

bus topology

A

-all devices in the network are connected by a single cable
-any break in the cable renders the system inoperable

32
Q

ring topology

A

-normally associated with Token Rings and FDDI environments
-can use dual counter-rotating rings that tolerate a single break
-expensive to implement
-the access protocols are more complex, the devices more intelligent