Topic 1- Overview Flashcards

1
Q

Network

A

System for connecting computers, using a single transmission technology.

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

Internet

A

set of networks connected by routers that are
configured to pass traffic among any computers
attached to networks in the set.

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

First internet

A

APPANET
Military American network
*The main goal- sharing resources
*Allowed reliability (if one computer is down, the network is still able to function).

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

The Ethernet standard

A

Physical connection between computers and devices. Made the LAN (local area network) possible .

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

Economic impact

A

used in advertising, production, shipping, planning,billing, and accounting

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

Why CN is complicated (4 reasons)

A

*Diverse technologies, each has features that distinguish it from the others Multiple NW standards, some are incompatible Various commercial *NW products and services that use the technologies in unconventional ways
*Multiple technologies required to interconnect two or
more NW
*Many combinations of NW are possible!

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

NW Applications VS. Programming

A

Network applications: program that communicates
across a network (Email, file transfer, web browsing, social media)

Network programming: write codes for network
applications to communicate across a network
(Similar to conventional programming)

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

Data communication

A

study of low-level
technologies used to send information across a
medium like wire and radio wave

• Provides foundation of concepts on which
networking is built upon

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

Packet communication

A

a way to allow multiple senders to
transmit data over a shared network
• Divides data into small blocks call packets
• Each packets has an identification for the intended
recipient

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

Transmission Control Protocol (TCP) And IP

A

Transport layer protocol that receives data and divide them into smaller packets.

On the other hand, IP (internet protocol
) is a Network layer protocol that deals with the routing of the packets through the Internet.

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

ISP

A

An Internet Service Provider=
A vendor who offers Internet access for a fee.
*An ISP is considered public if any individual or organisations can use its services if they pay the subscription fee.

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

Private Network VS public Network

A

Private- Restricted to one group of users but can be leased from an ISP (enterprise level)

Public- a network owned by a ISP and offers
service to any individual or organisation that pays
the subscription fee (at home)

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

Private Network Types

A

*Consumer: smallest and least expensive private network
*Small Office/Home office (SOHO) : slightly larger than
consumer network
*Small-to-medium Business (SMB): larger than SOHO,
usually multiple offices in a building
*Large Enterprise: large network with multiple buildings

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

Interoperability for Communication

A

For Communication between entities, they must agree on the details
• Electrical voltage used to the format and meaning of
messages
• To ensure entities can interoperate (ability of two entities to communicate without misunderstanding)
rules for all aspects of communications are written down. These are called Communication protocol.

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

Networking Standards

De jure and De facto

A

Networking standards ensure interoperability
between product vendors

• de jure: if they have been produced or accepted by
a recognized standards body.

Hardware and communications standards are often
de jure, like Network routers
(ex. TCP)

• de facto: if they have not been accepted by a
recognized body but have gained widespread use by
market forces

Software standards are often de facto
(ex. iOS, android)

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

Two de facto types

A

Proprietary standards which are produced, owned
and controlled by a commercial organization
• Microsoft Windows, iOS
( don’t realise their source code)

Open standards may originally produced by a
commercial organization but since transferred to the
public domain
Android
(Source code is free)

17
Q

Network Architecture

A

Engineers like to define an architecture for complex systems to allow easier design, development, testing and maintenance. The Network Architecture is the structured framework in which networks can be analysed designed and implemented. It incorporates a defined set of layers and protocols.

18
Q

A layering model

A

Is a protocol suite ( set of protocols working together to fulfil a communication). Each layer serves different function and can be implemented separately.
Lower layer provides a service to the layer directly above it in the means of interface.

Advantages-

  • divides complex operations into manageable groups.
  • allows changing of one layer without affecting others.
  • enables mixing different technologies and suppliers for different layers.
19
Q

TCP/IP and OSI

A

Please Do Not Through Sausage Pizza Away

20
Q

TCP vs IP address

A

IP
A unique identifier assigned to each device connected to a computer network. (Internet layer)

TCP
Used to identify an application or services on your system. (Transport layer)