1.3.3 Networks Flashcards

(19 cards)

1
Q

Characteristic of networks

A

() 2 or more computers connected together that can transmit data

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

Protocols

A

() Rules defining how devices communicate with each other
() Needs to be standard so manufacturer doesnt matter

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

TCP/IP Stack desc

A

() A stack of networking protocols

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

Protocol layering

A

Application: Specifies what protocol needs to be used, converts into sendable format.

Transport: Splits data into packets and labels the packet with port number

Internet / network layer: Adds sender and reciever IP address, routers use IP to send packets

Link:
() The physical connection between devices
() Adds MAC address to identify Network Interface Card

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

Recipients computer

A

May occur in reverse

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

LAN Advantages

A

+ Share hardware (printers)
+ Share files (Access files from any machine)
+ Share internet connection
+ Central backup / storage

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

LAN Disadvantages:

A
  • Hardware failure big affect
  • Access to data can be slow with traffic
  • A lot of maintenance required to keep software up to date
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Protocol List:

A

HTTPS: Web content + Encryption
FTP: Transfer files (Authentication provided)
IP: Routes packets
TCP: Reliable stream of packets
SMTP: Transfer emails

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

DNS Components:

A

DNS resolver: The first stop
Root server: DNS asks root server to find top level domain (.com, .gov ect)
TLD server: TLD stores information about the domain
Authoritative DNS server: Given by the TLD server which gives the resolver the IP of domain

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

Circuit vs packet def

A

Circuit:
() Direct link established
() Maintained for entire conversation
() Data is transfered and received at the same rate

Packet:
() Packets are not limited to single route

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

Packet vs Circuit eval

A

+ If one path breaks there are other connections
+ Bandwidth is not wasted

  • Requires reassmbly and error-checking
  • Not ideal for video calls (can cause delay)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Protocol Layering Advantages

A

+ Breaks tasks into manageable units
+ Each layer only communicates with adjacent layers
+ Layers can be modified separately

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

Packet structure

A

Header:
() Sender and recipient IP address
() Protocol
() Order

Payload:
() Raw data

Trailer:
() Checksum (Verify data)

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

Firewall

A

() 2 NIC cards between user and Internet
() Passes between and compared with PACKET FILTERS (rules)
() Rejected: Alter to sender of error
() Dropped: No alert

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

Proxies

A

() Collects and sends data on behalf of user
+ Anonymity
+ Reduce overall traffic
+ Prevent access to irrelavant information (school)

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

Encryption

A

() Data is unreadable if intercepted
() Keys

17
Q

Network Security Types:

A

Computational:
Firewall: Monitor incoming traffic
Anti-Virus software: Neutralizes viruses
2FA: Extra authentication
Social:
Employee training
Secure passwords
Regular updates

18
Q

Network Hardware

A

Router: Joins networks together (LAN) by detirmining best path for packet, built in firewalls, can connect LAN to WAN
Hub: Connects multiple devices in a network, sends data to all devices
Switch: Connects multiple devices in a network, sends data to specific devices (Has a lookup table with MAC address)
Modem: Enables communication by encoding and decoding data (analogue, digital)
Ethernet Cables
Fibre-Optic Cables
NIC: Has a MAC address to receive packets
WAP: Receives and transmits wifi signals
Gateway: Translate protocols by beheading and reheading

19
Q

Client-Server vs Peer-Peer:

A

Client-Server vs Peer-Peer:
Client to server has better central management
Client to server has better scalability
Client to server is dependent on a single server (it could crash)
Client to server is more expensive to maintain