Fundamentals of Computer Networks Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What are factors of a WAN?

A
  • distributed ownership
  • third - party carrier
  • large geographical area
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the different headers that packets contain?

A
  • The IP address it is going to
  • The IP address it has come from
  • Sequence number of packet
  • Number of packets in the whole communication
  • Error checking data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a router?

A

Designed to route data packets across a WAN such as the Internet

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

Define switch

A

A component of a LAN that knows the MAC addresses of each individual device connected to it locally

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

What are the advantages of wireless networking?

A
  • Users can move freely within the area of the network
  • Users can share files and other resources connected to the network without needing a port
  • Saves expense, time and inconvenience of needing to lay cables through the walls
  • easier to add new devices as no new cabling is required
  • instant transfer of data is much quicker
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the disadvantages of wireless networks ?

A
  • File transfer speeds are generally slower with wireless connections
  • Wireless connections can be obstructed by walls, ceilings and furniture
  • Wireless networks are generally less secure and easier to hack into
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are risks of wireless networks?

A
  • Criminal activity ( unauthorised user can use wireless connections to hack into the network)
  • Bandwidth stealing (intruders can slow things down)
  • Confidentiality - If network information is not encrypted before transmission, an intruder can gain access to confidential information)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a LAN?

A

Local Area Network usually covering a relatively smaller geographical area. Usually owned and managed by a single person or organisation

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

Benefits of Networking Computers?

A

Sharing resources

  • Folders/ files can be stored on a file server (accessed by authorised users from any computer on the network)
  • Peripheral devices such as printers and scanners can be shared
  • Internet connection an be shared and anu authorised user on the network can use email

Centralised Management

  • User profiles and security can all be managed centrally
  • Software can be distributed across the network rather than having to install it on each individual computer
  • All files can be backed up centrally
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Disadvantages of networking computers ?

A
  • If a file server goes down, no one can access their files or do any work
  • Network faults could lead to a loss of data
  • As network traffic increases, performance degrades so accessing resources might be slow
  • It is difficult to make system secure from hackers
  • Viruses may be able to infiltrate the network and infect every computer
  • The larger the network becomes, the more difficult it is to manage
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are the 2 different types of topologies ?

A

Star and bus

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

Advantages of star topology?

A
  • If one cable fails the other workstations are not affected
  • Consistent performance even wen the network is heavily used
  • Good security as data is received only by the node for which it is intended
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Disadvantages of star topology?

A
  • Can be costly to install because there is a lot of cabling and extra hardware such as the switch
  • If server or central switch fails then the whole network goes down
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Advantages of bus topology?

A
  • Easy and inexpensive to install (less cabling that in a star topology)
  • No reliance on a central node
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is a PAN?

A

Personal Area Network, can be used for communication between devices themselves or for connecting to the Internet (Bluetooth).

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

Disadvantages of bus topology?

A
  • If the main cable fails then the whole network goes down
  • Cable failures are hard to isolate because all of the computers in the network are affected
  • Performance slows down as the amount of traffic increases
  • Low security as every node can see all transmissions
17
Q

What are the 4 different methods of keeping a network secure?

A
  1. Authentication
  2. Encryption
  3. Firewall
  4. MAC address filtering
18
Q

Describe the different methods of authentication.

A

Password Protection - easiest way to stop unauthorised access to your computer or your files is to use a combination of a username and password

User access levels - are set for disks, folders and files so users can only access what they need to

19
Q

Describe encryption

A

Used to protect data and prevent it being hacked or accessed illegally, converts plaintext into ciphertext

20
Q

Describe Firewall

A

Prevent unwanted Internet traffic from gaining access to the LAN. Unauthorised users external to the network are blocked by the firewall, which can also block any attempts to gain access via certain ports used for restricted data transmission (FTP).

21
Q

Describe MAC address filtering

A

Every computer has a different MAC address therefore it is possible to use MAC filtering on a wireless network to determine which devices are allowed access to the network.

22
Q

Define protocol.

A

Set of rules that define how devices communicate.

23
Q

Specification and Examples of protocols

A
  • format of data packets
  • addressing system
  • transmission speed
  • error-checking procedures being used
24
Q

What is WAP?

A

Wireless Access Point, receives data from a a networks via its physical connection. Transmitter then converts this data into radio waves which are then transmitted.

25
Q

What are the different Protocols?

A
  1. TCP/IP
  2. UDP
  3. HTTP
  4. HTTPS
  5. FTP
  6. IMAP
  7. SMTP
26
Q

Function of TCP/IP protocol?

A

TCP is a standard that defines how messages are broken up into packets and reassembles at the destination, IP protocol identifies the location of a device on the Internet and routes individual packets from source to destination.

27
Q

Function of UDP?

A

uses simple connectionless transmission model. Alternative to TCP but has no error-checking or correction.

28
Q

Function of HTTP and HTTPS?

A

HTTP accesses and receives web pages in form of HTML file on Internet, requests web server to transmit requested web page to the user’s browser for viewing. HTTPS is same but encrypts info so it cannot be understood if hacked.

29
Q

Function of FTP?

A

Standard network protocol used when transferring computer files between a client and server on a computer network.

30
Q

Function of IMAP?

A

An email protocol that stores email messages on a server but allows users to view and manipulate the messages as though they were stored locally on their own computers.

31
Q

Function of SMTP?

A

Protocol for sending e-mail messages between servers.

32
Q

What are the 4 different layers and the protocols in each layer?

A

Application layer - where network applications operate (HTTP, HTTPS, FTP, IMAP, SMTP)

Transport Layer - which sets up the communication between the two hosts and establishes settings such as ‘language’ and size of packets. (TCP and UDP)

Network/ Internet Layer - which addresses and packages data for transmission, and routes the packets across the network. (IP)

Link Layer - which is where network hardware such as NIC is located.