Networking and the Internet Flashcards

1
Q

Network Classifications

Scope

A

-Personal area network PAN
-Local area network LAN
-Metropolitan are network MAN
-Wide area network WAN

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

Topology

A

-Bus (ethernet)
-Star (wired/wireless, Networks with central active devices, HUB/Switch/Access Point

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

Protocols

A

CSMA/CD
-Carrier Sense Multiple Access/Collision Detector
-Used in Ethernet
-Silent bus provides right to introduce new messages
CSMA/CA
-Carrier Sense Multiple Access/Collision Avoidence
-Used in Wi-Fi
-Hidden terminal problem

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

Connecting Networks

A

Repeater : Extends a network
Bridge : Connects two compatible networks
Switch : Connects several compatible networks
Router : Connects two incompatible networks
Internet : Network of networks —> InterConnected Networks

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

Inter-process Communication

A

Client-server
-One server, many clients
-Server must execute continuously
-Client initiates communication
Peer-to-peer (P2P)
-Two processes communicate as equals
-Peer processes can be short-lived

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

Distributed Systems

A

-Cluster computing
-Grid computing
-Cloud computing
+Amazon’s Elastic Compute Cloud
+Google Drive

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

The Internet

A

An internet that spans the world
-Amacı yerel hatalardan çökmeyecek bi ağ geliştirmek

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

Internet Architecture

A

Internet Service Provider (ISP)
-Tier-1
-Tier-2
Access or Tier-3 ISP : Provides connectivity to the internet
-Hot spot(wireless)
-Telephone lines
-Cable/Satellite systems DSL
-Fiber optics

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

Basic Components of an ISP

A

Firewall
Router
Web Server + E-mail Server + AAA Server + DNS Server
Modems

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

Dotted Decimal Notation

A

192.168.1.1

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

Boundaires of IPv4 Address Classes

A

0.0.0.0. to 255.255.255

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

New Dimension IPv6

A

128 bit
IPv4 x 2^96 Size

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

ICANN

A

Internet Corporation for Assigned Names & Numbers (ICANN)
-ICANN allocates IP addresses to ISPs
-ISPs assign those addresses within their regions
-ICANN oversees the registration of domains and domain names

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

Early Internet Applications

A

NNTP : Network News Transfer Protocol
FTP : File Transfer Protocol
SSH : Telnet and Secure Shell
HTTP : Hypertext Transfer Protocol
email : Electronic Mail
-via POP3 or IMAP

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

Basic Terms for Mail Systems

A

SMTP : Simple Mail Transfer Protocol
MIME : Multipurpose Internet Mail Extension
POP : Post Office Protocol
IMAP : Internet Mail Access Protocol

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

More Recent Applications

A

-Voice Over IP (VoIP)
-Internet Multimedia Streaming
+N-unicast
+Multicast
+On-demand streaming
+Content delivery networks (CDNs)

17
Q

World Wide Web

A

-Hyprtext combines internet technology with concept of linked-documents ++Embeds hyperlinks to other documents
-Browsers present materials to the user
-Webservers provide access to documents
-Documents are identified by URLs and transferred using HTTP

18
Q

XML

A

Extensible Markup Language
-A language for constructing markup languages similar to HTML
-A descendant of SGML (Standart Generalized Markup Language)
-Opens door to a World Wide Semantic Web

19
Q

Client Side vs Server Side

A

Client-side activites
-Java Script
-MAcromedia Flash (Outdated)
Server-side activites
-Common Gateway Interface (CGI)
-Servlets
-JavaServer Pages JSP/ Active Server Pages ASP
-PHP

20
Q

Protocol for Internet : TCP/IP Protocol Suite

A

Transmission Control Protocol/ Internet Protocol
-Protocol developed for use on internet
-Researchers who developed TCP/IP also developed the internet architecture

21
Q

Internet Softwre Layers

A

Application : Constructs message with address
Transport : Chops message into packets
Network : Handles routing through the Internet
Link (Data Link) : Handles actual transmission of packets

22
Q

TCP/IP Protocol Suite Components

A

Transport Layer
-Transmission Control Protocol (TCP) **relaible
-User Datagram Protocol (UDP) **efficient
Network (Internet) Layer
-Internet Protocol (IP)
+IPv4
+IPv6

23
Q

Common terms used for messages

A

Packet : Data at Internet Layer and above
Frame : Data at Network Interface Layer
Datagram : Data between routers
Port Number : Numbers assigned to each protocol

24
Q

Security

A

Attacks
-Malware (viruses, worms, Trojan horses, spyware, phishing software)
-Denial of service (DoS)
-Spam
Protection
-Firewall
-Spam filters
-Proxy Servers
-Antivirus software

25
Q

Encryption

A

HTTPS and SSL
Public-key Encryption
-Public key : Used to encrypt messages
-Private key : Used to decrypt messages
Certificates and Digital Signatures
Certificate authorities

26
Q
A