Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Qns about Advanced system Programming and TCP/IP

Status
Not open for further replies.

zeamadoo

Newbie level 6
Joined
Feb 22, 2005
Messages
13
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,431
hello
I have some question:
1. what data type is a port in the C language?

2. what is the compound data type of a socket in the C language?

3. what are the components of the compound type of the socket?

4. what is the correct syntax for making a telnet connection to the sendmail daemon of the mail host mail.cc.army.gov assuming that the daemon is listening to the SMTP well-known port?

5. why is it important, in terms of operating system resources, to close objects such as files and sockets when no longer required?

6. What are the main advantages and disadvantages of basing computer communications protocol on keyworkds and responses in English or other human readable language?

7. what is the purpose of:

> the connect() function call in a communications client.
> the listen() function call in a coomunications server.
> the accept() function call in a communication server.

8. what is the name of the network service that clients use to translate between network addresses and host names, and vise versa?

9. Why doesnt each client keep a copy of the database described in previous qn but relies on special servers for this information?

10. how the PageRank algorithm gives the Google search engine the ability to present pages in an order likely to be of best value to user?

11. how PageRank can be extracted from the connectivity matrix?

Thanks for the Help!
 

well they definitely sound as assignment questions in Computer NEtworks LAB...refer to Unix Network Programming Richard Stevens..u ll get ur answers..
kareja
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top