Telecommunications and Network Security Flashcards

(49 cards)

1
Q

Data Network Types are

A

LAN ( local area network ) and WAN ( wide area network )

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

( ! ) A data network that operates over a small geographical area such as a building floor etc that can be wired or wireless ( or both ) is a

A

LAN ( Local Area Network )

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

A LAN operates on the following layers of OSI

A

PHYSICAL and DATA LINK

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

( ! ) A data network that operates over a relatively large geographic area and may connect LANs and WANs via telecommunications is a

A

WAN ( Wide Area Network )

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

A WAN on the following layers of OSI

A

PHYSICAL, DATALINK and NETWORK

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

Internet, Intranet and Extranet are examples of a

A

WAN

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

What is OSI Reference model established by the ISO ( International Standards Organization )

A

OPEN SYSTEMS INTERCONNECTION defines standard protocols for communication and interoperability by a layered approach. Facilitates operation between network devices.

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

The OSI model consists of ( ? ) Layers

A

( 7 ) SEVEN

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

LAYER 1

A

PHYSICAL

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

LAYER 2

A

DATA LINK

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

LAYER 3

A

NETWORK

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

LAYER 4

A

TRANSPORT

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

LAYER 5

A

SESSION

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

LAYER 6

A

PRESENTATION

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

LAYER 7

A

APPLICATION

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

LAYERS communicate with the layers

A

ABOVE AND BELOW ( ADJACENT )

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

LAYERS communicate via

A

DATA ENCAPSULATION

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

PHYSICAL is LAYER

A

ONE ( 1 )

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

DATA LINK is LAYER

A

TWO ( 2 )

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

NETWORK is LAYER

21
Q

TRANSPORT is LAYER

22
Q

SESSION is LAYER

23
Q

PRESENTATION is LAYER

24
Q

APPLICATION is LAYER

25
Physical Layer is responsible for
sending and receiving bits across the network cabling from one device to another.
26
PHYSICAL specifies
ELECTRICAL, MECHANICAL, and FUNCTIONAL requirements of the network.
27
Physical Layer consists of
NETWORK TOPOLOGY, CABLING AND CONNECTORS, INTERFACES, and process for converting bits to SIGNALS that can be transmitted across a physical medium.
28
Network Topologies types
STAR, MESH, RING, BUS
29
In a STAR topology each individual note on the network is directly connected to
a SWITCH, HUB or Concentrator. It is the most common basic topology it is easy to install and maintain.
30
ALL TRAFFIC pass through a HUB or SWITCH can become a
BOTTLENECK or Single Point of Failure.
31
In a MESH topology
all systems are interconnected providing multiple paths to all resources.
32
In a RING topology
all devices are connected in a continuous RING all communications travel in a single direction.
33
In a BUS ( linear ) topology
all devices are connected to a single cable that is terminated at both ends. Commonly used for small networks.
34
CABLE AND CONNECTOR types
COAXIAL, TWINAXIAL, TWISTED PAIR, FIBER OPTIC,
35
ANALOG Signaling conveys information via
waves by variation of amplitude, frequency and phase
36
DIGITAL Signaling conveys information via
pulses through presence of on / off electrical signals.
37
( ! ) A US military TERM that refers to the study of electromagnetic emissions from computers and computer related equipment
TEMPEST
38
( ! ) Network Topology, cable connector types, and interfaces are defined at the ( X ) layer of the OSI model
PHYSICAL
39
Networking equipment that operates at the PHYSICAL layer consist of
NICs, Network Media ( cabling and connectors) , Repeaters and HUBs.
40
Repeaters are a non intelligent device which serves to
amplify signals against loss to allow for extension of cable segments.
41
A HUB ( concentrator ) is used to connect LAN devices together two types are
PASSIVE / ACTIVE
42
( ! ) DATA LINK LAYER is responsible for ensuring
messages are delivered to a proper device on the physical networking link, it defines networking protocol.
43
DATA LINK LAYER consists of two sub layers of control
LOGICAL LINK and MEDIA ACCESS
44
LAYER 2 Protocols are
ARP and RARP.
45
ARP maps an IP address to a
MAC ADDRESS
46
ARP is used to identify
a device's HW address when only the IP address is know.
47
RARP maps an MAC address to a
IP ADDRESS
48
RARP is used to identify
a device's IP ADDRESS when the MAC address is known.
49
LAN DATA Transmissions are classified as
UNICAST, MULTICAST and BROADCAST