2: Computer Networks Overview Flashcards
Protocol ?
A set of rules (a language) for communication between two or more computers.
TCP ?
IP ?
Transmission Control Protocol.
Internet Protocol.
How many protocols do modern computers use ?
Thousands.
What is an open system?
A system which has a public architecture (protocols, traffic source code) visible to all.
Anyone can:
- Connect
- Modify
an open system.
To whom belongs an open system ?
It can belong to someone.
Who developed Open-Source Software ?
A public community of developers, eg Linux OS.
3 examples of open systems?
- OS: UNIX, Linux
- Protocols: IP, TCP
- Systems: Internet, WWW
Examples of non-open systems ?
- OS: MS Windows
- Protocols: Military Protocols
- Systems: B2B
Advantages of open systems?
- Users have control over an implementation
- Bugs are identified and fixed early
- Adaptable to different domains
Disadvantages of open systems ?
- No central common version of standard
- Bugs may not be fixed compatibly
- Systems may not be always portable
Lines of code for Linux vs MS windows ?
Linux: 1m
Windows: 50m
Computer Network ?
A collection of computers that are physically and logically connected together to exchange information.
Network topology ?
A way to connect electronic devices together.
Eg: Internet is an open systems which connects computer networks together.
Draw a bus topology of a network.
Printer, Web Server, Computer | | | |----------------------------------| |----------------------------------| | | Computer, Camera
Draw a star topology of a network.
Web server Printer Computer Camera Computer
all pointing to Backplane
Draw a ring topology of a network.
Same as start but with a bigger circle in the middle.
Circuit-switched networks ?
- Dedicated line for communication between 2 people
- High quality of service
- Inefficiently used network resources
- One break = end of convo
How are packet-switched networks messages sent?
- Message broken into individual packets sent separately.
- Potentially different routes, same destination.
How are packet-switched networks messages numbered?
Sequentially, and can be re-assembled at destination.
Like sending several postcards instead of one long letter.
What type of a network is the Internet ?
Packet-Switched.
How long is a packet typically ?
400-600 bytes long.
What was the Internet’s original name and short form ?
What was its goal ?
Advanced Research Projects Agency (ARPA)’s Network: Arpanet.
Connect Universities to military sites.
Who created WWW and when?
Tim Berners-Lee in 1990.
What was the goal of WWW?
- A naming system for every element on the Internet (URL).
- A method for documents to contain internal references to these names (HTML)
- The concept of the web-server to store data and the web-browser to display the data.
What’s the full form of URL ?
Uniform Resource Locator
What are the main components of the architecture of the Internet ?
- Router: connects network to Internet
- Network core: interconnected routers
- Network edge: applications and hosts
- Hosts: computers connected to a network