Introduction Flashcards

Introduction to terminology

1
Q

What is a brief definition of the internet

A

Billions of connected computing devices. A network of networks.

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

What is packet switching?

A

Packet switching is used to transfer data in the form of packets. Data is broken up into small pieces called “packets” and sent. It is then reassembled at its destination.

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

What are communication links?

A

Means of transferring data on the internet, for example, fiber, copper, radio, satellite.

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

What is a network?

A

A collection of devices, routers and links which is managed by an organization.

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

What are protocols?

A

Protocols are rules that determine formats for transferring data across networks.

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

What is the purpose of wireless access networks?

A

Wireless access networks connect end systems to routers, and in turn, the internet.

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

What are enterprise networks?

A

enterprise networks refers to the interconnected computer systems and resources within an organization, like within a university. Involves a mix of wired and wireless technology.

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

What are data center networks?

A

High bandwidth links between servers and the internet, speeds of up to 100gbs.

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

What are the two types of wires in physical media links?

A

Coaxial cables are bidirection copper conductors that provide broadband. They carry multiple channels with up to 100mbps per channel.

Fiber optic cable carry light pulses at extremely high speeds. 10-100gbs. Lower error rate, much more expensive but generally better otherwise.

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

What are types of links in physical media?

A

Wireless radio - carries signal in waves on the electromagnetic spectrum. Can be interfered with by objects. No physical wire

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

What are the two important network-core functions

A

Forwarding and routing
Forwarding - Moving arriving packets from the router’s input to the appropriate router output link.
Routing - Determining source to destination paths taken by packets.

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

What is packet transmission delay and how is it calculated?

A

How many seconds it takes to transmit an amount of packets.
Calculated as L/R where L is the number of bit packets and R is the bps

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

What is meant by store and forward?

A

The entire packet must arrive at a router before it can be transmitted to the next link.

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

What is circuit switching?

A

Where end-end resources are allocated to and reserved for a call between source and destination. No shared links and you get basically guaranteed perfromance. It’s commonly used in telephone networks. It isn’t commonly used otherwise as circuit switching does not efficiently use a network’s resources, and also can’t be scaled effectively.

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

What is meant by queuing in packet switching?

A

When packets arrive at a router faster than they can be serviced, they will queue. If the memory buffer in the router fills up, the packets can be dropped and lost, and they will need to be re-requested.

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

What’s the difference between FDM and TDM?

A

FDM dedicates frequencies into narrow bands, each call has its own band and can transmit whenever within that narrow band, but can’t exceed that max rate.

TDM divids time into slots, and each call has an allocated slot where they can transmit at a higher maximum rate, but only in that time slot.

17
Q

What’s a brief description of the internet’s network of networks.

A

Each access net is connected to an internet service provider via a router, which communicates with other routers and other ISP’s routers (via internet exchange points). Additionally, content provider networks like google may run their own network, to bring services to end users.

18
Q

How does packet delay occur?

A

Nodal processing - checking bit errors, determining output link
Queing delay - waiting at an output link to be transmitted, depends on congestion of router
Transmission delay - Packet length (bits) divided by transmission rate (bits per second)
Propogation delay - length of physical link
All adds up, resulting in packet delay.

19
Q

How does packet loss occur?

A

Packets are lost when they queue, and arrive at a full queue, where they are dropped. They must then be retransmitted by the previous node or the source. Or sometimes they aren’t at all.

20
Q

What is meant by throughput?

A

The rate at which bits are sent from sender to receiver.

21
Q

What are five network layers (and in what order)

A

Application, transport, network, link and phyical.

22
Q

What happens in the application layer?

A

Messages are exchanged to implement some application service using services of the transport layer.

23
Q

What happens in the transport-layer?

A

Protocol transfers messages from one process to another, using services of the network layer.W

24
Q

What happens in the network layer?

A

Network-layer protocol transfers transport-layer segment from one host to another, using link layer services.

25
Q

What happens in the link layer?

A

The link-layer protocol transfers datagram from host to neighboring host, using network-layer services.

26
Q

What is the physical layer?

A

The physical link between the two networks.