Intro to Networking Flashcards

1
Q

What is a LAN, MAN and a WAN?

A

LAN - Local Area Network, a network of interconnected devices in a limited geographic area.
MAN - Metro Area Network, a network that spans a few buildings in a slightly bigger area than a LAN.
WAN - Wide Area Network uses 3rd party communication providers to carry network traffic from one place to another.

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

What is an Internetwork, Internet and Intranet?

A

Internetwork - A collection of LANS tied together by devices such as routers.
Internet - Worldwide Public internetwork that uses TCP/IP and HTTP.
Intranet - A private internetwork in which devices and services are only available to specified users (eg employees at a company).

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

What is the smallest increment of data on a computer?

A

A bit

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

What is a packet?

A

A chunk of data with a source and destination IP address added. Usually uses some form of TCP/IP

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

What is a frame?

A

A packet with the source and destination MAC addresses added.

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

Why are packets used for data transfer?

A
  • Pauses between packet transfers allow other PCs to transfer data
  • Allows receiving computer to process and error check data.
  • If an error occurs only the affected packet needs to be re-sent.
  • Gives the sending computer a chance to receive data from other computers and perform other processing tasks.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the 3 hardware components of network communication?

A

Network Interface Card (NIC)
Network medium
Interconnecting device

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

What is an NIC and what does it do?

A

Network Interface Card provides a connection between a computer’s motherboard and the network.

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

Give two examples of a network medium.

A

Ethernet cable

Wireless

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

What are routers, hubs, switchers and access points used for?

A

Routers - used for connecting multiple networks together
Hubs - Connect computers on a network together.
Switches - Used for connecting multiple computers within a network and can read data destinations.
Access points - Allow computers to connect to a network wirelessly.

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

What is the most common network architecture model?

A

Star Topology

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

What is the con of using a Star Topology?

A

If the central access point fails the whole system goes down.

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

What are the steps of network communication?

A
  1. App tries to access network resource by sending a message.
  2. Client software formats message and passes it to network protocol.
  3. Protocol packages the message in a network suitable format and sends it to NIC driver.
  4. NIC driver sends data in request to NIC card to be converted into necessary signals to be transmitted over network.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How is encapsulation used in network communication?

A

Data is encapsulated into packets then frames. As data is moved through each layer of the sending computer different headers and tailers are added to it so it ends up being a multi-layered package with data at it’s center. The receiving computer gets the package and as it moves through each layer decapsulates it until it can receive the data in the center.

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

What is the purpose of OSI?

A

Describes the functions of a baseline network system while remaining protocol agnostic.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q
For layer 7
Name:
Purpose:
Protocols:
Common errors:
A

Name: App Layer
Purpose: Provides interfaces for apps to access network services.
Protocols: HTTP, FTP, SMTP
Common errors: Misconfigured client or server software or incompatible commands.

17
Q
For layer 6
Name:
Purpose:
Protocols:
Common errors:
A

Name: Presentation Layer
Purpose: Handles data formatting and translation.
Protocols: N/A
Common errors: Encryption or decryption errors.

18
Q
For layer 5
Name:
Purpose:
Protocols:
Common errors:
A

Name: Session
Purpose: Allows to computers to hold ongoing communication.
Protocols: Name lookups, User logon and logoff.
Common errors: User login errors.

19
Q
For layer 4
Name:
Purpose:
Protocols:
Common errors:
A

Name: Transport layer
Purpose: Manages data by breaking it down into segments to ensure it is under maximum frame size.
Protocols: N/A
Common errors: N/A

20
Q
For layer 3
Name:
Purpose:
Protocols:
Common errors:
A

Name: Network Layer
Purpose: Performs logical addressing and maps IP into physical addresses. Also performs routing by selecting the best path.
Protocols: IP, ARP, ICMP
Common errors: Router error and IP masking errors.

21
Q
For layer 2
Name:
Purpose:
Protocols:
Common errors:
A

Name: Data Link
Purpose: Works with frames and is intermediary between network and physical layer. Frame check sequences (FCS) are added here.
Protocols: N/A
Common errors: Collisions and invalid frames.

22
Q
For layer 1
Name:
Purpose:
Protocols:
Common errors:
A

Name: Physical Layer
Purpose: Converts bits into signals for outgoing or signals to bits for incoming messages.
Protocols: Wire media uses elec pulses, Fibre optics uses light pulses and wireless uses radio waves.
Common errors: EC interference, malfunctioning hardware or multiple signals over same channel.

23
Q

What is a pro of network layering?

A

Helps troubleshooting.

Allows for segmentation of control, updating and testing.

24
Q

What is a packet sniffer?

A

Software that can intercept and log data passing over a network.

25
Q

Why can’t we use straight-through cables for everything?

A

Network cables have 8 pins. Computers send on pins 1,2 and receive on pins 3,6, therefore if we connect them together using a straight though cable the send pins would be connected together and the receive pins would be connected together meaning no messages could get through. We would need to use crossover cables which have send pins 1 and 2 connected to receive pins 3,6 and the second device.

26
Q

What is auto-MDIX and why is it useful?

A

Auto-MDIX allows devices to auto detect which cable type is needed between connections and switch the send receive pins automatically meaning we don’t have to work out which cable to use.